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