Files
stellars-jupyterhub-ds/extra/traefik-host-based-routing/.env.example
stellarshenson 45cb18da4d feat: enhance traefik-host-based-routing with CIFS and cert installers
- Add optional CIFS mount support via compose_cifs.yml and .env
- Create install_cert.sh for Linux (multi-distro support)
- Enhance install_cert.bat with folder argument and help flags
- Fix compose_override.yml stray quote, add idle culler defaults
- Enhance generate-certs.sh with generic CN and verification
- Update start.sh/stop.sh to support ENABLE_CIFS from .env
- Update README with CIFS and certificate installation docs
2026-01-16 16:27:45 +01:00

7 lines
206 B
Plaintext

# Optional environment variables
# Copy to .env and customize
# Enable CIFS mount for shared storage (0=disabled, 1=enabled)
# Requires compose_cifs.yml to be configured with NAS credentials
ENABLE_CIFS=0