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

Merged
jayne merged 8 commits from jellyfin into prod 2025-05-24 22:40:49 -05:00
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