Disable headscale cloudflare routing
This commit is contained in:
parent
4296182c48
commit
4d1144e84b
2 changed files with 3 additions and 1 deletions
|
@ -16,11 +16,13 @@ rec {
|
|||
cloud.traefik.hosts.headscale = {
|
||||
inherit port host;
|
||||
filter = "Host(`hs.dtth.ch`) && !PathPrefix(`/admin`)";
|
||||
noCloudflare = true;
|
||||
};
|
||||
cloud.traefik.hosts.headscale_webui = {
|
||||
inherit host;
|
||||
port = webuiPort;
|
||||
filter = "Host(`hs.dtth.ch`) && PathPrefix(`/admin`)";
|
||||
noCloudflare = true;
|
||||
};
|
||||
|
||||
services.headscale = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue