Nick Craig-Wood
56b7d7500e
gui: embed compressed dist.zip in the binary for smaller, reproducible builds
...
Previously `make fetch-gui` extracted the GUI release into cmd/gui/dist/
and the unpacked tree was embedded uncompressed via `//go:embed dist`.
This commits and embeds the GUI bundle (dist.zip) and its release tag
(dist.tag) to the repo so:
- the rclone binary is smaller
- `go build` works on a fresh clone without first running fetch-gui
- a given commit pins an exact GUI version
The "Fetch GUI" step was removed from .github/workflows/build.yml.
2026-05-01 12:46:46 +01:00
Nick Craig-Wood
7400a811fd
docs: update the GUI docs to reflect the new rclone gui
2026-05-01 12:46:46 +01:00
albertony
059ad47336
docs: change syntax hightlighting for command examples from sh to console
2025-11-01 15:33:38 +01:00
albertony
b17c3d18af
docs: fix markdownlint issue md013/line-length
2025-07-21 20:23:16 +02:00
albertony
1c26f40078
docs: fix markdownlint issue md040/fenced-code-language
2025-07-21 20:23:16 +02:00
albertony
73452551c6
docs: fix markdownlint issue md012/no-multiple-blanks
2025-07-21 20:23:16 +02:00
albertony
5ac8cfee56
docs: show only significant parts of version number in version introduced label
2022-12-21 12:41:47 +00:00
Nick Craig-Wood
959cd938bc
docs: Add minimum versions to all the backend pages and some of the other pages
2022-11-18 14:41:24 +00:00
Atílio Antônio
c08d48a50d
docs: improve grammar and fix typos ( #5361 )
...
This alters some comments in source files, but is interested mainly in documentation files and help messages.
2021-11-04 12:50:43 +01:00
Nick Craig-Wood
e62c032184
docs: remove manually set dates and use git dates instead
2020-06-01 13:07:46 +01:00
Martin Michlmayr
fb169a8b54
doc: fix typos throughout docs
2020-05-19 12:02:44 +01:00
Xiaoxing Ye
ccaca04a5d
rcd: move webgui apart; option to disable browser
...
Fix #3601 , #3785
2020-01-20 12:27:55 +00:00
David Cole
707e51eac7
docs: correct typo in gui docs
2019-12-04 12:08:52 +00:00
Nick Craig-Wood
a3faf98aa0
docs: add docs about GUI
2019-08-25 20:32:41 +01:00