Set up cloudflare cert filtering
This commit is contained in:
parent
895978dd96
commit
57ca525d93
3 changed files with 45 additions and 2 deletions
|
@ -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";
|
||||
|
|
|
@ -80,6 +80,7 @@ in
|
|||
# traefik
|
||||
cloud.traefik.hosts.gitea = {
|
||||
inherit port host;
|
||||
noCloudflare = true;
|
||||
};
|
||||
|
||||
services.gitea = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue