AppFeed/templates/ich777sRepository/ich777/Owncast.xml
2021-04-09 08:02:50 -04:00

95 lines
4.9 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>Owncast</Name>
<Repository>ich777/owncast</Repository>
<Registry>https://hub.docker.com/r/ich777/owncast/</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/83786-support-ich777-application-dockers/</Support>
<Project>https://owncast.online/</Project>
<Overview>Owncast is a self-hosted live video and web chat server for use with existing popular broadcasting software. &#13;
&#13;
Admin login: The credentials for the admin site: 'http://SERVERIP:PORT/admin' are Username: 'admin' and Password: 'abc123' (please note that the password is also your streaming key and should be changed to something very strong). &#13;
&#13;
Streaming URL: The default streaming URL for example for OBS is: rtmp://SERVERIP (the stream key is the admin password). &#13;
&#13;
Update Notice: Simply restart the container if a newer version from Owncast is available. &#13;
&#13;
Also visit the Homepage of the creator and consider Donating: https://owncast.online/</Overview>
<WebUI>http://[IP]:[PORT:8080]</WebUI>
<Icon>https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/images/owncast.png</Icon>
<ExtraParams>--restart=unless-stopped</ExtraParams>
<PostArgs></PostArgs>
<CPUset></CPUset>
<DonateText>If you like my work please </DonateText>
<DonateLink>https://www.paypal.me/chips777</DonateLink>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>8080</HostPort>
<ContainerPort>8080</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
<Port>
<HostPort>1935</HostPort>
<ContainerPort>1935</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/cache/appdata/owncast/</HostDir>
<ContainerDir>/owncast</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>latest</Value>
<Name>OWNCAST_V</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Name>START_PARAMS</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>99</Value>
<Name>UID</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>100</Value>
<Name>GID</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>0000</Value>
<Name>UMASK</Name>
<Mode></Mode>
</Variable>
</Environment>
<Config Name="Data Dir" Target="/owncast" Default="" Mode="rw" Description="Data Path" Type="Path" Display="always" Required="true" Mask="false">/mnt/cache/appdata/owncast/</Config>
<Config Name="Preferred Version" Target="OWNCAST_V" Default="" Mode="" Description="Preferred Owncast version goes here (set to latest to download the latest and check on every startup if there is a newer version available)" Type="Variable" Display="always" Required="true" Mask="false">latest</Config>
<Config Name="TCP1 - WebInterface" Target="8080" Default="" Mode="tcp" Description="TCP Port - WebInterface" Type="Port" Display="always" Required="true" Mask="false">8080</Config>
<Config Name="TCP2 - RTMP" Target="1935" Default="" Mode="tcp" Description="TCP Port - RTMP Streaming port" Type="Port" Display="always" Required="true" Mask="false">1935</Config>
<Config Name="Extra Startup Parameters" Target="START_PARAMS" Default="" Mode="" Description="Enter extra startup parameters if needed here (leave empty if not needed)" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="UID" Target="UID" Default="" Mode="" Description="Container Variable: UID" Type="Variable" Display="advanced-hide" Required="true" Mask="false">99</Config>
<Config Name="GID" Target="GID" Default="" Mode="" Description="Container Variable: GID" Type="Variable" Display="advanced-hide" Required="true" Mask="false">100</Config>
<Config Name="Umask" Target="UMASK" Default="" Mode="" Description="Container Variable: UMASK" Type="Variable" Display="advanced" Required="true" Mask="false">0000</Config>
<Description>Owncast is a self-hosted live video and web chat server for use with existing popular broadcasting software. &#13;
&#13;
Admin login: The credentials for the admin site: 'http://SERVERIP:PORT/admin' are Username: 'admin' and Password: 'abc123' (please note that the password is also your streaming key and should be changed to something very strong). &#13;
&#13;
Streaming URL: The default streaming URL for example for OBS is: rtmp://SERVERIP (the stream key is the admin password). &#13;
&#13;
Update Notice: Simply restart the container if a newer version from Owncast is available. &#13;
&#13;
Also visit the Homepage of the creator and consider Donating: https://owncast.online/</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/ich777sRepository/ich777/Owncast.xml</templatePath>
</Container>