mirror of
https://github.com/yusing/godoxy.git
synced 2025-07-11 00:34:02 +02:00
README and example re-formatting
This commit is contained in:
parent
5d5c623f09
commit
fcfb7a0105
3 changed files with 71 additions and 73 deletions
|
@ -78,6 +78,7 @@ Setup DNS Records point to machine which runs `GoDoxy`, e.g.
|
||||||
3. _(Optional)_ setup WebUI login
|
3. _(Optional)_ setup WebUI login
|
||||||
|
|
||||||
- set random JWT secret
|
- set random JWT secret
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
sed -i "s|API_JWT_SECRET=.*|API_JWT_SECRET=$(openssl rand -base64 32)|g" .env
|
sed -i "s|API_JWT_SECRET=.*|API_JWT_SECRET=$(openssl rand -base64 32)|g" .env
|
||||||
```
|
```
|
||||||
|
@ -95,7 +96,7 @@ Setup DNS Records point to machine which runs `GoDoxy`, e.g.
|
||||||
6. You may now do some extra configuration
|
6. You may now do some extra configuration
|
||||||
- With text editor (e.g. Visual Studio Code)
|
- With text editor (e.g. Visual Studio Code)
|
||||||
- With Web UI via `http://localhost:3000` or `https://gp.y.z`
|
- With Web UI via `http://localhost:3000` or `https://gp.y.z`
|
||||||
- For more info, [See Wiki]([wiki](https://github.com/yusing/go-proxy/wiki))
|
- For more info, [See Wiki](<[wiki](https://github.com/yusing/go-proxy/wiki)>)
|
||||||
|
|
||||||
[🔼Back to top](#table-of-content)
|
[🔼Back to top](#table-of-content)
|
||||||
|
|
||||||
|
@ -142,7 +143,6 @@ Copy [`.vscode/settings.example.json`](.vscode/settings.example.json) to `.vscod
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
[🔼Back to top](#table-of-content)
|
[🔼Back to top](#table-of-content)
|
||||||
|
|
||||||
## Build it yourself
|
## Build it yourself
|
||||||
|
|
|
@ -91,7 +91,6 @@ providers:
|
||||||
# - node1.my.app
|
# - node1.my.app
|
||||||
|
|
||||||
# homepage config
|
# homepage config
|
||||||
#
|
|
||||||
homepage:
|
homepage:
|
||||||
# use default app categories detected from alias or docker image name
|
# use default app categories detected from alias or docker image name
|
||||||
use_default_categories: true
|
use_default_categories: true
|
||||||
|
@ -99,5 +98,4 @@ homepage:
|
||||||
# Below are fixed options (non hot-reloadable)
|
# Below are fixed options (non hot-reloadable)
|
||||||
|
|
||||||
# timeout for shutdown (in seconds)
|
# timeout for shutdown (in seconds)
|
||||||
#
|
|
||||||
timeout_shutdown: 5
|
timeout_shutdown: 5
|
||||||
|
|
Loading…
Add table
Reference in a new issue