summaryrefslogtreecommitdiffhomepage
path: root/public/v4/apps/tautulli.yml
blob: cb50fc8bbba18bc022d2cffcac81c71a8eac4969 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
captainVersion: 4
services:
    $$cap_appname:
        image: tautulli/tautulli:$$cap_version
        restart: always
        volumes:
            - $$cap_appname-config:/config
        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 '