Add TODOs

This commit is contained in:
Colin Hebert
2023-02-11 11:30:46 +11:00
parent 9eab00187a
commit e5d26012e3
3 changed files with 5 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
http: http:
middlewares: middlewares:
#TODO: Convert to inline configuration for notifiarr
notifiarr-authelia: notifiarr-authelia:
plugin: plugin:
htransformation: htransformation:

View File

@@ -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 }}'

View File

@@ -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`)