Disable headscale cloudflare routing
This commit is contained in:
parent
4296182c48
commit
4d1144e84b
|
@ -195,7 +195,7 @@
|
|||
];
|
||||
};
|
||||
deploy.nodes."nki-personal-do" = {
|
||||
hostname = "nki-personal-do";
|
||||
hostname = "nki.personal";
|
||||
sshUser = "root";
|
||||
profiles.system = {
|
||||
user = "root";
|
||||
|
|
|
@ -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…
Reference in a new issue