Has anyone got a working setup of this combination?
I somehow can't get things to work
curl -d "Backup successful 😀" localhost:81/test
{"id":"4EpidFddbe8p","time":1688997266,"expires":1689040466,"event":"message","topic":"test","message":"Backup successful 😀"}
…but when I try the public url from a different machine I get a 404 page not found. Which to me means ntfy is running, but there's something wrong with my Traefik setup.
…
ports:
- 81:80
labels:
- "traefik.enable=true"
- "traefik.http.routers.ntfy.rule=Host(`ntfy.mydomain.com`)"
- "traefik.http.routers.ntfy.tls=true"
- "traefik.http.routers.ntfy.entrypoints=http"
- "traefik.http.routers.ntfy.entrypoints=https"
- "traefik.http.routers.ntfy.tls.certresolver=http"
- "traefik.http.services.ntfy.loadBalancer.server.port=81"
- "traefik.docker.network=traefik-proxy"
- "traefik.http.