diff options
| author | Jaw <[email protected]> | 2023-12-17 14:27:40 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-12-17 12:27:40 -0800 |
| commit | 64feae1b4396d5970947100a1b816796d55fffda (patch) | |
| tree | a4cf02386d6352f7756c74e0de9de9abb5ae5edc | |
| parent | 381c647045cd08d55e48d45d7ce450a8b6405e2d (diff) | |
| download | caprover-one-click-apps-64feae1b4396d5970947100a1b816796d55fffda.tar.gz caprover-one-click-apps-64feae1b4396d5970947100a1b816796d55fffda.zip | |
feature/readarr (#1039)
* feat: Add Overseerr configuration file and logo image
* chore: Update overseerr.yml configuration
* chore: Update overseerr.yml version to 1.33.2
* feat: add readarr
| -rw-r--r-- | public/v4/apps/readarr.yml | 48 | ||||
| -rw-r--r-- | public/v4/logos/readarr.png | bin | 0 -> 19113 bytes |
2 files changed, 48 insertions, 0 deletions
diff --git a/public/v4/apps/readarr.yml b/public/v4/apps/readarr.yml new file mode 100644 index 0000000..f5f34f2 --- /dev/null +++ b/public/v4/apps/readarr.yml @@ -0,0 +1,48 @@ +captainVersion: 4 +services: + $$cap_appname: + image: lscr.io/linuxserver/readarr:$$cap_readarr_version + environment: + TZ: $$cap_tz + PUID: $$cap_puid + PGID: $$cap_guid + volumes: + - $$cap_appname-data:/config + - $$cap_appname-books:/books + - $$cap_appname-downloads:/downloads + caproverExtra: + containerHttpPort: 8787 +caproverOneClickApp: + variables: + - id: $$cap_readarr_version + label: Overseerr Version + defaultValue: 0.3.12-nightly + description: Check out their Docker page for the valid tags https://hub.docker.com/r/linuxserver/readarr/tags + validRegex: /^([^\s^\/])+$/ + + - id: $$cap_tz + label: Time Zone + defaultValue: America/Chicago + description: Set the timezone. Get yours from https://en.wikipedia.org/wiki/List_of_tz_database_time_zones + validRegex: /.{1,}/ + + - id: $$cap_puid + label: User ID + defaultValue: '1000' + description: User ID for the process, run (id $user) in your instance to see the id + validRegex: /\d+/ + + - id: $$cap_guid + label: Group ID + defaultValue: '1000' + description: Group ID for the process, run (id $user) in your instance to see the id + validRegex: /\d+/ + instructions: + start: >- + Readarr is an ebook collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new books from your favorite authors and grab, sort, and rename them. + end: >- + Setup complete! Readarr should now be available at http://$$cap_appname.$$cap_root_domain + displayName: Readarr + isOfficial: false + description: Readarr - An ebook collection manager for Usenet and BitTorrent users. + documentation: For more information, visit https://readarr.com/ diff --git a/public/v4/logos/readarr.png b/public/v4/logos/readarr.png Binary files differnew file mode 100644 index 0000000..34201b6 --- /dev/null +++ b/public/v4/logos/readarr.png |
