add forgejo, delete gitlab (and orphan onlyoffice)
This commit is contained in:
parent
4f62c7ba5b
commit
6743e5e36d
61 changed files with 280 additions and 6384 deletions
11
override/forgejo.example.env
Normal file
11
override/forgejo.example.env
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
FORGEJO_DOMAIN=git.example.com
|
||||
FORGEJO_VERSION=11
|
||||
|
||||
# Database (shared Postgres in core)
|
||||
FORGEJO_DB_NAME=forgejo
|
||||
FORGEJO_DB_USER=forgejo
|
||||
FORGEJO_DB_PASSWORD=
|
||||
|
||||
# Runner registration token (generate after Forgejo is up:
|
||||
# docker exec -u 1000 forgejo forgejo actions generate-runner-token)
|
||||
FORGEJO_RUNNER_TOKEN=
|
||||
|
|
@ -1 +0,0 @@
|
|||
GITLAB_DOMAIN=
|
||||
Loading…
Add table
Add a link
Reference in a new issue