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
1b81602340
commit
ffcda24e2f
33
unraid/healthchecks.xml
Executable file
33
unraid/healthchecks.xml
Executable file
@ -0,0 +1,33 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- DO NOT CHANGE THIS FILE MANUALLY, IT IS AUTOMATICALLY GENERATED -->
|
||||
<Container version="2">
|
||||
<Name>healthchecks</Name>
|
||||
<Repository>ghcr.io/linuxserver/healthchecks</Repository>
|
||||
<Registry>https://github.com/orgs/linuxserver/packages/container/package/healthchecks</Registry>
|
||||
<DonateText>Donations</DonateText>
|
||||
<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>false</Privileged>
|
||||
<Support>https://github.com/linuxserver/docker-healthchecks/issues/new/choose</Support>
|
||||
<Project>https://github.com/healthchecks/healthchecks</Project>
|
||||
<Overview>[Healthchecks](https://github.com/healthchecks/healthchecks) is a watchdog for your cron jobs. It's a web server that listens for pings from your cron jobs, plus a web interface.</Overview>
|
||||
<WebUI>http://[IP]:[PORT:8000]</WebUI>
|
||||
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/healthchecks.xml</TemplateURL>
|
||||
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver-ls-logo.png</Icon>
|
||||
<Config Name="WebUI" Target="8000" Default="8000" Mode="tcp" Description="will map the container's port 8000 to port 8000 on the host" Type="Port" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="database and healthchecks config directory volume mapping" Type="Path" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="SITE_ROOT" Target="SITE_ROOT" Default="<SITE_ROOT>" Description="The site's top-level URL (e.g., https://healthchecks.example.com)" Type="Variable" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="SITE_NAME" Target="SITE_NAME" Default="<SITE_NAME>" Description="The site's name (e.g., "Example Corp HealthChecks")" Type="Variable" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="DEFAULT_FROM_EMAIL" Target="DEFAULT_FROM_EMAIL" Default="<DEFAULT_FROM_EMAIL>" Description="From email for alerts" Type="Variable" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="EMAIL_HOST" Target="EMAIL_HOST" Default="<EMAIL_HOST>" Description="SMTP host" Type="Variable" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="EMAIL_PORT" Target="EMAIL_PORT" Default="<EMAIL_PORT>" Description="SMTP port" Type="Variable" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="EMAIL_HOST_USER" Target="EMAIL_HOST_USER" Default="<EMAIL_HOST_USER>" Description="SMTP user" Type="Variable" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="EMAIL_HOST_PASSWORD" Target="EMAIL_HOST_PASSWORD" Default="<EMAIL_HOST_PASSWORD>" Description="SMTP password" Type="Variable" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="EMAIL_USE_TLS" Target="EMAIL_USE_TLS" Default="<True or False>" Description="Use TLS for SMTP (`True` or `False`)" Type="Variable" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="ALLOWED_HOSTS" Target="ALLOWED_HOSTS" Default="<ALLOWED_HOSTS>" Description="array of valid hostnames for the server `["test.com","test2.com"]` or `"*"`" Type="Variable" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="SUPERUSER_EMAIL" Target="SUPERUSER_EMAIL" Default="<SUPERUSER_EMAIL>" Description="Superuser email" Type="Variable" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="SUPERUSER_PASSWORD" Target="SUPERUSER_PASSWORD" Default="<SUPERUSER_PASSWORD>" Description="Superuser password" Type="Variable" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="PUID" Target="PUID" Default="99" Description="Container Variable: PUID" Type="Variable" Display="always" Required="false" Mask="false"/>
|
||||
<Config Name="PGID" Target="PGID" Default="100" Description="Container Variable: PGID" Type="Variable" Display="always" Required="false" Mask="false"/>
|
||||
</Container>
|
||||
Loading…
x
Reference in New Issue
Block a user