feat: Add configurable Forgejo web base URL
This commit is contained in:
parent
fb96578987
commit
e1a00d2db7
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ set -a; . "${HOME}/.config/knowledge-genome.env"; set +a
|
|||
: "${FORGEJO_USER:=n8n-bot}"
|
||||
: "${FORGEJO_HOST:=127.0.0.1:3001}"
|
||||
: "${FORGEJO_OWNER:=Keru}"
|
||||
: "${FORGEJO_WEB_BASE:=https://git.keruhomelab.com}
|
||||
: "${SYNCTHING_URL:=http://127.0.0.1:8384}"
|
||||
: "${COMMITTER_NAME:=n8n-bot}"
|
||||
: "${COMMITTER_EMAIL:=n8n-bot@homelab}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue