Enable traefik dashboard in insecure mode
parent
011d3bf67c
commit
765cd01519
|
@ -62,12 +62,17 @@
|
|||
|
||||
services.traefik = {
|
||||
enable = true;
|
||||
|
||||
environmentFiles = [
|
||||
config.sops.templates."traefik.env".path
|
||||
];
|
||||
|
||||
staticConfigOptions = {
|
||||
# FIXME: Remove this later
|
||||
log.level = "DEBUG";
|
||||
# FIXME: This is insecure
|
||||
api.insecure = true;
|
||||
|
||||
entryPoints = {
|
||||
web = {
|
||||
address = ":80";
|
||||
|
|
Loading…
Reference in New Issue