Switch to Forgejo
All checks were successful
ShellCheck / shellcheck (push) Successful in 21s

This commit is contained in:
Mathieu Strypsteen 2023-11-27 08:40:05 +01:00
parent 1ddb4b72e0
commit 544a3d4671
Signed by: mathieu
GPG key ID: 782A42E461BC6824
3 changed files with 3 additions and 4 deletions

View file

@ -1,3 +1,2 @@
container:
docker_host: '-'
options: --oom-score-adj=200

View file

@ -1,4 +1,4 @@
WORK_PATH = /data
WORK_PATH = /var/lib/gitea
[database]
DB_TYPE = sqlite3
[repository]

View file

@ -1,9 +1,9 @@
[Container]
Image=docker.io/gitea/gitea:latest-rootless
Image=codeberg.org/forgejo/forgejo:1.21-rootless
UserNS=auto
Network=nginx.network
Volume=/var/lib/system-config/container-config/forgejo/app.ini:/etc/gitea/app.ini:Z,ro
Volume=forgejo.volume:/data:U,Z
Volume=forgejo.volume:/var/lib/gitea:U,Z
Secret=forgejo-token
AutoUpdate=registry
[Install]