mirror of
https://github.com/wizarrrr/wizarr.git
synced 2025-12-23 15:51:07 -05:00
67 lines
2.9 KiB
XML
67 lines
2.9 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/main/unraid.xml</TemplateURL>
|
|
<Network>bridge</Network>
|
|
<Privileged>false</Privileged>
|
|
<Shell>bash</Shell>
|
|
<Support>https://discord.gg/h4N6hUJa</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/main/app/static/wizarr-logo.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</ContainerDir>
|
|
<Mode>rw</Mode>
|
|
</Volume>
|
|
</Data>
|
|
<Environment>
|
|
<Variable>
|
|
<Value>false</Value>
|
|
<Name>DISABLE_BUILTIN_AUTH</Name>
|
|
<Mode/>
|
|
</Variable>
|
|
<Variable>
|
|
<Value>99</Value>
|
|
<Name>PUID</Name>
|
|
<Mode/>
|
|
</Variable>
|
|
<Variable>
|
|
<Value>100</Value>
|
|
<Name>PGID</Name>
|
|
<Mode/>
|
|
</Variable>
|
|
</Environment>
|
|
<Config Name="Database Folder" Target="/data/database" Default="/mnt/user/appdata/wizarr/database" Mode="rw"
|
|
Description="Database 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="User to run application as" Target="PUID" Default="99" Mode=""
|
|
Description="Leave as default if you are unsure." Type="Variable"
|
|
Display="always" Required="true" Mask="false"/>
|
|
<Config Name="Group to run application as" Target="PGID" Default="100" Mode=""
|
|
Description="Leave as default if you are unsure" 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>
|