gui: new command to launch the https://github.com/rclone/rclone-web/ GUI

This adds a new gui command which runs an embedded copy of the GUI at

https://github.com/rclone/rclone-web/

The GUI release is fetched as part of the CI build.
This commit is contained in:
FTCHD
2026-04-10 11:39:50 +01:00
committed by GitHub
parent 082031cc85
commit acf887b464
7 changed files with 491 additions and 2 deletions
+3
View File
@@ -230,6 +230,9 @@ jobs:
go-version: '~1.26.0'
check-latest: true
cache: false
- name: Fetch GUI dist
run: make fetch-gui
- name: Cache
uses: actions/cache@v5