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
This commit is contained in:
parent
381c647045
commit
64feae1b43
|
|
@ -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/
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
Loading…
Reference in New Issue