Closed klinkeye closed 1 month ago
It expects it to be on /admin
Do you use a reverse proxy? im using caddy and it works perfect!
use this for your compose.yml
caddy:
image: caddy
restart: unless-stopped
ports:
- "80:80"
- "443:443"
- "443:443/udp"
volumes:
- ./caddy/config:/config
- ./caddy/data:/data
- ./caddy/Caddyfile:/etc/caddy/Caddyfile
and this is your Caddyfile, create this before starting first time the container
https://sub.domain.com {
reverse_proxy /admin* http://headplane:3000
reverse_proxy * http://headscale:8080
}
Fresh first deployment, startup logs dont show anything of concern, but when I browse to http://:3000 I receive a 404 error and the following logs are seen:
Relevant config: