Add browser start page for all hosted projects.

Static nginx site with grouped links, search filter, and 0012.de-inspired styling.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Frank Schwenk
2026-06-13 13:55:21 +02:00
commit 77af21f149
4 changed files with 618 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
services:
startschwenkonline:
image: nginx
restart: unless-stopped
volumes:
- .:/usr/share/nginx/html:ro
- ./nginx.conf:/etc/nginx/nginx.conf:ro
container_name: startschwenkonline
labels:
- "traefik.enable=true"
- "traefik.http.routers.startschwenkonline.rule=Host(`start.schwenk.online`)"
- "traefik.http.routers.startschwenkonline.entrypoints=websecure"
- "traefik.http.routers.startschwenkonline.tls.certresolver=myresolver"
networks:
- traefik
networks:
traefik:
external: true