Nathan Fretz
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
10 additions and
9 deletions
-
tautulli/docker-compose.yml
-
tautulli/umbrel-app.yml
|
|
@ -7,7 +7,7 @@ services: |
|
|
|
APP_PORT: 8181 |
|
|
|
|
|
|
|
web: |
|
|
|
image: linuxserver/tautulli:2.14.3@sha256:05521bf5fbab6d9297fed5ae8525b4ff24dec3773bce40c0d0b831a8708a13e2 |
|
|
|
image: linuxserver/tautulli:2.14.4@sha256:e5944d51583e14ff59f82154c966152910c60ed85f1acd8cae2566046b149af8 |
|
|
|
volumes: |
|
|
|
- ${APP_DATA_DIR}/data/config:/config |
|
|
|
restart: on-failure |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1 |
|
|
|
id: tautulli |
|
|
|
category: media |
|
|
|
name: tautulli |
|
|
|
version: "2.14.3" |
|
|
|
version: "2.14.4" |
|
|
|
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. |
|
|
@ -28,14 +28,15 @@ path: "" |
|
|
|
defaultUsername: "" |
|
|
|
defaultPassword: "" |
|
|
|
torOnly: false |
|
|
|
releaseNotes: | |
|
|
|
Changes: |
|
|
|
releaseNotes: >- |
|
|
|
This update includes several improvements and fixes: |
|
|
|
|
|
|
|
|
|
|
|
- Updated Slack notification info card |
|
|
|
- Added ntfy notification agent |
|
|
|
- Fixed macOS platform capitalization |
|
|
|
- Removed deprecated getdefaultlocale |
|
|
|
|
|
|
|
- Fixed issues with the history table not loading when clicking on the graphs in some instances. |
|
|
|
- Fixed issues with the scheduled tasks table not loading when certain tasks are disabled. |
|
|
|
- Removed unnecessary Remote Server checkbox from the settings page. |
|
|
|
- Fixed webserver not restarting after the setup wizard. |
|
|
|
- Workaround for webserver crashing in some instances. |
|
|
|
|
|
|
|
Full release notes and detailed information are available at https://github.com/Tautulli/Tautulli/releases |
|
|
|
submitter: Pranshu Agrawal |
|
|
|