Allow HTTP and HTTPS through firewall with traefik role
parent
8f0fccf66d
commit
a22367d104
|
@ -48,6 +48,11 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
networking.firewall.allowedTCPPorts = [
|
||||||
|
80
|
||||||
|
443
|
||||||
|
];
|
||||||
|
|
||||||
sops.secrets = {
|
sops.secrets = {
|
||||||
"traefik/acmeEmail" = {
|
"traefik/acmeEmail" = {
|
||||||
owner = "traefik";
|
owner = "traefik";
|
||||||
|
|
Loading…
Reference in New Issue