Put headscale past cloudflare
This commit is contained in:
parent
6eb0b818f1
commit
85fc60162c
|
@ -18,6 +18,8 @@ rec {
|
||||||
filter = "Host(`hs.dtth.ch`) && !PathPrefix(`/admin`)";
|
filter = "Host(`hs.dtth.ch`) && !PathPrefix(`/admin`)";
|
||||||
noCloudflare = true;
|
noCloudflare = true;
|
||||||
};
|
};
|
||||||
|
# cloud.traefik.config.http.middlewares.hs-sslheader.headers.customrequestheaders.X-Forwarded-Proto = "https";
|
||||||
|
# cloud.traefik.config.http.routers.headscale-router.middlewares = [ "hs-sslheader" ];
|
||||||
cloud.traefik.hosts.headscale_webui = {
|
cloud.traefik.hosts.headscale_webui = {
|
||||||
inherit host;
|
inherit host;
|
||||||
port = webuiPort;
|
port = webuiPort;
|
||||||
|
|
Loading…
Reference in a new issue