Set up cloudflare cert filtering

This commit is contained in:
Natsu Kagami 2023-05-26 23:50:47 +02:00
parent 895978dd96
commit 57ca525d93
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
3 changed files with 45 additions and 2 deletions

View file

@ -175,6 +175,7 @@
host = "vpn.dtth.ch";
port = config.cloud.firezone.httpPort;
localHost = "127.0.0.1";
noCloudflare = true;
};
cloud.traefik.hosts.firezone-vpn = {
host = "vpn.dtth.ch";

View file

@ -80,6 +80,7 @@ in
# traefik
cloud.traefik.hosts.gitea = {
inherit port host;
noCloudflare = true;
};
services.gitea = {