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
|
# 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 {
|
sonarr.ginnoir.com {
|
||||||
import internal_only
|
import internal_only
|
||||||
route {
|
route {
|
||||||
|
|||||||
@@ -98,6 +98,18 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "5055:5055"
|
- "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:
|
tautulli:
|
||||||
image: ghcr.io/linuxserver/tautulli:latest
|
image: ghcr.io/linuxserver/tautulli:latest
|
||||||
container_name: tautulli
|
container_name: tautulli
|
||||||
|
|||||||
Reference in New Issue
Block a user