Merge branch 'master' into feature/image-sync-trigger-20260806

This commit is contained in:
2026-08-06 14:58:46 +00:00
2 changed files with 46 additions and 13 deletions
+6 -3
View File
@@ -1,10 +1,13 @@
IMAGE_BIND_ADDRESS=0.0.0.0
# Same-host native reverse proxies should use the loopback-only published port.
IMAGE_BIND_ADDRESS=127.0.0.1
IMAGE_PORT=8191
IMAGE_REPOSITORY_PATH=/home/letrhee/sam_rebuild/image
IMAGE_UID=1000
IMAGE_GID=1000
# Comma- or space-separated source CIDRs of hosts that reverse-proxy to port 8191.
TRUSTED_PROXY_CIDRS=172.30.1.75/32
# Source CIDRs observed inside image-web. A host-native proxy normally appears
# as this Compose network's Docker bridge gateway, not as 127.0.0.1.
# Confirm after startup with: docker compose logs image-web
TRUSTED_PROXY_CIDRS=172.24.0.1/32
IMAGE_REMOTE_URL=https://gitea.hided.net/devsam/image.git
IMAGE_REPOSITORY_FULL_NAME=devsam/image