-
-
Notifications
You must be signed in to change notification settings - Fork 171
Expand file tree
/
Copy pathunraid.xml
More file actions
66 lines (66 loc) · 2.87 KB
/
unraid.xml
File metadata and controls
66 lines (66 loc) · 2.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?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>