mirror of
https://github.com/LukeHagar/unRAID-CA-templates.git
synced 2025-12-06 04:21:55 +00:00
23 lines
1.8 KiB
XML
23 lines
1.8 KiB
XML
<?xml version="1.0"?>
|
|
<Container version="2">
|
|
<Name>Monitorr</Name>
|
|
<Repository>monitorr/monitorr</Repository>
|
|
<Registry>https://hub.docker.com/r/monitorr/monitorr/</Registry>
|
|
<Network>bridge</Network>
|
|
<Privileged>false</Privileged>
|
|
<Support>https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository</Support>
|
|
<Project>https://github.com/Monitorr/Monitorr/</Project>
|
|
<Overview>Monitorr is a webfront to live display the status of any webapp or service[br][br]
 
 See full configuration instructions in the WiKi: https://github.com/Monitorr/Monitorr/wiki[br]
 [br][br][b][u][span style='color: #E80000;']Configuration[/span][/u][/b][br]
|
|
[b]8700[/b] Port for Monitorr's webui [br]
 [b]/app[/b] Location for storing configuration files[br]
|
|
</Overview>
|
|
<Category>Tools: Status:Beta</Category>
|
|
<WebUI>http://[IP]:[PORT:80]</WebUI>
|
|
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/monitorr.xml</TemplateURL>
|
|
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/monitorr.png</Icon>
|
|
<DonateText>Buy us a beer!</DonateText>
|
|
<DonateLink>https://paypal.me/monitorrapp</DonateLink>
|
|
<Config Name="WebUI" Target="80" Default="" Mode="tcp" Description="Container Port: 80" Type="Port" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="Config" Target="/app" Default="/mnt/user/appdata/Monitorr" Mode="rw" Description="Container Path: /app" Type="Path" Display="advanced" Required="true" Mask="false"/>
|
|
<Config Name="PUID" Target="PUID" Default="99" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="false" Mask="false"/>
|
|
<Config Name="PGID" Target="PGID" Default="100" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="false" Mask="false"/>
|
|
</Container> |