chore: Make gitea public

This commit is contained in:
SauravDhakal
2026-04-11 21:16:37 +05:45
parent 0b512943b9
commit 39013db669
3 changed files with 45 additions and 2 deletions

View File

@@ -14,6 +14,11 @@ services:
- GITEA__server__ROOT_URL=https://gitea.sauravdhakal.com.np
- GITEA__server__SSH_DOMAIN=gitea.sauravdhakal.com.np
- GITEA__server__SSH_PORT=2222
- GITEA__service__DISABLE_REGISTRATION=true # only you use this
# Allow public access but disable registration
- GITEA__service__DISABLE_REGISTRATION=true
# Require login to push (read is public)
- GITEA__repository__DISABLE_HTTP_GIT=false
- GITEA__security__INSTALL_LOCK=true
volumes:
- /home/saurav/hetzner_self/data/gitea:/data