mirror of
https://github.com/wizarrrr/wizarr.git
synced 2026-06-11 23:34:47 -04:00
52 lines
2.3 KiB
XML
52 lines
2.3 KiB
XML
<?xml version="1.0"?>
|
|
<Container version="2">
|
|
<Name>Wizarr</Name>
|
|
<Repository>ghcr.io/wizarrrr/wizarr</Repository>
|
|
<Registry>https://github.com/wizarrrr/wizarr/pkgs/container/wizarr</Registry>
|
|
<TemplateURL>https://github.com/Wizarrrr/wizarr/blob/master/unraid.xml</TemplateURL>
|
|
<Network>bridge</Network>
|
|
<Privileged>false</Privileged>
|
|
<Shell>bash</Shell>
|
|
<Support>https://github.com/Wizarrrr/wizarr/discussions</Support>
|
|
<Project>https://github.com/wizarrrr/wizarr</Project>
|
|
<Overview>The official Wizarr Container. Wizarr is a automatic user invitation system for Plex. Create a unique link and share it to a user and they will automatically be invited to your Plex Server!</Overview>
|
|
<Category>MediaServer:Other</Category>
|
|
<WebUI>http://[IP]:[PORT:5690]/</WebUI>
|
|
<Icon>https://github.com/Wizarrrr/wizarr/raw/master/screenshots/wizard.png</Icon>
|
|
<ExtraParams>--restart unless-stopped</ExtraParams>
|
|
<Networking>
|
|
<Mode>bridge</Mode>
|
|
<Publish>
|
|
<Port>
|
|
<HostPort>5690</HostPort>
|
|
<ContainerPort>5690</ContainerPort>
|
|
<Protocol>tcp</Protocol>
|
|
</Port>
|
|
</Publish>
|
|
</Networking>
|
|
<Data>
|
|
<Volume>
|
|
<HostDir>/mnt/user/appdata/wizarr</HostDir>
|
|
<ContainerDir>/data/database</ContainerDir>
|
|
<Mode>rw</Mode>
|
|
</Volume>
|
|
</Data>
|
|
<Environment>
|
|
<Variable>
|
|
<Value>http://localhost:5690</Value>
|
|
<Name>APP_URL</Name>
|
|
<Mode />
|
|
</Variable>
|
|
<Variable>
|
|
<Value>false</Value>
|
|
<Name>DISABLE_BUILTIN_AUTH</Name>
|
|
<Mode />
|
|
</Variable>
|
|
|
|
</Environment>
|
|
<Config Name="Data Folder" Target="/data/database" Default="/mnt/user/appdata/wizarr/" Mode="rw" Description="Data Folder" Type="Path" Display="always" Required="true" Mask="false" />
|
|
<Config Name="WebUI" Target="5690" Default="5690" Mode="tcp" Description="Web Port" Type="Port" Display="always" Required="true" Mask="false" />
|
|
<Config Name="Application URL" Target="APP_URL" Default="http://localhost:5690" Mode="" Description="URL at which you will access your application" Type="Variable" Display="always" Required="true" Mask="false" />
|
|
<Config Name="Disable In-Built Auth" Target="DISABLE_BUILTIN_AUTH" Default="false" Mode="" Description="Only set to true if you are using another Authentication method, see docs" Type="Variable" Display="always" Required="false" Mask="false" />
|
|
</Container>
|