prepare Upgrade

This commit is contained in:
Michael Reber 2025-05-06 17:54:28 +02:00
parent f393c767d3
commit ecd56b9ced
2 changed files with 3659 additions and 3123 deletions

View File

@ -87,14 +87,16 @@ To build the site you are expected to have npm and nodejs installed and have a a
Get the source files
```
git clone https://github.com/controlol/rclone-webui
git clone ssh://git@code.swissmakers.ch:6022/michael.reber/rclone-webui.git
cd rclone-webui
```
Install dependencies
`dnf install -y nodejs`
`npm install`
`npm ci`
Build the project
`npm run build`
`NODE_OPTIONS=--openssl-legacy-provider npm run build`
The WebUI should have been build in the build folder. Copy the files to a location you can easily access or use the build directory as the source for your rclone rcd.

6768
package-lock.json generated

File diff suppressed because it is too large Load Diff