ticket #81 attempt 1

This commit is contained in:
Typosaurus
2026-07-19 20:35:51 +00:00
parent 43c5a948e8
commit 7152db1fd2
22 changed files with 1156 additions and 0 deletions
+19
View File
@@ -42,3 +42,22 @@ NGINX_CACHE_MAX_SIZE=1g
# Run the app container as this host user so shared files keep dev ownership.
DEVPLACE_UID=1000
DEVPLACE_GID=1000
# DevTunnel (SSH reverse tunneling)
# SSH server port for *.tunnel.devplace.net
# DEVPLACE_TUNNEL_SSH_PORT=4242
# Path to SSH host key (auto-generated if missing)
# DEVPLACE_TUNNEL_SSH_HOST_KEY=
# Auth API URL that the SSH server calls to validate credentials
# DEVPLACE_TUNNEL_AUTH_API_URL=http://app:10500/api/tunnel/auth-check
# Maximum concurrent tunnels per user
# DEVPLACE_TUNNEL_RATE_LIMIT_PER_USER=5
# Auth cache TTL in seconds
# DEVPLACE_TUNNEL_AUTH_CACHE_TTL=300
# Remote port range for tunnel allocation
# DEVPLACE_TUNNEL_MIN_PORT=40000
# DEVPLACE_TUNNEL_MAX_PORT=49999
# Tunnel domain
# DEVPLACE_TUNNEL_DOMAIN=tunnel.devplace.net
# Directory for nginx tunnel snippets (mounted volume between nginx and ssh-server)
# DEVPLACE_TUNNEL_NGINX_TUNNEL_DIR=