-
Notifications
You must be signed in to change notification settings - Fork 9
/
NxWitnessLSIO.xml
45 lines (45 loc) · 2.03 KB
/
NxWitnessLSIO.xml
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
<?xml version="1.0"?>
<Container version="2">
<Beta>True</Beta>
<Name>NxWitnessLSIO</Name>
<Repository>ptr727/nxwitness-lsio</Repository>
<Registry>https://hub.docker.com/r/ptr727/nxwitness-lsio/</Registry>
<GitHub>https://github.com/ptr727/NxWitness</GitHub>
<License>MIT</License>
<Project>https://github.com/ptr727/NxWitness</Project>
<Description>NxWitness VMS Docker based on LinuxServer</Description>
<Overview>NxWitness VMS Docker based on LinuxServer</Overview>
<Category>HomeAutomation: Security: Status:Beta</Category>
<WebUI>http://[IP]:[PORT:7001]</WebUI>
<TemplateURL>https://github.com/ptr727/NxWitness/Unraid</TemplateURL>
<Icon>https://github.com/ptr727/NxWitness/raw/main/Unraid/NxLogo.png</Icon>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/nxwitness-lsio</HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/user</HostDir>
<ContainerDir>/media</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>99</Value>
<Name>PUID</Name>
<Mode/>
</Variable>
<Variable>
<Value>100</Value>
<Name>PGID</Name>
<Mode/>
</Variable>
</Environment>
<Labels/>
<Config Name="User Id" Target="PUID" Default="" Mode="" Description="Container Variable: PUID" Type="Variable" Display="always" Required="false" Mask="false">99</Config>
<Config Name="Group Id" Target="PGID" Default="" Mode="" Description="Container Variable: PGID" Type="Variable" Display="always" Required="false" Mask="false">100</Config>
<Config Name="Configuration Path" Target="/config" Default="" Mode="rw" Description="Container Path: /config" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/nxwitness-lsio</Config>
<Config Name="Media Recording Path" Target="/media" Default="" Mode="rw" Description="Container Path: /media" Type="Path" Display="always" Required="false" Mask="false">/mnt/user</Config>
</Container>