Files
stellars-jupyterhub-ds/extra
stellarshenson dd0ce86add feat: add traefik host-based routing deployment template
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
2026-01-05 09:39:51 +00:00
..
2025-08-08 20:16:08 +02:00

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