Nathan Fretz
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
5 additions and
5 deletions
-
tautulli/docker-compose.yml
-
tautulli/umbrel-app.yml
|
|
@ -7,7 +7,7 @@ services: |
|
|
|
APP_PORT: 8181 |
|
|
|
|
|
|
|
web: |
|
|
|
image: linuxserver/tautulli:2.14.5@sha256:e05f7ee8cf9b1371d1a5541e3621eb2b2168bc04877aeca1241750f35ebef927 |
|
|
|
image: linuxserver/tautulli:2.14.6@sha256:ac17e75ae0092a5f6dbd19e372c23239896958a6f2764bfc8b65b1f777359302 |
|
|
|
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.5" |
|
|
|
version: "2.14.6" |
|
|
|
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. |
|
|
@ -32,9 +32,9 @@ releaseNotes: >- |
|
|
|
This update includes several improvements and fixes: |
|
|
|
|
|
|
|
|
|
|
|
- Fixed display of 2k resolution on activity card |
|
|
|
- Improved ntfy notifications handling for special characters |
|
|
|
- Resolved a memory leak issue with database closing |
|
|
|
- Improved newsletter functionality with support for formatting date parameters and compatible cron expressions |
|
|
|
- Fixed issues with the UI, including runtime rounding and touch scrolling for recently added/watched rows |
|
|
|
- Resolved an issue with the auto-updater not running |
|
|
|
|
|
|
|
|
|
|
|
Full release notes and detailed information are available at https://github.com/Tautulli/Tautulli/releases |
|
|
|