-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
Describe the bug
Using Caddy (v2) as a reverse proxy I am unable to access the UI. Caddy is running on a different host than the change-detection.io docker container.
Version
Exact version in the top right area: 0.52.8
How did you install?
Docker compose
services:
changedetection:
image: ghcr.io/dgtlmoon/changedetection.io:0.52.8
container_name: changedetection
hostname: changedetection
volumes:
- changedetection-data:/datastore
environment:
- USE_X_SETTINGS=1
- TZ=America/Los_Angeles
networks:
changenet:
aliases:
- changedetection-app
restart: unless-stopped
volumes:
changedetection-data:
networks:
changenet:Caddy
@change-detector host change-detector.local.kye.dev
handle @change-detector {
reverse_proxy 192.168.0.20:5000
}To Reproduce
Steps to reproduce the behavior:
- Navigate to reverse proxy url
- get white screen
OR
curl -I https://change-detector.local.kye.dev
HTTP/2 200
alt-svc: h3=":443"; ma=2592000
server: Caddy
date: Mon, 26 Jan 2026 19:33:45 GMT
Expected behavior
UI Should load
Additional context
Caddy is running on a different host than the change-detection docker container, reverse proxy using local network IP
Reactions are currently unavailable