hi I ve setup couldflare tunnels to
hi! I've setup couldflare tunnels to access my homelab. I installed clouldflared in a LXC container, created the tunnel and managed to get it working for one subdomain, like
home.mydomain.dev
. But now I've added more CNAME entries and added more services to the ingress section of the config but only the first one I added works. I have stopped and started cloudflared again several times. I strongly suspect the new config is not being applied. Is this a known issue? What am I missing?5 Replies
What errors do you get when you try to access the other subdomains?
to be sure, I added a helloword endpoint with
- hostname: helloworld.mydomain.dev
service: hello_world
and yet I get a 404
Ah using local managed tunnels, should use remote managed tunnels as they are easier but are there anything in the cloudflared logs to indicate that the request is missing the hostname for a reason
interesting. If I run
cloudflared tunnel run <UUID>
it works
but if I start the service with systemctrl
it doesnt
why would restarting the service with systemctl restart cloudflared
not work? I tried even uninstalling the serviceIs it using the correct config file?