diff --git a/tautulli/docker-compose.yml b/tautulli/docker-compose.yml new file mode 100644 index 0000000..b0b4161 --- /dev/null +++ b/tautulli/docker-compose.yml @@ -0,0 +1,16 @@ +version: "3.7" + +services: + app_proxy: + environment: + APP_HOST: tautulli_web_1 + APP_PORT: 8181 + + web: + image: lscr.io/linuxserver/tautulli:2.12.5@sha256:4bf16db026fd0aa81f4afa02cb92827f1e072b7de5a7cb71e767e960f8620f1a + volumes: + - ${APP_DATA_DIR}/data/config:/config + restart: on-failure + environment: + - PUID=1000 + - PGID=1000 diff --git a/tautulli/umbrel-app.yml b/tautulli/umbrel-app.yml new file mode 100644 index 0000000..f572a4e --- /dev/null +++ b/tautulli/umbrel-app.yml @@ -0,0 +1,32 @@ +manifestVersion: 1 +id: tautulli +category: media +name: tautulli +version: "2.12.5" +tagline: Monitor your Plex Media Server +description: >- + Tautulli is a 3rd party application that you can run alongside your Plex Media Server to monitor activity and track various statistics. + Most importantly, these statistics include what has been watched, who watched it, when and where they watched it, and how it was watched. + The only thing missing is "why they watched it", but who am I to question your 42 plays of Frozen. + + + 🛠️ SET-UP INSTRUCTIONS + + During initial set-up, you will need to input your Umbrel device's IP address to connect to your Plex Media Server. + You can find your device's IP address by visiting your router's admin dashboard or by using an IP scanning tool like Angry IP Scanner. +developer: Tautulli +website: https://tautulli.com/ +dependencies: [] +repo: https://github.com/Tautulli/Tautulli +support: https://github.com/Tautulli/Tautulli/wiki +port: 8212 +gallery: + - 1.jpg + - 2.jpg + - 3.jpg +path: "" +defaultUsername: "" +defaultPassword: "" +torOnly: false +submitter: Pranshu Agrawal +submission: https://github.com/getumbrel/umbrel-apps/pull/673 \ No newline at end of file