diff options
| author | Kasra Bigdeli <[email protected]> | 2021-08-22 11:33:31 -0700 |
|---|---|---|
| committer | Kasra Bigdeli <[email protected]> | 2021-08-22 11:33:31 -0700 |
| commit | 84197b496c74f1aa83e25a6e9c361fb0001bb740 (patch) | |
| tree | 698b076987a20390dc5e598c006ca4687b4ab5df | |
| parent | e16dd2337c0216e5367fbaefe2a0987c9b3fdc73 (diff) | |
| download | caprover-one-click-apps-84197b496c74f1aa83e25a6e9c361fb0001bb740.tar.gz caprover-one-click-apps-84197b496c74f1aa83e25a6e9c361fb0001bb740.zip | |
Added Tautulli
| -rw-r--r-- | public/v4/apps/tautulli.yml | 43 | ||||
| -rw-r--r-- | public/v4/logos/tautulli.png | bin | 0 -> 29051 bytes |
2 files changed, 43 insertions, 0 deletions
diff --git a/public/v4/apps/tautulli.yml b/public/v4/apps/tautulli.yml new file mode 100644 index 0000000..c4114a0 --- /dev/null +++ b/public/v4/apps/tautulli.yml @@ -0,0 +1,43 @@ +captainVersion: 4 +services: + $$cap_appname: + image: tautulli/tautulli:$$cap_version + restart: always + environment: + TZ: $$cap_tz + PUID: $$cap_puid + PGID: $$cap_guid + caproverExtra: + containerHttpPort: '8181' +caproverOneClickApp: + variables: + - id: $$cap_version + label: Tautulli Version Tag + description: Check out their Docker page for the valid tags https://hub.docker.com/r/tautulli/tautulli/tags?page=1&ordering=last_updated + defaultValue: 'v2.7.5' + validRegex: /^([^\s^\/])+$/ + - id: $$cap_tz + label: Timezone + description: This is the timezone for the application, find yours at https://en.wikipedia.org/wiki/List_of_tz_database_time_zones + defaultValue: America/Los_Angeles + - id: $$cap_puid + label: User ID + defaultValue: '1000' + description: User ID that the process uses + validRegex: /.{1,}/ + - id: $$cap_guid + label: Group ID + defaultValue: '1000' + description: Group ID that the process uses + validRegex: /.{1,}/ + instructions: + start: >- + A python based web application for monitoring, analytics and notifications for Plex Media Server. + + For more details, see: https://github.com/Tautulli/Tautulli + + end: Tautulli is deployed and available as $$cap_appname. It may take a few moments before the application is ready. + displayName: Tautulli + isOfficial: true + description: A python based web application for monitoring, analytics and notifications for Plex Media Server. + documentation: 'Taken from https://hub.docker.com/r/tautulli/tautulli ' diff --git a/public/v4/logos/tautulli.png b/public/v4/logos/tautulli.png Binary files differnew file mode 100644 index 0000000..3cf7264 --- /dev/null +++ b/public/v4/logos/tautulli.png |
