config: Update Gitea PUID to 1033

This commit is contained in:
2026-02-22 22:01:44 -05:00
parent 7e3f381087
commit 6e7baa8fd8
4 changed files with 185 additions and 0 deletions

15
gitea/stack.env Normal file
View File

@@ -0,0 +1,15 @@
# Synology Execution User
# Change these to match the svc-gitea user IDs
USER_UID=1033
USER_GID=65538
TZ=America/Toronto
# Gitea Configuration
# Ensure this matches your exact Cloudflare tunnel URL
DOMAIN=gitea.chengs.uk
ROOT_URL=https://gitea.chengs.uk/
# Local NAS Ports
# Set the HTTP port (e.g. 3001 if that's what you were using before)
HTTP_PORT=3001
SSH_PORT=2222