This commit is contained in:
Amjed Ali 2021-07-11 22:27:14 +05:30 committed by GitHub
parent 60d4f1eacc
commit 4cfdff94a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 35 additions and 0 deletions

35
public/v4/apps/ombi.yml Normal file
View File

@ -0,0 +1,35 @@
captainVersion: 4
services:
$$cap_appname:
image: linuxserver/ombi:$$cap_ombi_version
environment:
TZ: $$cap_tz
PUID: '1000'
PGID: '1000'
restart: unless-stopped
volumes:
- $$cap_appname-config:/config
caproverExtra:
containerHttpPort: '3579'
caproverOneClickApp:
variables:
- id: $$cap_ombi_version
label: Ombi Version
defaultValue: development-v4.0.1446-ls143
description: Check out their Docker page for the valid tags https://hub.docker.com/r/linuxserver/ombi/tags
validRegex: /^([^\s^\/])+$/
- id: $$cap_tz
label: Time Zone
defaultValue: Asia/Kolkata
description: Get yours from https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
validRegex: /.{1,}/
instructions:
start: >-
Ombi allows you to host your own Plex Request and user management system. If you are sharing your Plex server with other users, allow them to request new content using an easy to manage interface! Manage all your requests for Movies and TV with ease, leave notes for the user and get notification when a user requests something. Allow your users to post issues against their requests so you know there is a problem with the audio etc. Even automatically send them weekly newsletters of new content that has been added to your Plex server!
end: |-
Ombi is deployed and available as http://$$cap_appname.$$cap_root_domain.
Follow the setup wizard on initial install. Then configure the required services.
displayName: Ombi
isOfficial: true
description: Ombi is a self-hosted web application that automatically gives your shared Plex or Emby users the ability to request content by themselves
documentation: Taken from https://hub.docker.com/r/linuxserver/ombi. Website - https://ombi.io/

BIN
public/v4/logos/ombi.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB