Add TODOs
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
http:
|
http:
|
||||||
middlewares:
|
middlewares:
|
||||||
|
#TODO: Convert to inline configuration for notifiarr
|
||||||
notifiarr-authelia:
|
notifiarr-authelia:
|
||||||
plugin:
|
plugin:
|
||||||
htransformation:
|
htransformation:
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
http:
|
http:
|
||||||
|
#TODO: Convert to inline configuration for portainer
|
||||||
routers:
|
routers:
|
||||||
portainer:
|
portainer:
|
||||||
rule: '{{ $s := "portainer" }}{{ range $i, $d := splitList "," (env `NASCOMPOSE_TRAEFIK_DOMAINS`) }}{{ if $i }} || {{end}}Host(`{{ $s }}.{{ $d }}`){{ end }}'
|
rule: '{{ $s := "portainer" }}{{ range $i, $d := splitList "," (env `NASCOMPOSE_TRAEFIK_DOMAINS`) }}{{ if $i }} || {{end}}Host(`{{ $s }}.{{ $d }}`){{ end }}'
|
||||||
|
|||||||
@@ -1,4 +1,7 @@
|
|||||||
http:
|
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:
|
routers:
|
||||||
traefik-internal:
|
traefik-internal:
|
||||||
rule: Host(`traefik`)
|
rule: Host(`traefik`)
|
||||||
|
|||||||
Reference in New Issue
Block a user