Files
stellars-jupyterhub-ds/extra/traefik-host-based-routing/.gitignore
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

27 lines
252 B
Plaintext

# Logs
logs/
*.log
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Docker
.docker/
# Environment (may contain credentials)
.env
# TLS certificates (private keys)
certs/*.pem
certs/**/*.pem
# Cloned repository
stellars-jupyterhub-ds/