Remove unecessary htransformation module

This commit is contained in:
Colin Hebert
2023-02-27 08:31:57 +11:00
parent 4c36e4f2fa
commit 70244b1464
3 changed files with 1 additions and 17 deletions

View File

@@ -15,7 +15,7 @@ services:
restart: unless-stopped
labels:
traefik.enable: true
traefik.http.routers.notifiarr.middlewares: authelia@file, notifiarr-authelia@file
traefik.http.routers.notifiarr.middlewares: authelia@file
networks:
reverse-proxy:

View File

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

View File

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