forked from digiblur/unraid-docker-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathunms.xml
61 lines (61 loc) · 2.77 KB
/
unms.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0"?>
<Container version="2">
<Name>unms</Name>
<Repository>nico640/docker-unms</Repository>
<Registry>https://hub.docker.com/r/nico640/docker-unms</Registry>
<Network>bridge</Network>
<MyIP/>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/72033-support-digiblurs-docker-template-repository/</Support>
<Project/>
<Overview>This is an all-in-one Alpine Linux based Docker image for running the Ubiquiti Network Management System. This image contains all the components required to run UNMS in a single container and uses the s6-overlay for process management.

The container can be accessed via HTTP with port 6080 or HTTPS 6443. 

UNMS Setup:
Access the container and walk through the initial setup wizard of adding the username/passwords and devices to be monitored.</Overview>
<Category>Network:Management Tools:</Category>
<WebUI>https://[IP]:[PORT:443]</WebUI>
<TemplateURL/>
<Icon>https://raw.githubusercontent.com/digiblur/unraid-docker-templates/master/images/unms_icon.png</Icon>
<ExtraParams/>
<PostArgs/>
<DateInstalled>1527397055</DateInstalled>
<DonateText/>
<DonateLink/>
<DonateImg/>
<MinVer/>
<Description>This is an all-in-one Docker image for running the Ubiquiti Network Management System.. This image contains all the components required to run UNMS in a single container and uses the s6-overlay for process management.

The container can be accessed via HTTP with port 6080 or HTTPS 6443. 

UNMS Setup:
Access the container and walk through the initial setup wizard of adding the username/passwords and devices to be monitored.</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>6080</HostPort>
<ContainerPort>80</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>6443</HostPort>
<ContainerPort>443</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/unms</HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment/>
<Labels/>
<Config Name="Host Port 1" Target="80" Default="6080" Mode="tcp" Description="Container Port: 80" Type="Port" Display="always" Required="true" Mask="false">6080</Config>
<Config Name="Host Port 2" Target="443" Default="6443" Mode="tcp" Description="Container Port: 443" Type="Port" Display="always" Required="true" Mask="false">6443</Config>
<Config Name="AppData Config Path" Target="/config" Default="/mnt/user/appdata/unms" Mode="rw" Description="Container Path: /config" Type="Path" Display="advanced-hide" Required="true" Mask="false">/mnt/user/appdata/unms</Config>
</Container>