-
Notifications
You must be signed in to change notification settings - Fork 92
/
unraid.xml
19 lines (19 loc) · 1.7 KB
/
unraid.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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>
<Network>bridge</Network>
<Shell>bash</Shell>
<Privileged>false</Privileged>
<Support>https://github.com/Wizarrrr/wizarr/discussions</Support>
<Project>https://github.com/wizarrrr/wizarr</Project>
<Overview>Wizarr is an automatic user invitation system for Plex, Jellyfin and Emby. Create a unique link and share it to a user and they will be invited to your Media Server after they complete their signup process! They can even be guided to download the clients and read instructions on how to use your media software!

Choose between the stable, beta, or nightly branch as per your requirements. Note: Once you upgrade to the beta version, you cannot downgrade to the stable version without formatting. The nightly build is strictly for development or testers and should not be used in production environments.</Overview>
<Category>MediaServer:Other</Category>
<WebUI>http://[IP]:[PORT:5690]/</WebUI>
<Icon>https://raw.githubusercontent.com/Wizarrrr/wizarr/master/apps/wizarr-frontend/src/assets/img/wizard.png</Icon>
<Config Name="Data Folder" Target="/data/database" Default="/mnt/user/appdata/wizarr/" Mode="rw" Description="Folder for handling Wizarr related data including database files and cache." Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/wizarr/</Config>
<Config Name="WebUI Port" Target="5690" Default="" Mode="tcp" Description="Port for where you would like Wizarr to reside." Type="Port" Display="always" Required="false" Mask="false">5690</Config>
</Container>