Update tautulli to version v2.14.3 (#1284)

This commit is contained in:
Nathan Fretz 2024-07-31 22:21:15 +10:00 committed by GitHub
parent 0c6c622ec5
commit 3707b1c6c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 10 deletions

View File

@ -7,10 +7,10 @@ services:
APP_PORT: 8181
web:
image: linuxserver/tautulli:2.13.2@sha256:6195b187030637f5588c33988b3686b96f003c726b22958ee0d589549c6fb50f
image: linuxserver/tautulli:2.14.3@sha256:05521bf5fbab6d9297fed5ae8525b4ff24dec3773bce40c0d0b831a8708a13e2
volumes:
- ${APP_DATA_DIR}/data/config:/config
restart: on-failure
environment:
- PUID=1000
- PGID=1000
- PGID=1000

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: tautulli
category: media
name: tautulli
version: "2.13.2"
version: "2.14.3"
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.
@ -29,14 +29,14 @@ defaultUsername: ""
defaultPassword: ""
torOnly: false
releaseNotes: |
This release updates Tautulli from v2.12.5 to v2.13.2 which includes:
Changes:
- History: Added quarter values icons for history watch status. (#2179, #2156) (Thanks @herby2212)
- Graphs: Added concurrent streams per day graph. (#2046) (Thanks @herby2212)
- Exporter: Added metadata directory to exporter fields. Banner exporter fields for tv shows.
- UI: Added last triggered time to notification agents and newsletter agent lists.
- Other: Added X-Plex-Language header override to config file.
- 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 is available at https://github.com/Tautulli/Tautulli/releases
Full release notes and detailed information are available at https://github.com/Tautulli/Tautulli/releases
submitter: Pranshu Agrawal
submission: https://github.com/getumbrel/umbrel-apps/pull/673