Skip to content

Instantly share code, notes, and snippets.

@mitchross
Created September 16, 2021 20:24
Show Gist options
  • Save mitchross/a108bde2fd6a621202b9cb80a57b390c to your computer and use it in GitHub Desktop.
Save mitchross/a108bde2fd6a621202b9cb80a57b390c to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<Container version="2">
<Name>docker-wyze-bridge</Name>
<Repository>mrlt8/wyze-bridge</Repository>
<Registry>https://hub.docker.com/r/mrlt8/wyze-bridge</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://github.com/mrlt8/docker-wyze-bridge</Support>
<Project>https://github.com/mrlt8/docker-wyze-bridge</Project>
<Overview>RTMP/RTSP/HLS bridge for Wyze cams in a docker container</Overview>
<Category>Home Automation:</Category>
<WebUI/>
<TemplateURL/>
<Icon/>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DateInstalled>1631823641</DateInstalled>
<DonateText/>
<DonateLink/>
<Requires/>
<Description>RTMP/RTSP/HLS bridge for Wyze cams in a docker container</Description>
<Networking>
<Mode>bridge</Mode>
</Networking>
<Data/>
<Environment>
<Variable>
<Value></Value>
<Name>WYZE_EMAIL</Name>
<Mode/>
</Variable>
<Variable>
<Value></Value>
<Name>WYZE_PASSWORD</Name>
<Mode/>
</Variable>
<Variable>
<Value>True</Value>
<Name>LAN_ONLY</Name>
<Mode/>
</Variable>
</Environment>
<Labels/>
<Config Name="WYZE_EMAIL" Target="WYZE_EMAIL" Default="" Mode="" Description="Container Variable: WYZE_EMAIL" Type="Variable" Display="always" Required="true" Mask="false">thellamafarm@gmail.com</Config>
<Config Name="WYZE_PASSWORD" Target="WYZE_PASSWORD" Default="" Mode="" Description="Container Variable: WYZE_PASSWORD" Type="Variable" Display="always" Required="true" Mask="false">temp15!$</Config>
<Config Name="LAN_ONLY" Target="LAN_ONLY" Default="False" Mode="" Description="Container Variable: LAN_ONLY" Type="Variable" Display="always" Required="false" Mask="false">True</Config>
<Config Name="Host Port 1" Target="8554" Default="" Mode="tcp" Description="" Type="Port" Display="always" Required="false" Mask="false">8554</Config>
<Config Name="Host Path 1" Target="1935" Default="" Mode="tcp" Description="" Type="Port" Display="always" Required="false" Mask="false">1937</Config>
<Config Name="Host Port 2" Target="8888" Default="" Mode="tcp" Description="" Type="Port" Display="always" Required="false" Mask="false">8888</Config>
</Container>
@overling
Copy link

webui http://[IP]:[PORT:5000]/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment