docker-templates-unraid/templates/deprecated/blueiris.xml
2024-03-18 20:48:08 +03:00

22 lines
No EOL
2 KiB
XML

<?xml version="1.0"?>
<Container version="2">
<Name>blueiris</Name>
<Repository>jshridha/blueiris:gpu</Repository>
<Registry>https://hub.docker.com/r/jshridha/blueiris/</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>true</Privileged>
<Support>https://forums.unraid.net/topic/100915-support-a75g-blueiris/</Support>
<Project>https://hub.docker.com/r/jshridha/blueiris/</Project>
<Overview>Blue Iris video security software runs on a PC and can provide recording and playback for up to 64 IP network cameras or webcams. Blue Iris is affordable and powerful enough to safeguard your family, property and valuables at home or work.</Overview>
<Category>Security:</Category>
<WebUI>http://[IP]:[PORT:8080]/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/blueiris.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/A75G/docker-templates/master/templates/icons/blueiris.png</Icon>
<ExtraParams>--init --log-opt max-size=5m --log-opt max-file=2</ExtraParams>
<Description>Blue Iris video security software runs on a PC and can provide recording and playback for up to 64 IP network cameras or webcams. Blue Iris is affordable and powerful enough to safeguard your family, property and valuables at home or work.</Description>
<Config Name="VNC Web Server Port" Target="8080" Default="8080" Mode="tcp" Description="VNC Web Server Port" Type="Port" Display="always" Required="false" Mask="false">8080</Config>
<Config Name="VNC Server Port" Target="5900" Default="5950" Mode="tcp" Description="VNC Server Port" Type="Port" Display="always" Required="false" Mask="false">5950</Config>
<Config Name="Web Server Port" Target="81" Default="8181" Mode="tcp" Description="Web Server Port" Type="Port" Display="always" Required="false" Mask="false">8181</Config>
<Config Name="Data Path" Target="/home/wineuser/prefix" Default="/mnt/user/appdata/blueiris" Mode="rw" Description="Data Path" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/blueiris</Config>
</Container>