mirror of
https://github.com/linuxserver/templates.git
synced 2026-03-16 00:02:47 +08:00
37 lines
2.9 KiB
XML
Executable File
37 lines
2.9 KiB
XML
Executable File
<?xml version="1.0"?>
|
|
<!-- DO NOT CHANGE THIS FILE MANUALLY, IT IS AUTOMATICALLY GENERATED -->
|
|
<Container version="2">
|
|
<Name>ombi</Name>
|
|
<Repository>ghcr.io/linuxserver/ombi</Repository>
|
|
<Registry>https://github.com/orgs/linuxserver/packages/container/package/ombi</Registry>
|
|
<DonateText>Donations</DonateText>
|
|
<DonateLink>https://www.linuxserver.io/donate</DonateLink>
|
|
<DonateImg>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png</DonateImg>
|
|
<Network>bridge</Network>
|
|
<Privileged>false</Privileged>
|
|
<Support>https://github.com/linuxserver/docker-ombi/issues/new/choose</Support>
|
|
<Shell>bash</Shell>
|
|
<Branch>
|
|
<Tag>latest</Tag>
|
|
<TagDescription>Stable Ombi releases</TagDescription>
|
|
</Branch>
|
|
<Branch>
|
|
<Tag>development</Tag>
|
|
<TagDescription>Releases from the `develop` branch of Ombi</TagDescription>
|
|
</Branch>
|
|
<Project>https://ombi.io</Project>
|
|
<Overview>[Ombi](https://ombi.io) 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!</Overview>
|
|
<WebUI>http://[IP]:[PORT:3579]</WebUI>
|
|
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/ombi.xml</TemplateURL>
|
|
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/ombi-logo.png</Icon>
|
|
<Config Name="WebUI" Target="3579" Default="3579" Mode="tcp" Description="web gui" Type="Port" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Contains all relevant configuration files." Type="Path" Display="advanced" Required="true" Mask="false"/>
|
|
<Config Name="BASE_URL" Target="BASE_URL" Default="/ombi" Description="Subfolder can optionally be defined as an env variable for reverse proxies. Keep in mind that once this value is defined, the gui setting for base url no longer works. To use the gui setting, remove this env variable." Type="Variable" Display="always" Required="false" Mask="false"/>
|
|
<Config Name="PUID" Target="PUID" Default="99" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
|
|
<Config Name="PGID" Target="PGID" Default="100" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
|
|
<Config Name="UMASK" Target="UMASK" Default="022" Description="Container Variable: UMASK" Type="Variable" Display="advanced" Required="false" Mask="false"/>
|
|
</Container> |