advance jellyfin role tag and add jellyfin config and cache binds (#12)

Reviewed-on: #12
This commit is contained in:
Jayne Passmore 2025-05-24 22:40:48 -05:00
parent fa679473e7
commit 058f4c2755
2 changed files with 8 additions and 2 deletions

View file

@ -2,6 +2,6 @@ role:core:v1.2:core
role:mount:v1.1:core,mount
role:nginx-ssl:v1.1:common,nginx-ssl
role:certbot:v1.2:common,certbot
role:jellyfin:v1.0:workload,jellyfin
role:jellyfin:v1.2:workload,jellyfin
# end of file

View file

@ -13,8 +13,14 @@ mounts:
local: /mnt/video
type: nfs
bind:
- name: sonarr
- name: jellyfin config
src: /mnt/data/jelly/config/
mount: /etc/jellyfin
- name: jellyfin data
src: /mnt/data/jelly/data/
mount: /var/lib/jellyfin
- name: jellyfin cache
src: /mnt/data/jelly/cache/
mount: /var/cache/jellyfin
# end of file