move pihole to kubernetes

fix freshrss admin password secret
This commit is contained in:
Pim Kunis 2024-03-28 23:05:05 +01:00
parent 8d04504c40
commit a7a3b1b722
5 changed files with 160 additions and 2 deletions

View file

@ -6,7 +6,6 @@
- {role: forgejo, tags: forgejo}
- {role: hedgedoc, tags: hedgedoc}
- {role: swarm_dashboard, tags: swarm_dashboard}
- {role: pihole, tags: pihole}
- {role: nextcloud, tags: nextcloud}
- {role: kitchenowl, tags: kitchenowl}
- {role: paperless-ngx, tags: paperless-ngx}

View file

@ -84,6 +84,12 @@ services:
- traefik.http.routers.syncthing.rule=Host(`sync.kun.is`)
- traefik.http.routers.syncthing.tls=true
- traefik.http.routers.syncthing.tls.certresolver=letsencrypt
- traefik.http.routers.pihole.entrypoints=localsecure
- traefik.http.routers.pihole.service=k3s@file
- traefik.http.routers.pihole.rule=Host(`pihole.kun.is`)
- traefik.http.routers.pihole.tls=true
- traefik.http.routers.pihole.tls.certresolver=letsencrypt
volumes:
- type: bind
source: /var/run/docker.sock