From b9667ea5e7a7b3da3ff0e004e6b015d870940122 Mon Sep 17 00:00:00 2001 From: "AB from home.homenet" Date: Sun, 12 Oct 2025 14:09:18 +0300 Subject: [PATCH] Fix: Changed syncthing access and auth scheme --- k8s/apps/syncthing/nginx-router.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/k8s/apps/syncthing/nginx-router.yaml b/k8s/apps/syncthing/nginx-router.yaml index a36ea57..0016920 100644 --- a/k8s/apps/syncthing/nginx-router.yaml +++ b/k8s/apps/syncthing/nginx-router.yaml @@ -44,7 +44,8 @@ data: sub_filter '"/theme-assets' '"/nas/theme-assets'; sub_filter '"/syncthing' '"/nas/syncthing'; # Add floating back button - sub_filter '' '
← Back to Instances
'; + sub_filter '' ''; + sub_filter '
' '← Back to Instances
'; sub_filter_once off; sub_filter_types text/html text/css application/javascript; } @@ -75,7 +76,8 @@ data: sub_filter '"/theme-assets' '"/master/theme-assets'; sub_filter '"/syncthing' '"/master/syncthing'; # Add floating back button - sub_filter '' '
← Back to Instances
'; + sub_filter '' ''; + sub_filter '
' '← Back to Instances
'; sub_filter_once off; sub_filter_types text/html text/css application/javascript; } @@ -106,7 +108,8 @@ data: sub_filter '"/theme-assets' '"/iris/theme-assets'; sub_filter '"/syncthing' '"/iris/syncthing'; # Add floating back button - sub_filter '' ''; + sub_filter '' ''; + sub_filter '
' '← Back to Instances
'; sub_filter_once off; sub_filter_types text/html text/css application/javascript; }