feat: add Jellyfin service deployment and configuration
Some checks failed
Python Lint Check / check-python (push) Waiting to run
Ansible Lint Check / check-ansible (push) Failing after 15s
Nix Format Check / check-format (push) Has been cancelled

This commit is contained in:
2025-03-13 13:33:06 +01:00
parent 1222ce8752
commit 6c5180d2a5
4 changed files with 70 additions and 0 deletions

View File

@@ -11,4 +11,9 @@ hoarder.mvl.sh {
git.vleeuwen.me git.mvl.sh {
reverse_proxy gitea:3000
tls {{ caddy_email }}
}
jellyfin.vleeuwen.me jellyfin.mvl.sh {
reverse_proxy jellyfin:8096
tls {{ caddy_email }}
}