summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmjed Ali <[email protected]>2021-07-11 22:27:14 +0530
committerGitHub <[email protected]>2021-07-11 09:57:14 -0700
commit4cfdff94a7678590451c477a5a834eead83fb185 (patch)
treeaf97cd49ef746244ad49e7e9b7716b9bdabc8caf
parent60d4f1eacc18d776a3126bc8278e09ad116dbe80 (diff)
downloadcaprover-one-click-apps-4cfdff94a7678590451c477a5a834eead83fb185.tar.gz
caprover-one-click-apps-4cfdff94a7678590451c477a5a834eead83fb185.zip
Add ombi (#456)
-rw-r--r--public/v4/apps/ombi.yml35
-rw-r--r--public/v4/logos/ombi.pngbin0 -> 10140 bytes
2 files changed, 35 insertions, 0 deletions
diff --git a/public/v4/apps/ombi.yml b/public/v4/apps/ombi.yml
new file mode 100644
index 0000000..766b3ec
--- /dev/null
+++ b/public/v4/apps/ombi.yml
@@ -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/
diff --git a/public/v4/logos/ombi.png b/public/v4/logos/ombi.png
new file mode 100644
index 0000000..8094bfd
--- /dev/null
+++ b/public/v4/logos/ombi.png
Binary files differ