Remove unecessary htransformation module
This commit is contained in:
@@ -15,7 +15,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
traefik.enable: true
|
traefik.enable: true
|
||||||
traefik.http.routers.notifiarr.middlewares: authelia@file, notifiarr-authelia@file
|
traefik.http.routers.notifiarr.middlewares: authelia@file
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
reverse-proxy:
|
reverse-proxy:
|
||||||
|
|||||||
@@ -1,10 +0,0 @@
|
|||||||
http:
|
|
||||||
middlewares:
|
|
||||||
#TODO: Convert to inline configuration for notifiarr
|
|
||||||
notifiarr-authelia:
|
|
||||||
plugin:
|
|
||||||
htransformation:
|
|
||||||
Rules:
|
|
||||||
- Type: Rename
|
|
||||||
Header: Remote-User
|
|
||||||
Value: X-WebAuth-User
|
|
||||||
@@ -32,9 +32,3 @@ entryPoints:
|
|||||||
|
|
||||||
global:
|
global:
|
||||||
sendAnonymousUsage: false
|
sendAnonymousUsage: false
|
||||||
|
|
||||||
experimental:
|
|
||||||
plugins:
|
|
||||||
htransformation:
|
|
||||||
moduleName: github.com/tomMoulard/htransformation
|
|
||||||
version: v0.2.7
|
|
||||||
|
|||||||
Reference in New Issue
Block a user