-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblynk-server.xml
70 lines (69 loc) · 2.99 KB
/
blynk-server.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
62
63
64
65
66
67
68
69
70
<?xml version="1.0"?>
<Container version="2">
<Name>blynk-server</Name>
<Repository>mpherg/blynk-server:latest</Repository>
<Registry>https://hub.docker.com/r/mpherg/blynk-server/</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://community.blynk.cc/</Support>
<Project/>
<Overview>
Template to setup a Blynk server on Unraid
There is an issue where this Docker doesn't seem to create the server.properties file
in the config directory, located at appdata/blynk-server/config by default. You will
need manually create this file before the server will start. Just create a blank file
at that location called server.properties and your server will start.
</Overview>
<Category>HomeAutomation: Tools:</Category>
<WebUI>https://[IP]:[PORT:9443]/admin</WebUI>
<TemplateURL/>
<Icon>https://lh3.googleusercontent.com/rTRWfl713otPTrmafsJ3OLb7I30XS1iBSZyP1WXYXKAlwkTMhihdMw_gDv5ogjEtQ1P6</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DateInstalled>1588965791</DateInstalled>
<DonateText/>
<DonateLink/>
<Description>Template to setup a Blynk server on Unraid</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>8080</HostPort>
<ContainerPort>8080</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>9443</HostPort>
<ContainerPort>9443</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>8440</HostPort>
<ContainerPort>8440</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/blynk-server/data</HostDir>
<ContainerDir>/data</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/mnt/user/appdata/blynk-server/config</HostDir>
<ContainerDir>/config</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment/>
<Labels/>
<Config Name="Host Path 1" Target="/data" Default="" Mode="rw" Description="Container Path: /data" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/blynk-server/data</Config>
<Config Name="Host Path 2" Target="/config" Default="" Mode="rw" Description="Container Path: /config" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/blynk-server/config</Config>
<Config Name="Host Port 1" Target="8080" Default="" Mode="tcp" Description="Container Port: 8080" Type="Port" Display="always" Required="false" Mask="false">8080</Config>
<Config Name="Host Port 2" Target="9443" Default="" Mode="tcp" Description="Container Port: 9443" Type="Port" Display="always" Required="false" Mask="false">9443</Config>
<Config Name="Host Port 3" Target="8440" Default="" Mode="tcp" Description="Container Port: 8440" Type="Port" Display="always" Required="false" Mask="false">8440</Config>
</Container>