From 734a297792eba4dab624f323d7e5a9bc619e475a Mon Sep 17 00:00:00 2001 From: Jayne Passmore Date: Tue, 20 May 2025 19:48:06 -0500 Subject: [PATCH 1/8] fixed owner of system.xml --- playbook_templates/jellyfin.actcur.com | 2 +- var_files/mount/jellyfin.actcur.com | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/playbook_templates/jellyfin.actcur.com b/playbook_templates/jellyfin.actcur.com index 106d533..99c379d 100644 --- a/playbook_templates/jellyfin.actcur.com +++ b/playbook_templates/jellyfin.actcur.com @@ -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.1:workload,jellyfin # end of file diff --git a/var_files/mount/jellyfin.actcur.com b/var_files/mount/jellyfin.actcur.com index 0bb0c60..3a21f8b 100644 --- a/var_files/mount/jellyfin.actcur.com +++ b/var_files/mount/jellyfin.actcur.com @@ -13,7 +13,7 @@ mounts: local: /mnt/video type: nfs bind: - - name: sonarr + - name: jellyfin src: /mnt/data/jelly/data/ mount: /var/lib/jellyfin -- 2.50.1 From 502f7766bac53cd2190252fa92d32476dfc78f20 Mon Sep 17 00:00:00 2001 From: Jayne Passmore Date: Sat, 24 May 2025 19:01:53 -0500 Subject: [PATCH 2/8] revert to jellyfin testing --- playbook_templates/jellyfin.actcur.com | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbook_templates/jellyfin.actcur.com b/playbook_templates/jellyfin.actcur.com index 99c379d..087959a 100644 --- a/playbook_templates/jellyfin.actcur.com +++ b/playbook_templates/jellyfin.actcur.com @@ -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.1:workload,jellyfin +role:jellyfin:testing:workload,jellyfin # end of file -- 2.50.1 From d7a51eaa91e9f4807d31e761f30d154758dc4d2f Mon Sep 17 00:00:00 2001 From: Jayne Passmore Date: Sat, 24 May 2025 19:05:40 -0500 Subject: [PATCH 3/8] removed jelly.actcur.com from aliases for now --- var_files/certbot/jellyfin.actcur.com | 1 - var_files/nginx-ssl/jellyfin.actcur.com | 2 -- 2 files changed, 3 deletions(-) diff --git a/var_files/certbot/jellyfin.actcur.com b/var_files/certbot/jellyfin.actcur.com index 3983a20..e05185b 100644 --- a/var_files/certbot/jellyfin.actcur.com +++ b/var_files/certbot/jellyfin.actcur.com @@ -3,7 +3,6 @@ domains: - domain: jellyfin.actcur.com - - domain: jelly.actcur.com - domain: media.actcur.com # end of file \ No newline at end of file diff --git a/var_files/nginx-ssl/jellyfin.actcur.com b/var_files/nginx-ssl/jellyfin.actcur.com index 6be6e4d..e12616d 100644 --- a/var_files/nginx-ssl/jellyfin.actcur.com +++ b/var_files/nginx-ssl/jellyfin.actcur.com @@ -4,8 +4,6 @@ domains: - domain: jellyfin.actcur.com port: 8096 - - domain: jelly.actcur.com - port: 8096 - domain: media.actcur.com port: 8096 -- 2.50.1 From 716033163675619f0169087859a892679999dea7 Mon Sep 17 00:00:00 2001 From: Jayne Passmore Date: Sat, 24 May 2025 21:29:23 -0500 Subject: [PATCH 4/8] added cache directory --- var_files/mount/jellyfin.actcur.com | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/var_files/mount/jellyfin.actcur.com b/var_files/mount/jellyfin.actcur.com index 3a21f8b..5b2d4f6 100644 --- a/var_files/mount/jellyfin.actcur.com +++ b/var_files/mount/jellyfin.actcur.com @@ -13,8 +13,12 @@ mounts: local: /mnt/video type: nfs bind: - - name: jellyfin + - name: jellyfin data src: /mnt/data/jelly/data/ mount: /var/lib/jellyfin + bind: + - name: jellyfin cache + src: /mnt/data/jelly/cache/ + mount: /var/cache/jellyfin # end of file -- 2.50.1 From cb5cc749ba9cd83788fb87211707142f40c9e846 Mon Sep 17 00:00:00 2001 From: Jayne Passmore Date: Sat, 24 May 2025 21:49:34 -0500 Subject: [PATCH 5/8] added config dir --- var_files/mount/jellyfin.actcur.com | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/var_files/mount/jellyfin.actcur.com b/var_files/mount/jellyfin.actcur.com index 5b2d4f6..4a12729 100644 --- a/var_files/mount/jellyfin.actcur.com +++ b/var_files/mount/jellyfin.actcur.com @@ -12,6 +12,10 @@ mounts: remote: /mnt/butter/video local: /mnt/video type: nfs + bind: + - name: jellyfin config + src: /mnt/data/jelly/config/ + mount: /etc/jellyfin bind: - name: jellyfin data src: /mnt/data/jelly/data/ -- 2.50.1 From ac87d78229339bd56518b6ec1fa06601990a32eb Mon Sep 17 00:00:00 2001 From: Jayne Passmore Date: Sat, 24 May 2025 22:00:45 -0500 Subject: [PATCH 6/8] fix mounts --- var_files/mount/jellyfin.actcur.com | 2 -- 1 file changed, 2 deletions(-) diff --git a/var_files/mount/jellyfin.actcur.com b/var_files/mount/jellyfin.actcur.com index 4a12729..8e0caa9 100644 --- a/var_files/mount/jellyfin.actcur.com +++ b/var_files/mount/jellyfin.actcur.com @@ -16,11 +16,9 @@ mounts: - name: jellyfin config src: /mnt/data/jelly/config/ mount: /etc/jellyfin - bind: - name: jellyfin data src: /mnt/data/jelly/data/ mount: /var/lib/jellyfin - bind: - name: jellyfin cache src: /mnt/data/jelly/cache/ mount: /var/cache/jellyfin -- 2.50.1 From 7dc2e093fbbec250bb0bc6d3a499d5cc85dee659 Mon Sep 17 00:00:00 2001 From: Jayne Passmore Date: Sat, 24 May 2025 22:34:00 -0500 Subject: [PATCH 7/8] readded jelly.actcur.com --- var_files/certbot/jellyfin.actcur.com | 1 + var_files/nginx-ssl/jellyfin.actcur.com | 2 ++ 2 files changed, 3 insertions(+) diff --git a/var_files/certbot/jellyfin.actcur.com b/var_files/certbot/jellyfin.actcur.com index e05185b..3983a20 100644 --- a/var_files/certbot/jellyfin.actcur.com +++ b/var_files/certbot/jellyfin.actcur.com @@ -3,6 +3,7 @@ domains: - domain: jellyfin.actcur.com + - domain: jelly.actcur.com - domain: media.actcur.com # end of file \ No newline at end of file diff --git a/var_files/nginx-ssl/jellyfin.actcur.com b/var_files/nginx-ssl/jellyfin.actcur.com index e12616d..6be6e4d 100644 --- a/var_files/nginx-ssl/jellyfin.actcur.com +++ b/var_files/nginx-ssl/jellyfin.actcur.com @@ -4,6 +4,8 @@ domains: - domain: jellyfin.actcur.com port: 8096 + - domain: jelly.actcur.com + port: 8096 - domain: media.actcur.com port: 8096 -- 2.50.1 From c96ac595573561d475ed96471d4ec84034ad6aee Mon Sep 17 00:00:00 2001 From: Jayne Passmore Date: Sat, 24 May 2025 22:34:58 -0500 Subject: [PATCH 8/8] advance jellyfin tag --- playbook_templates/jellyfin.actcur.com | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbook_templates/jellyfin.actcur.com b/playbook_templates/jellyfin.actcur.com index 087959a..437f6d2 100644 --- a/playbook_templates/jellyfin.actcur.com +++ b/playbook_templates/jellyfin.actcur.com @@ -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:testing:workload,jellyfin +role:jellyfin:v1.2:workload,jellyfin # end of file -- 2.50.1