Harden Gitea webhooks and Docker log limits

This commit is contained in:
2026-05-16 13:34:45 +02:00
parent bf30240217
commit 162421e537
4 changed files with 17 additions and 1 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ services:
- GITEA__server__DOMAIN=git.kaleschke.info
- GITEA__server__ROOT_URL=https://git.kaleschke.info/
- GITEA__database__DB_TYPE=sqlite3
- GITEA__webhook__ALLOWED_HOST_LIST=*
- GITEA__webhook__ALLOWED_HOST_LIST=komodo-core,localhost,127.0.0.1,192.168.178.0/24
volumes:
- /mnt/user/services/gitea/data:/data
ports: