script update for auto version discovery, dockerfile fix for CI

This commit is contained in:
yusing
2024-03-29 22:40:11 +00:00
parent 486122f3d8
commit ce433f0c51
6 changed files with 32 additions and 11 deletions

View File

@@ -6,9 +6,22 @@
2. Run setup script
To specitfy a version _(optional)_
```shell
export VERSION=latest # will be resolved into real version number
export VERSION=<version>
```
If you don't need web config editor
```shell
export SETUP_CODEMIRROR=0
```
Setup:
```shell
export VERSION=latest
export SETUP_CODEMIRROR=1 # set to 0 if you don't need web config editor
wget -qO- https://6uo.me/go-proxy-setup-binary | sudo bash
```