summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorkgnfth <[email protected]>2021-07-29 18:18:05 +0200
committerGitHub <[email protected]>2021-07-29 09:18:05 -0700
commit478f45e82e61fbc6b1834994c725785bddce1649 (patch)
tree7f90a563e3276f59ba41b3153a176f5e07b98aa0
parent79593dffd4402e5165a1b5a6a54d8be5011280ce (diff)
downloadcaprover-one-click-apps-478f45e82e61fbc6b1834994c725785bddce1649.tar.gz
caprover-one-click-apps-478f45e82e61fbc6b1834994c725785bddce1649.zip
Added Prowlarr (#471)
* added Prowlarr * use version tag
-rw-r--r--public/v4/apps/prowlarr.yml53
-rw-r--r--public/v4/logos/prowlarr.pngbin0 -> 42644 bytes
2 files changed, 53 insertions, 0 deletions
diff --git a/public/v4/apps/prowlarr.yml b/public/v4/apps/prowlarr.yml
new file mode 100644
index 0000000..f888e0e
--- /dev/null
+++ b/public/v4/apps/prowlarr.yml
@@ -0,0 +1,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
diff --git a/public/v4/logos/prowlarr.png b/public/v4/logos/prowlarr.png
new file mode 100644
index 0000000..8c54201
--- /dev/null
+++ b/public/v4/logos/prowlarr.png
Binary files differ