mirror of
https://github.com/stellarshenson/stellars-jupyterhub-ds.git
synced 2026-03-11 07:30:29 +00:00
Add extra/traefik-host-based-routing/ template for creating local deployments with Traefik reverse proxy and self-signed certificates: - compose_override.yml with YOURDOMAIN placeholder - Makefile with start/stop/pull/logs/status targets - start.sh (clone/pull + start services) - stop.sh (stop services) - generate-certs.sh (creates wildcard cert for given domain) - certs/tls.yml template for Traefik file provider - .gitignore (excludes certs and cloned repo) Usage: copy folder, run generate-certs.sh, edit compose_override.yml, run start.sh to clone repo and start services
7 lines
252 B
Markdown
7 lines
252 B
Markdown
Additional tools and scripts that help with the hub maintenance
|
|
|
|
- `docker_volume_backupper` - script that backs docker volumes (use regex for name)
|
|
- `traefik-host-based-routing` - deployment template with local Traefik and self-signed certificates
|
|
|
|
|