AppFeed/lsio_categories/scrutiny.xml
2023-08-10 11:19:06 -04:00

26 lines
2.4 KiB
XML

<?xml version="1.0"?>
<Container version="2">
<Name>scrutiny</Name>
<Repository>linuxserver/scrutiny</Repository>
<Registry>https://hub.docker.com/r/linuxserver/scrutiny/</Registry>
<DonateLink>https://www.linuxserver.io/donate</DonateLink>
<DonateImg>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png</DonateImg>
<Network>bridge</Network>
<Privileged>true</Privileged>
<Support>https://forums.unraid.net/topic/97259-support-linuxserverio-scrutiny/</Support>
<Project>https://github.com/AnalogJ/scrutiny</Project>
<Overview>Scrutiny WebUI for smartd S.M.A.R.T monitoring. Scrutiny is a Hard Drive Health Dashboard &amp; Monitoring solution,
merging manufacturer provided S.M.A.R.T metrics with real-world failure rates from Backblaze.</Overview>
<Category>Tools:</Category>
<WebUI>http://[IP]:[PORT:8080]</WebUI>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/scrutiny-icon.png</Icon>
<Config Name="WebUI" Target="8080" Default="8080" Mode="tcp" Description="Container Port: 8080" Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Appdata" Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="UDEV" Target="/run/udev" Default="/run/udev" Mode="ro" Description="UDEV" Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="PUID" Target="PUID" Default="99" Mode="" Description="Container Variable: PUID" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="PGID" Target="PGID" Default="100" Mode="" Description="Container Variable: PGID" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="SCRUTINY_API_ENDPOINT" Target="SCRUTINY_API_ENDPOINT" Default="http://localhost:8080" Mode="" Description="API endpoint of the scrutiny UI. Do not change unless using as a remote collector" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="SCRUTINY_WEB" Target="SCRUTINY_WEB" Default="true" Mode="" Description="Run the web service" Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="SCRUTINY_COLLECTOR" Target="SCRUTINY_COLLECTOR" Default="true" Mode="" Description="Run the metrics collector" Type="Variable" Display="always" Required="true" Mask="false"/>
</Container>