Add Anki route and fix Jellyfin cache disk exhaustion
Ansible Lint / lint (push) Successful in 6s

- Add adyrem.duckdns.org/Anki → claude-code VM:4002 via Traefik
- Add anki.homelab DNS entry to Pi-hole
- Mount Jellyfin transcode cache to /media/transcodes (HDD) instead of
  anonymous Docker volume on root disk; prevents root disk from filling up

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Adyrem
2026-05-19 15:02:21 +02:00
parent bc838dfcb6
commit c707a7cceb
4 changed files with 9 additions and 0 deletions
+6
View File
@@ -17,6 +17,12 @@ traefik_services:
host: "devbox.homelab"
backend: "http://10.10.2.10:4001"
public_host: "adyrem.duckdns.org"
- name: anki
host: "anki.homelab"
backend: "http://10.10.2.10:4002"
public_host: "adyrem.duckdns.org"
public_path: "/Anki"
strip_prefix: "/Anki"
- name: mtg
host: "mtg.homelab"
backend: "http://10.10.2.10:3000"