diff options
| author | Jaw <[email protected]> | 2023-12-12 23:00:07 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-12-12 21:00:07 -0800 |
| commit | 381c647045cd08d55e48d45d7ce450a8b6405e2d (patch) | |
| tree | f8e07692e4df7ead795573aa55540a08a3899ea0 | |
| parent | 4a6969c17fb9d7210bbe7927c9fb56679eead093 (diff) | |
| download | caprover-one-click-apps-381c647045cd08d55e48d45d7ce450a8b6405e2d.tar.gz caprover-one-click-apps-381c647045cd08d55e48d45d7ce450a8b6405e2d.zip | |
feature/overseerr (#1037)
* feat: Add Overseerr configuration file and logo image
* chore: Update overseerr.yml configuration
* chore: Update overseerr.yml version to 1.33.2
| -rw-r--r-- | public/v4/apps/overseerr.yml | 47 | ||||
| -rw-r--r-- | public/v4/logos/overseerr.png | bin | 0 -> 24022 bytes |
2 files changed, 47 insertions, 0 deletions
diff --git a/public/v4/apps/overseerr.yml b/public/v4/apps/overseerr.yml new file mode 100644 index 0000000..c281d3f --- /dev/null +++ b/public/v4/apps/overseerr.yml @@ -0,0 +1,47 @@ +captainVersion: 4 +services: + $$cap_appname: + image: lscr.io/linuxserver/overseerr:$$cap_overseerr_version + environment: + TZ: $$cap_tz + PUID: $$cap_puid + PGID: $$cap_guid + volumes: + - $$cap_appname-config:/config + caproverExtra: + containerHttpPort: 5055 +caproverOneClickApp: + variables: + - id: $$cap_overseerr_version + label: Overseerr Version + defaultValue: 1.33.2 + description: Check out their Docker page for the valid tags https://hub.docker.com/r/linuxserver/overseerr/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: >- + Overseerr is a free and open source software application for managing requests for your media library. + It integrates with existing services such as Plex, Sonarr, and Radarr. + end: >- + Setup complete! Overseerr should now be available at http://$$cap_appname.$$cap_root_domain + displayName: Overseerr + isOfficial: true + description: Overseerr - A request management and media discovery tool built for Plex. + documentation: For more information, visit https://docs.overseerr.dev/ diff --git a/public/v4/logos/overseerr.png b/public/v4/logos/overseerr.png Binary files differnew file mode 100644 index 0000000..9dfde23 --- /dev/null +++ b/public/v4/logos/overseerr.png |
