From fd02995f52d80b12896e8a727faac7b81baa4580 Mon Sep 17 00:00:00 2001 From: Ryan Smith Date: Thu, 15 May 2025 17:13:32 -0700 Subject: [PATCH] chore: add proxy options to default config Adds proxy-related options to the default configuration file, with options set to disabled by default. This makes the features more discoverable for new users. --- configs/default-config.xml | 4 ++++ configs/docker-config.xml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/configs/default-config.xml b/configs/default-config.xml index 9c05ea8..283a44e 100644 --- a/configs/default-config.xml +++ b/configs/default-config.xml @@ -28,6 +28,7 @@ 2222 true true + false /opt/deceptifeed/certs/ssh-key.pem SSH-2.0-OpenSSH_9.6 @@ -38,6 +39,7 @@ 8080 true true + (?i)^(/|/index\.html|/favicon\.ico|/robots\.txt|/sitemap\.xml|/\.well-known/\w+\.txt)$ @@ -55,6 +57,7 @@ 8443 true true + /opt/deceptifeed/certs/https-cert.pem /opt/deceptifeed/certs/https-key.pem @@ -75,6 +78,7 @@ 2323 true true + false \nUser Access Verification\n\n Username: diff --git a/configs/docker-config.xml b/configs/docker-config.xml index 774eb13..4b727ef 100644 --- a/configs/docker-config.xml +++ b/configs/docker-config.xml @@ -28,6 +28,7 @@ 2222 true true + false key-ssh-private.pem SSH-2.0-OpenSSH_9.6 @@ -38,6 +39,7 @@ 8080 true true + (?i)^(/|/index\.html|/favicon\.ico|/robots\.txt|/sitemap\.xml|/\.well-known/\w+\.txt)$ @@ -55,6 +57,7 @@ 8443 true true + key-https-public.pem key-https-private.pem @@ -75,6 +78,7 @@ 2323 true true + false \nUser Access Verification\n\n Username: