-
Notifications
You must be signed in to change notification settings - Fork 6
/
androiddebugbridge.xml
61 lines (61 loc) · 2.86 KB
/
androiddebugbridge.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"?>
<Container version="2">
<Name>AndroidDebugBridge</Name>
<Repository>barnybbb/adb-hass-androidtv</Repository>
<Registry>https://hub.docker.com/r/barnybbb/adb-hass-androidtv/</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/101087-support-android-debug-bridge-adb-corneliousjd-repo/</Support>
<Project>https://hub.docker.com/r/barnybbb/adb-hass-androidtv</Project>
<Overview>Control AndroidTV/FireTV devices through ADB from the Home Assistant Core docker image.

See here: https://www.home-assistant.io/integrations/androidtv/</Overview>
<Category>HomeAutomation:</Category>
<WebUI/>
<TemplateURL/>
<Icon>https://raw.githubusercontent.com/CorneliousJD/Docker-Templates/master/icons/adb.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DateInstalled>1610070539</DateInstalled>
<DonateText>Donate</DonateText>
<DonateLink>https://paypal.me/corneliousjd</DonateLink>
<Description>Control AndroidTV/FireTV devices through ADB from the Home Assistant Core docker image.

See here: https://www.home-assistant.io/integrations/androidtv/</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>5037</HostPort>
<ContainerPort>5037</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data/>
<Environment>
<Variable>
<Value>10</Value>
<Name>bootwait</Name>
<Mode/>
</Variable>
<Variable>
<Value>192.168.1.100.1:5555,192.168.1.101:5555</Value>
<Name>devicelist</Name>
<Mode/>
</Variable>
<Variable>
<Value>30</Value>
<Name>checkfreq</Name>
<Mode/>
</Variable>
</Environment>
<Labels/>
<Config Name="Boot Wait Time" Target="bootwait" Default="10" Mode="" Description="Length of time in seconds to wait after the container has started before attempting to connect to devices." Type="Variable" Display="always" Required="false" Mask="false">10</Config>
<Config Name="Device List" Target="devicelist" Default="192.168.1.100.1:5555,192.168.1.101:5555" Mode="" Description="Comma separated list of androidtv/firetv devices to connect to, each one listed as [ip/hostname]:[port],[ip/hostname]:[port]." Type="Variable" Display="always" Required="false" Mask="false">10.0.0.192:5555</Config>
<Config Name="Check Frequency" Target="checkfreq" Default="30" Mode="" Description="Length of time in seconds to wait between successive attempts to connect (or re-connect) to devices." Type="Variable" Display="always" Required="false" Mask="false">30</Config>
<Config Name="Port" Target="5037" Default="5037" Mode="tcp" Description="Container Port: 5037" Type="Port" Display="always" Required="false" Mask="false">5037</Config>
</Container>