Replace tautulli with tracearr since it supports Jellyfin

This commit is contained in:
Mike Wilson
2026-08-14 15:28:19 -04:00
parent 99db93ee1d
commit fd55cef154
4 changed files with 19 additions and 678 deletions
@@ -0,0 +1,19 @@
networks:
traefik:
external: true
services:
tracearr:
container_name: "tracearr"
image: ghcr.io/connorgallopo/tracearr:supervised
restart: unless-stopped
networks:
- traefik
environment:
- "TZ={{ timezone }}"
volumes:
- "{{ data_dir }}/{{ role_name }}:/data"
labels:
traefik.enable: true
traefik.http.routers.tracearr.rule: "Host(`{{ role_name }}.local.{{ personal_domain }}`)"
traefik.http.routers.tracearr.middlewares: lan-whitelist@file