advance jellyfin role tag and add jellyfin config and cache binds #12
2 changed files with 8 additions and 2 deletions
|
@ -2,6 +2,6 @@ role:core:v1.2:core
|
||||||
role:mount:v1.1:core,mount
|
role:mount:v1.1:core,mount
|
||||||
role:nginx-ssl:v1.1:common,nginx-ssl
|
role:nginx-ssl:v1.1:common,nginx-ssl
|
||||||
role:certbot:v1.2:common,certbot
|
role:certbot:v1.2:common,certbot
|
||||||
role:jellyfin:v1.0:workload,jellyfin
|
role:jellyfin:v1.2:workload,jellyfin
|
||||||
|
|
||||||
# end of file
|
# end of file
|
||||||
|
|
|
@ -13,8 +13,14 @@ mounts:
|
||||||
local: /mnt/video
|
local: /mnt/video
|
||||||
type: nfs
|
type: nfs
|
||||||
bind:
|
bind:
|
||||||
- name: sonarr
|
- name: jellyfin config
|
||||||
|
src: /mnt/data/jelly/config/
|
||||||
|
mount: /etc/jellyfin
|
||||||
|
- name: jellyfin data
|
||||||
src: /mnt/data/jelly/data/
|
src: /mnt/data/jelly/data/
|
||||||
mount: /var/lib/jellyfin
|
mount: /var/lib/jellyfin
|
||||||
|
- name: jellyfin cache
|
||||||
|
src: /mnt/data/jelly/cache/
|
||||||
|
mount: /var/cache/jellyfin
|
||||||
|
|
||||||
# end of file
|
# end of file
|
||||||
|
|
Loading…
Add table
Reference in a new issue