-
-
Notifications
You must be signed in to change notification settings - Fork 242
/
homebridge.xml
42 lines (42 loc) · 2.11 KB
/
homebridge.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
<?xml version="1.0" encoding="utf-8"?>
<Containers>
<TemplateURL>https://raw.githubusercontent.com/homebridge/docker-homebridge/latest/homebridge.xml</TemplateURL>
<Beta>False</Beta>
<Category>HomeAutomation Tools</Category>
<Name>homebridge</Name>
<Description>
[b][span style='color: #3d1a63;']Description[/span][/b][br]
Homebridge allows you to integrate with smart home devices that do not natively support HomeKit. There are over 2,000 Homebridge plugins supporting thousands of different smart accessories.[br][br]
[b][span style='color: #3d1a63;']Configuration[/span][/b][br]
[b]/homebridge[/b] This is where Homebridge will store it's configuration files, plugins and logs.[br]
[b][span style='color: #3d1a63;']Documentation[/span][/b][br]
https://github.com/homebridge/homebridge/wiki[br]
</Description>
<Overview>
Homebridge allows you to integrate with smart home devices that do not natively support HomeKit. There are over 2,000 Homebridge plugins supporting thousands of different smart accessories.
</Overview>
<Support>https://discord.gg/Cmq8a44</Support>
<Registry>https://registry.hub.docker.com/r/homebridge/homebridge/</Registry>
<GitHub>https://github.com/homebridge/docker-homebridge</GitHub>
<Repository>homebridge/homebridge:ubuntu</Repository>
<Project>https://homebridge.io</Project>
<BindTime>true</BindTime>
<Privileged>false</Privileged>
<Networking>
<Mode>host</Mode>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/homebridge</HostDir>
<ContainerDir>/homebridge</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Shell>bash</Shell>
<WebUI>http://[IP]:[PORT:8581]/</WebUI>
<Icon>https://raw.githubusercontent.com/homebridge/branding/latest/logos/homebridge-color-round-stylized.png</Icon>
<DonateText>If you find this project useful please STAR it on GitHub.</DonateText>
<DonateLink>https://github.com/homebridge/docker-homebridge</DonateLink>
<DonateImg>https://user-images.githubusercontent.com/3979615/96548396-85731300-12f9-11eb-9322-951083d43db1.png</DonateImg>
<ExtraParams></ExtraParams>
</Containers>