config: Update Gitea PUID to 1033
This commit is contained in:
15
gitea/stack.env
Normal file
15
gitea/stack.env
Normal 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
|
||||
Reference in New Issue
Block a user