mirror of
https://github.com/LukeHagar/unRAID-CA-templates.git
synced 2025-12-06 04:21:55 +00:00
20 lines
1.5 KiB
XML
20 lines
1.5 KiB
XML
<?xml version="1.0"?>
|
|
<Container version="2">
|
|
<Name>mellow</Name>
|
|
<Repository>voidp/mellow</Repository>
|
|
<Registry>https://hub.docker.com/r/voidp/mellow/</Registry>
|
|
<Network>bridge</Network>
|
|
<Privileged>false</Privileged>
|
|
<Support>https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository/</Support>
|
|
<Project>https://hub.docker.com/r/voidp/mellow/</Project>
|
|
<Overview>Discord Bot which can communicate with several APIs which are related to home streaming.</Overview>
|
|
<Category>Tools:Utilities</Category>
|
|
<WebUI>http://[IP]:[PORT:5060]/</WebUI>
|
|
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/mellow.xml</TemplateURL>
|
|
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/mellow.png</Icon>
|
|
<ExtraParams>--restart=unless-stopped</ExtraParams>
|
|
<Config Name="WebUi" Target="5060" Default="5060" Mode="tcp" Description="Container Port: 5060" Type="Port" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="Appdata" Target="/usr/src/app/data/" Default="/mnt/cache/appdata/mellow" Mode="rw" Description="Container Path: /usr/src/app/data/" Type="Path" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="JWT_SECRET" Target="JWT_SECRET" Default="" Mode="" Description="Random strong password to make sure the JWT tokens are signed uniquely and the auth is secure. Geneating a token with openssl rand is a good idea" Type="Variable" Display="always" Required="true" Mask="false"/>
|
|
</Container>
|