From 5a2e2ffa8066f15b23cf26187350a612329f3fa2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 00:04:50 +0000 Subject: [PATCH] chore(deps): update lscr.io/linuxserver/tautulli docker tag to v2.14.2 (#3565) --- apps/tautulli/config.json | 14 ++++---------- apps/tautulli/docker-compose.yml | 2 +- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/apps/tautulli/config.json b/apps/tautulli/config.json index 34d0bee7..04be43b0 100644 --- a/apps/tautulli/config.json +++ b/apps/tautulli/config.json @@ -5,19 +5,13 @@ "exposable": true, "port": 8181, "id": "tautulli", - "tipi_version": 14, - "version": "2.13.4", - "categories": [ - "media", - "utilities" - ], + "tipi_version": 15, + "version": "2.14.2", + "categories": ["media", "utilities"], "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. All statistics are presented in a nice and clean interface with many tables and graphs, which makes it easy to brag about your server to everyone else.", "short_desc": "Monitoring and tracking tool for Plex Media Server.", "author": "JonnyWong16", "source": "https://github.com/Tautulli/Tautulli", "form_fields": [], - "supported_architectures": [ - "arm64", - "amd64" - ] + "supported_architectures": ["arm64", "amd64"] } diff --git a/apps/tautulli/docker-compose.yml b/apps/tautulli/docker-compose.yml index b18e1e5f..66202a42 100644 --- a/apps/tautulli/docker-compose.yml +++ b/apps/tautulli/docker-compose.yml @@ -2,7 +2,7 @@ version: "2.1" services: tautulli: container_name: tautulli - image: lscr.io/linuxserver/tautulli:2.13.4 + image: lscr.io/linuxserver/tautulli:2.14.2 environment: - PUID=1000 - PGID=1000