feat(media): add maintainerr for stale overseerr request cleanup
Deploy Caddyfile to valhalla / deploy (push) Successful in 1m11s
Deploy Caddyfile to valhalla / deploy (push) Successful in 1m11s
This commit is contained in:
@@ -93,6 +93,17 @@ requests.ginnoir.com {
|
||||
# =============================================================
|
||||
# MEDIA MANAGEMENT — internal only
|
||||
# =============================================================
|
||||
maintainerr.ginnoir.com {
|
||||
import internal_only
|
||||
route {
|
||||
import authentik_outpost
|
||||
handle {
|
||||
import authentik_forward_auth
|
||||
reverse_proxy maintainerr:6246
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
sonarr.ginnoir.com {
|
||||
import internal_only
|
||||
route {
|
||||
|
||||
@@ -98,6 +98,18 @@ services:
|
||||
ports:
|
||||
- "5055:5055"
|
||||
|
||||
maintainerr:
|
||||
container_name: maintainerr
|
||||
image: ghcr.io/jorenn92/maintainerr:latest
|
||||
restart: unless-stopped
|
||||
networks: [media, edge]
|
||||
env_file:
|
||||
- stack.env
|
||||
volumes:
|
||||
- /config/maintainerr:/opt/maintainerr/data
|
||||
ports:
|
||||
- "6246:6246"
|
||||
|
||||
tautulli:
|
||||
image: ghcr.io/linuxserver/tautulli:latest
|
||||
container_name: tautulli
|
||||
|
||||
Reference in New Issue
Block a user