From 3428baf96bd47f82974ffc5bb8ecaa9b834f4f12 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 27 Dec 2023 16:56:08 +0100 Subject: [PATCH] Updated Running changedetection.io behind a reverse proxy (markdown) --- Running-changedetection.io-behind-a-reverse-proxy.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Running-changedetection.io-behind-a-reverse-proxy.md b/Running-changedetection.io-behind-a-reverse-proxy.md index 8f764db..0b147bc 100644 --- a/Running-changedetection.io-behind-a-reverse-proxy.md +++ b/Running-changedetection.io-behind-a-reverse-proxy.md @@ -105,4 +105,9 @@ Using Caddy v2 and a subdomain, the configuration is simply changedetection.yoursite.com { reverse_proxy localhost:5000 } -``` \ No newline at end of file +``` + + +# Known Issues + +Caddy+Traefik etc - Random problem fetching resources, see https://github.com/dgtlmoon/changedetection.io/issues/2053