Skip to content

Commit

Permalink
Add maintainerr
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbovbel committed Dec 21, 2024
1 parent 7dcfaa5 commit 51692c2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
1 change: 0 additions & 1 deletion roles/cockpit/tasks/00-cockpit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
- cockpit
- cockpit-bridge
- cockpit-packagekit
- cockpit-pcp
- cockpit-storaged
- cockpit-system
- cockpit-ws
Expand Down
22 changes: 22 additions & 0 deletions roles/media-server/defaults/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,12 +169,34 @@ docker_media_server:
TZ: America/Toronto
CAPTCHA_SOLVER: 'none'
restart: "no"
maintainerr:
container_name: maintainerr
image: ghcr.io/jorenn92/maintainerr:latest
networks:
- apps
user: "{{ ansible_user_uid }}:{{ ansible_user_gid }}"
volumes:
- "{{ app_folder }}/maintainerr:/opt/data"
environment:
TZ: America/Toronto
BASE_PATH: /maintainerr # uncomment if you're serving maintainerr from a subdirectory
ports:
- 6246:6246
restart: "no"

upnp_forwards_media_server:
plex: {from: 32400, to: 32400, proto: tcp}

caddy_media_server:
endpoints:
maintainerr:
type: proxy
auth: oauth
role: admin
path: /maintainerr
host: maintainerr
port: 6246

radarr:
type: proxy
auth: oauth
Expand Down

0 comments on commit 51692c2

Please sign in to comment.