-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKumoJS.xml
61 lines (61 loc) · 1.55 KB
/
KumoJS.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" encoding="utf-8"?>
<Container>
<Name>KumoJS</Name>
<Beta>False</Beta>
<Project>https://www.mitsubishicomfort.com/kumocloud</Project>
<Changes>
</Changes>
<Category>Home Automation</Category>
<Description>A NodeJS server which accepts REST commands and configures Mitsubishi Airconditioners that use the "Kumo Cloud" Gateway</Description>
<Support></Support>
<Overview>KumoJS: Control your Kumo Cloud HVAC with an API</Overview>
<Registry>https://hub.docker.com/r/tmchow/kumojs/</Registry>
<Repository>tmchow/kumojs</Repository>
<BindTime>true</BindTime>
<Privileged>false</Privileged>
<Environment>
<Variable>
<Name>WIDTH</Name>
<Value>1280</Value>
</Variable>
<Variable>
<Name>HEIGHT</Name>
<Value>720</Value>
</Variable>
<Variable>
<Value>99</Value>
<Name>PUID</Name>
<Mode/>
</Variable>
<Variable>
<Value>100</Value>
<Name>PGID</Name>
<Mode/>
</Variable>
</Environment>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>8181</HostPort>
<ContainerPort>8181</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/kumojs</HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir></HostDir>
<ContainerDir></ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<WebUI>http://[IP]:[PORT:8181]/</WebUI>
<Banner></Banner>
<Icon>https://i.imgur.com/SpuUzMF.jpg</Icon>
</Container>