Enable traefik dashboard in insecure mode
This commit is contained in:
parent
011d3bf67c
commit
765cd01519
1 changed files with 5 additions and 0 deletions
|
@ -62,12 +62,17 @@
|
||||||
|
|
||||||
services.traefik = {
|
services.traefik = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
environmentFiles = [
|
environmentFiles = [
|
||||||
config.sops.templates."traefik.env".path
|
config.sops.templates."traefik.env".path
|
||||||
];
|
];
|
||||||
|
|
||||||
staticConfigOptions = {
|
staticConfigOptions = {
|
||||||
|
# FIXME: Remove this later
|
||||||
log.level = "DEBUG";
|
log.level = "DEBUG";
|
||||||
|
# FIXME: This is insecure
|
||||||
|
api.insecure = true;
|
||||||
|
|
||||||
entryPoints = {
|
entryPoints = {
|
||||||
web = {
|
web = {
|
||||||
address = ":80";
|
address = ":80";
|
||||||
|
|
Loading…
Add table
Reference in a new issue