Set up notifiarr

This commit is contained in:
Colin Hebert
2023-01-26 12:44:05 +01:00
parent 36371b0d4a
commit 42c29d776b
6 changed files with 54 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
http:
middlewares:
notifiarr-authelia:
plugin:
htransformation:
Rules:
- Type: Rename
Header: Remote-User
Value: X-WebAuth-User

View File

@@ -30,3 +30,9 @@ entryPoints:
global:
sendAnonymousUsage: false
experimental:
plugins:
htransformation:
moduleName: github.com/tomMoulard/htransformation
version: v0.2.7

View File

@@ -19,6 +19,8 @@ services:
target: /etc/traefik/dynamic/tls.yml
- source: traefik_hsts
target: /etc/traefik/dynamic/hsts.yml
- source: traefik_htransformation
target: /etc/traefik/dynamic/htransformation.yml
- source: traefik_authelia
target: /etc/traefik/dynamic/authelia.yml
@@ -49,6 +51,8 @@ configs:
file: ${NASCOMPOSE_SERVICES?}/reverse-proxy/configs/dynamic/tls.yml
traefik_hsts:
file: ${NASCOMPOSE_SERVICES?}/reverse-proxy/configs/dynamic/hsts.yml
traefik_htransformation:
file: ${NASCOMPOSE_SERVICES?}/reverse-proxy/configs/dynamic/htransformation.yml
traefik_authelia:
file: ${NASCOMPOSE_SERVICES?}/reverse-proxy/configs/dynamic/authelia.yml
traefik_transmission-api: