From 2833b7d4d264f46516aa40fcf875dac96fcbe1e1 Mon Sep 17 00:00:00 2001 From: syui Date: Wed, 21 Feb 2024 16:52:55 +0900 Subject: [PATCH] fix wiki --- docs/wiki.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/wiki.md b/docs/wiki.md index f84cc80..c8dfe72 100644 --- a/docs/wiki.md +++ b/docs/wiki.md @@ -95,7 +95,9 @@ func encodeCreateGroupResponse(response CreateGroupRes, w http.ResponseWriter, s ### northflank -`cron`, `repo(private)`, `pass(token)` +#### backup sqlite + +- `cron`, `repo(private)`, `pass(token)` ```sh #!/bin/zsh @@ -121,3 +123,11 @@ function f(){ 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 +