From b1446c53cd3e0de10515809272946a0f6213b285 Mon Sep 17 00:00:00 2001 From: "AB from home.homenet" Date: Sun, 12 Oct 2025 13:44:39 +0300 Subject: [PATCH] Fix: Changed syncthing access and auth scheme --- k8s/apps/syncthing/nginx-router.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/k8s/apps/syncthing/nginx-router.yaml b/k8s/apps/syncthing/nginx-router.yaml index 1684a34..a36ea57 100644 --- a/k8s/apps/syncthing/nginx-router.yaml +++ b/k8s/apps/syncthing/nginx-router.yaml @@ -43,8 +43,8 @@ data: sub_filter '"/vendor' '"/nas/vendor'; sub_filter '"/theme-assets' '"/nas/theme-assets'; sub_filter '"/syncthing' '"/nas/syncthing'; - # Add back button before logo - sub_filter '← Back' '
← Back to Instances
'; sub_filter_once off; sub_filter_types text/html text/css application/javascript; } @@ -74,8 +74,8 @@ data: sub_filter '"/vendor' '"/master/vendor'; sub_filter '"/theme-assets' '"/master/theme-assets'; sub_filter '"/syncthing' '"/master/syncthing'; - # Add back button before logo - sub_filter '← Back' '
← Back to Instances
'; sub_filter_once off; sub_filter_types text/html text/css application/javascript; } @@ -105,8 +105,8 @@ data: sub_filter '"/vendor' '"/iris/vendor'; sub_filter '"/theme-assets' '"/iris/theme-assets'; sub_filter '"/syncthing' '"/iris/syncthing'; - # Add back button before logo - sub_filter '← Back' '
← Back to Instances
'; sub_filter_once off; sub_filter_types text/html text/css application/javascript; }