From 7f314bb1033a75cb5b02f42ed3702a3d587da24f Mon Sep 17 00:00:00 2001 From: Jayne Passmore Date: Tue, 20 May 2025 18:48:46 -0500 Subject: [PATCH] moved from jellyfin testing to v1.0 and added jelly.actcur.com and media.actcur.com aliases --- playbook_templates/jellyfin.actcur.com | 2 +- var_files/nginx-ssl/jellyfin.actcur.com | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/playbook_templates/jellyfin.actcur.com b/playbook_templates/jellyfin.actcur.com index 087959a..106d533 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.0:workload,jellyfin # end of file diff --git a/var_files/nginx-ssl/jellyfin.actcur.com b/var_files/nginx-ssl/jellyfin.actcur.com index a74a0bd..6be6e4d 100644 --- a/var_files/nginx-ssl/jellyfin.actcur.com +++ b/var_files/nginx-ssl/jellyfin.actcur.com @@ -4,5 +4,9 @@ domains: - domain: jellyfin.actcur.com port: 8096 + - domain: jelly.actcur.com + port: 8096 + - domain: media.actcur.com + port: 8096 # end of file \ No newline at end of file