parent
c46903e3a0
commit
032072374b
35 changed files with 511 additions and 324 deletions
|
|
@ -3,7 +3,7 @@
|
|||
rule = "Host(`traefik.procopius.dk`)";
|
||||
service = "traefik";
|
||||
entryPoints = ["websecure"];
|
||||
middlewares = ["oauth-auth"];
|
||||
middlewares = ["authelia"];
|
||||
tls.certResolver = "letsencrypt";
|
||||
};
|
||||
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
rule = "Host(`proxmox.procopius.dk`)";
|
||||
service = "proxmox";
|
||||
entryPoints = ["websecure"];
|
||||
middlewares = ["oauth-auth"];
|
||||
middlewares = ["authelia"];
|
||||
tls.certResolver = "letsencrypt";
|
||||
};
|
||||
nas = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue