fix wiki
This commit is contained in:
parent
15ffa62a02
commit
2833b7d4d2
12
docs/wiki.md
12
docs/wiki.md
@ -95,7 +95,9 @@ func encodeCreateGroupResponse(response CreateGroupRes, w http.ResponseWriter, s
|
|||||||
|
|
||||||
### northflank
|
### northflank
|
||||||
|
|
||||||
`cron`, `repo(private)`, `pass(token)`
|
#### backup sqlite
|
||||||
|
|
||||||
|
- `cron`, `repo(private)`, `pass(token)`
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
#!/bin/zsh
|
#!/bin/zsh
|
||||||
@ -121,3 +123,11 @@ function f(){
|
|||||||
chmod +x /app/data/api/backup.sh
|
chmod +x /app/data/api/backup.sh
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### setting
|
||||||
|
|
||||||
|
- ports : http, 8080, dns=api.syui.ai
|
||||||
|
- env : PASS=xxx, TOKEN=xxx
|
||||||
|
- cmd-override : /bin/api
|
||||||
|
- volumes : /app/data
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user