summaryrefslogtreecommitdiffhomepage
path: root/public/v4/apps/prowlarr.yml
blob: f888e0e29a5c9aec658de88d1cb6a7aa8720e1e0 (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
46
47
48
49
50
51
52
53
captainVersion: 4
services:
    # Prowlarr
    $$cap_appname:
        image: ghcr.io/linuxserver/prowlarr:$$cap_pr_version
        restart: unless-stopped
        environment:
            TZ: $$cap_tz
            PUID: $$cap_puid
            PGID: $$cap_guid
        volumes:
            - $$cap_appname-config:/config
        caproverExtra:
            containerHttpPort: '9696'
caproverOneClickApp:
    variables:
        - id: $$cap_pr_version
          label: Prowlarr Version
          defaultValue: 'amd64-nightly-version-0.1.0.718'
          description: Check out their Docker page for the valid tags https://github.com/linuxserver/docker-prowlarr/pkgs/container/prowlarr/versions
          validRegex: /.{1,}/

        - id: $$cap_tz
          label: Timezone
          description: Specify a timezone to use EG Europe/London, find yours at https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
          defaultValue: Europe/Brussels

        - id: $$cap_puid
          label: User ID
          defaultValue: '1000'
          description: User ID that the process uses, run (id $user) in your instance to see the id
          validRegex: /.{1,}/

        - id: $$cap_guid
          label: Group ID
          defaultValue: '1000'
          description: Group ID that the process uses, run (id $user) in your instance to see the id
          validRegex: /.{1,}/
    instructions:
        start: >-
            Prowlarr is a indexer manager/proxy built on the popular arr .net/reactjs base stack to integrate with your various PVR apps.
            Prowlarr supports both Torrent Trackers and Usenet Indexers.
            It integrates seamlessly with Sonarr, Radarr, Lidarr, and Readarr offering complete management of your indexers with no per app Indexer setup required (we do it all).
        end: >-
            Aaaand you're done! 😄
            Your service is available at http://$$cap_appname.$$cap_root_domain

            To set a authenticition visit http://$$cap_appname.$$cap_root_domain/settings/general and change the settings under "Security"
    displayName: 'Prowlarr'
    isOfficial: true
    baseUrl: https://github.com/Prowlarr/Prowlarr
    description: Prowlarr is a indexer manager/proxy built on the popular arr .net/reactjs base stack to integrate with your various PVR apps. A Jackett alternative.
    documentation: Taken from https://github.com/linuxserver/docker-prowlarr