mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-19 20:32:35 +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
|
||||
|
||||
- set random JWT secret
|
||||
|
||||
```shell
|
||||
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
|
||||
- With text editor (e.g. Visual Studio Code)
|
||||
- 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)
|
||||
|
||||
|
@ -142,7 +143,6 @@ Copy [`.vscode/settings.example.json`](.vscode/settings.example.json) to `.vscod
|
|||
|
||||

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