Add TODOs
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
http:
|
||||
middlewares:
|
||||
#TODO: Convert to inline configuration for notifiarr
|
||||
notifiarr-authelia:
|
||||
plugin:
|
||||
htransformation:
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
http:
|
||||
#TODO: Convert to inline configuration for portainer
|
||||
routers:
|
||||
portainer:
|
||||
rule: '{{ $s := "portainer" }}{{ range $i, $d := splitList "," (env `NASCOMPOSE_TRAEFIK_DOMAINS`) }}{{ if $i }} || {{end}}Host(`{{ $s }}.{{ $d }}`){{ end }}'
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
http:
|
||||
#TODO: Convert to inline configuration for traefik
|
||||
# Allows internal services to use `http://traefik/` to use the traefik interface.
|
||||
# Useful for tools like Heimdall which use the traefik API.
|
||||
routers:
|
||||
traefik-internal:
|
||||
rule: Host(`traefik`)
|
||||
|
||||
Reference in New Issue
Block a user