-
Notifications
You must be signed in to change notification settings - Fork 1
/
dsmrreader.xml
52 lines (52 loc) · 2.76 KB
/
dsmrreader.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
<?xml version="1.0"?>
<Container version="2">
<Name>DSMRReader</Name>
<Repository>xirixiz/dsmr-reader-docker</Repository>
<Registry>https://hub.docker.com/r/xirixiz/dsmr-reader-docker</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/to-be-created/</Support>
<Project/>
<Overview>DSMR protocol reader. Stores data read and visualizes it. </Overview>
<Beta>False</Beta>
<Category>HomeAutomation:</Category>
<Date>2020-04-01</Date>
<WebUI>http://[IP]:[PORT:8888]</WebUI>
<TemplateURL/>
<Icon>https://github.com/dennissiemensma/dsmr-reader/raw/v3/dsmr_frontend/static/dsmr_frontend/img/favicons/favicon-32x32.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DonateText/>
<DonateLink/>
<Description>DSMR protocol reader. Stores data read and visualizes it. </Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>8888</HostPort>
<ContainerPort>80</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/dsmr-reader/backups</HostDir>
<ContainerDir>/home/dsmr/app/backups</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment/>
<Labels/>
<Config Name="DB_HOST" Target="DB_HOST" Default="" Mode="" Description="Container Variable: DB_HOST" Type="Variable" Display="always" Required="true" Mask="false"></Config>
<Config Name="DSMR_USER" Target="DSMR_USER" Default="" Mode="" Description="Container Variable: DSMR_USER" Type="Variable" Display="always" Required="true" Mask="false"></Config>
<Config Name="DSMR_EMAIL" Target="DSMR_EMAIL" Default="" Mode="" Description="Container Variable: DSMR_EMAIL" Type="Variable" Display="always" Required="true" Mask="false"></Config>
<Config Name="DSMR_PASSWORD" Target="DSMR_PASSWORD" Default="" Mode="" Description="Container Variable: DSMR_PASSWORD" Type="Variable" Display="always" Required="true" Mask="true"></Config>
<Config Name="VIRTUAL_HOST" Target="VIRTUAL_HOST" Default="" Mode="" Description="Container Variable: VIRTUAL_HOST" Type="Variable" Display="always" Required="true" Mask="false">localhost</Config>
<Config Name="Port" Target="80" Default="" Mode="tcp" Description="Container Port: 80" Type="Port" Display="always" Required="true" Mask="false">8888</Config>
<Config Name="P1" Target="" Default="" Mode="" Description="Container Device: " Type="Device" Display="always" Required="false" Mask="false"></Config>
<Config Name="AppData" Target="/home/dsmr/app/backups" Default="" Mode="rw" Description="Container Path: /home/dsmr/app/backups" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/dsmr-reader/backups</Config>
</Container>