mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +02:00
App Submission: Tautulli (#673)
Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
parent
0b8898f903
commit
c025121d2c
16
tautulli/docker-compose.yml
Normal file
16
tautulli/docker-compose.yml
Normal file
@ -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
|
32
tautulli/umbrel-app.yml
Normal file
32
tautulli/umbrel-app.yml
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user