mirror of
https://github.com/linuxserver/templates.git
synced 2026-03-16 00:02:47 +08:00
Bot Updating Unraid Template
This commit is contained in:
parent
68066df6b1
commit
ff040b6df0
@ -1,5 +1,6 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- DO NOT CHANGE THIS FILE MANUALLY, IT IS AUTOMATICALLY GENERATED -->
|
||||
<!-- GENERATED FROM https://github.com/linuxserver/docker-scrutiny/blob/master/readme-vars.yml -->
|
||||
<Container version="2">
|
||||
<Name>scrutiny</Name>
|
||||
<Repository>ghcr.io/linuxserver/scrutiny</Repository>
|
||||
@ -11,18 +12,25 @@
|
||||
<Privileged>false</Privileged>
|
||||
<Support>https://github.com/linuxserver/docker-scrutiny/issues/new/choose</Support>
|
||||
<Shell>bash</Shell>
|
||||
<GitHub>https://github.com/linuxserver/docker-scrutiny#application-setup</GitHub>
|
||||
<Project>https://github.com/AnalogJ/scrutiny</Project>
|
||||
<Overview>[Scrutiny](https://github.com/AnalogJ/scrutiny) WebUI for smartd S.M.A.R.T monitoring. Scrutiny is a Hard Drive Health Dashboard and Monitoring solution, merging manufacturer provided S.M.A.R.T metrics with real-world failure rates from Backblaze.</Overview>
|
||||
<Overview>Scrutiny(https://github.com/AnalogJ/scrutiny) WebUI for smartd S.M.A.R.T monitoring. Scrutiny is a Hard Drive Health Dashboard and Monitoring solution, merging manufacturer provided S.M.A.R.T metrics with real-world failure rates from Backblaze.</Overview>
|
||||
<ExtraParams>--cap-add=SYS_RAWIO</ExtraParams>
|
||||
<WebUI>http://[IP]:[PORT:8080]</WebUI>
|
||||
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/scrutiny.xml</TemplateURL>
|
||||
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/scrutiny-logo.png</Icon>
|
||||
<Date>2020-09-17</Date>
|
||||
<Changes>
|
||||
### 2020-09-17
|
||||
- Initial Release.
|
||||
|
||||
</Changes>
|
||||
<Config Name="WebUI" Target="8080" Default="8080" Mode="tcp" Description="Port for scrutiny's web interface and API." Type="Port" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Where config is stored." Type="Path" Display="advanced" Required="true" Mask="false"/>
|
||||
<Config Name="Path: /run/udev" Target="/run/udev" Default="" Mode="ro" Description="Provides necessary metadata to Scrutiny." Type="Path" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="SCRUTINY_API_ENDPOINT" Target="SCRUTINY_API_ENDPOINT" Default="http://localhost:8080" Description="# optional - 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" Description="# optional - Run the web service." Type="Variable" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="SCRUTINY_COLLECTOR" Target="SCRUTINY_COLLECTOR" Default="true" Description="# optional - Run the metrics collector." Type="Variable" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="SCRUTINY_API_ENDPOINT" Target="SCRUTINY_API_ENDPOINT" Default="http://localhost:8080" Description="# optional - API endpoint of the scrutiny UI. Do not change unless using as a remote collector" Type="Variable" Display="always" Required="true" Mask="true"/>
|
||||
<Config Name="SCRUTINY_WEB" Target="SCRUTINY_WEB" Default="true" Description="# optional - Run the web service." Type="Variable" Display="always" Required="true" Mask="true"/>
|
||||
<Config Name="SCRUTINY_COLLECTOR" Target="SCRUTINY_COLLECTOR" Default="true" Description="# optional - Run the metrics collector." Type="Variable" Display="always" Required="true" Mask="true"/>
|
||||
<Config Name="PUID" Target="PUID" Default="99" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
|
||||
<Config Name="PGID" Target="PGID" Default="100" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
|
||||
<Config Name="UMASK" Target="UMASK" Default="022" Description="Container Variable: UMASK" Type="Variable" Display="advanced" Required="false" Mask="false"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user