-
Notifications
You must be signed in to change notification settings - Fork 6
/
appdaemon.xml
70 lines (70 loc) · 3.3 KB
/
appdaemon.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>AppDaemon</Name>
<Repository>acockburn/appdaemon</Repository>
<Registry>https://registry.hub.docker.com/r/acockburn/appdaemon</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://lime-technology.com/forums/topic/72041-support-appdaemon-hadashboard-corneliousjd-repo/</Support>
<Project>http://appdaemon.readthedocs.io/</Project>
<Overview>HADashboard and Python apps for Home Assistant.

Note that you MUST manually edit your auto-generated appdaemon.yaml file to add a few required settings.
See support threat here for an example: https://lime-technology.com/forums/topic/72041-support-appdaemon-hadashboard-corneliousjd-repo/</Overview>
<Category>HomeAutomation: Other: </Category>
<WebUI>http://[IP]:[PORT:5050]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/CorneliousJD/Docker-Templates/master/appdaemon.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/CorneliousJD/Docker-Templates/master/icons/appdaemon.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DateInstalled>1588904068</DateInstalled>
<DonateText>Donate</DonateText>
<DonateLink>http://paypal.me/corneliousjd</DonateLink>
<Description>HADashboard and Python apps for Home Assistant.

Note that you MUST manually edit your auto-generated appdaemon.yaml file to add a few required settings.
See support threat here for an example: https://lime-technology.com/forums/topic/72041-support-appdaemon-hadashboard-corneliousjd-repo/</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>5050</HostPort>
<ContainerPort>5050</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/appdaemon</HostDir>
<ContainerDir>/conf</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>http://X.X.X.X:8123</Value>
<Name>HA_URL</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>TOKEN</Name>
<Mode/>
</Variable>
<Variable>
<Value>http://$HOSTNAME:5050</Value>
<Name>DASH_URL</Name>
<Mode/>
</Variable>
</Environment>
<Labels/>
<Config Name="Web UI Port" Target="5050" Default="5050" Mode="tcp" Description="Container Port: 5050" Type="Port" Display="always" Required="false" Mask="false">5050</Config>
<Config Name="Configuration Path" Target="/conf" Default="/mnt/user/appdata/appdaemon" Mode="rw" Description="Container Path: /conf" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/appdaemon</Config>
<Config Name="Home Assistant URL" Target="HA_URL" Default="" Mode="" Description="Your local Home Assistant URL. (NO trailing / at the end!)" Type="Variable" Display="always" Required="true" Mask="false">http://X.X.X.X:8123</Config>
<Config Name="Token" Target="TOKEN" Default="" Mode="" Description="Home Assistant Long Lived Access Tokens" Type="Variable" Display="always" Required="false" Mask="true"/>
<Config Name="Dashboard URL" Target="DASH_URL" Default="" Mode="" Description="This should be left as-is." Type="Variable" Display="advanced" Required="false" Mask="false">http://$HOSTNAME:5050</Config>
</Container>