From 33e9a911a5ea47c9b709a20b93ee4164e885e469 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 16:43:21 +0000 Subject: [PATCH 1/2] chore(deps): update lscr.io/linuxserver/tautulli docker tag to v2.10.4 --- apps/tautulli/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tautulli/docker-compose.yml b/apps/tautulli/docker-compose.yml index 214585a8..61b380b4 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.10.2 + image: lscr.io/linuxserver/tautulli:2.10.4 environment: - PUID=1000 - PGID=1000 From bc187aa3e6850bf04d68bec1992b412d248f6275 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Fri, 14 Oct 2022 16:43:31 +0000 Subject: [PATCH 2/2] Update app version --- apps/tautulli/config.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/apps/tautulli/config.json b/apps/tautulli/config.json index 54d783e7..27174dcf 100644 --- a/apps/tautulli/config.json +++ b/apps/tautulli/config.json @@ -4,9 +4,12 @@ "available": true, "port": 8181, "id": "tautulli", - "tipi_version": 1, - "version": "2.10.2", - "categories": ["media", "utilities"], + "tipi_version": 2, + "version": "2.10.4", + "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",