16 lines
373 B
Bash
16 lines
373 B
Bash
# 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
|