add gitea

This commit is contained in:
2024-05-22 15:14:37 -05:00
parent 236cc83669
commit b9b8883d01
6 changed files with 124 additions and 0 deletions

8
hosts/ps09rp/gitea/.env Normal file
View File

@@ -0,0 +1,8 @@
USER_UID=1000
USER_GID=1000
GITEA__database__DB_TYPE=postgres
GITEA__database__HOST=gitea-postgres:5432
GITEA__database__NAME=gitea
GITEA__database__USER=gitea
GITEA__database__PASSWD=""
GITEA__webhook__ALLOWED_HOST_LIST="*.alexlebens.net, 192.168.*.*, 172.27.*.*"