AppFeed/templates/MuwahhidunsRepository/my-ciao.xml
2021-02-23 15:49:21 -05:00

108 lines
5.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>ciao</Name>
<Repository>brotandgames/ciao</Repository>
<Registry>https://hub.docker.com/r/brotandgames/ciao</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://myunraid.ru/</Support>
<Project>https://brotandgames.com/ciao/</Project>
<Overview>ciao checks HTTP(S) URL endpoints for a HTTP status code (or errors on the lower TCP stack) and sends a notification on status change via E-Mail or Webhooks.&#13;
&#13;
It uses Cron syntax to schedule the checks and comes along with a Web UI and a RESTfull JSON API.&#13;
https://brotandgames.com/ciao/</Overview>
<WebUI>http://[IP]:[PORT:8090]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/Muwahhidun/unraid-docker-templates/main/my-ciao.xml</TemplateURL>
<Icon>https://github.com/Muwahhidun/logo/blob/main/logo%20check.png?raw=true</Icon>
<PostArgs></PostArgs>
<CPUset></CPUset>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>8090</HostPort>
<ContainerPort>3000</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/ciao</HostDir>
<ContainerDir>/app/db/sqlite</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>sensitive_secret_key_base</Value>
<Name>SECRET_KEY_BASE</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>smtp.yourhost.com</Value>
<Name>SMTP_ADDRESS</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>ciao@yourhost.com</Value>
<Name>SMTP_EMAIL_FROM</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>you@yourhost.com</Value>
<Name>SMTP_EMAIL_TO</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>587</Value>
<Name>SMTP_PORT</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>smtp.yourhost.com</Value>
<Name>SMTP_DOMAIN</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>plain</Value>
<Name>SMTP_AUTHENTICATION</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>true</Value>
<Name>SMTP_ENABLE_STARTTLS_AUTO</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>ciao</Value>
<Name>SMTP_USERNAME</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>sensitive_password</Value>
<Name>SMTP_PASSWORD</Name>
<Mode></Mode>
</Variable>
</Environment>
<Config Name="Host Port 1" Target="3000" Default="" Mode="tcp" Description="Container Port: 3000" Type="Port" Display="always" Required="true" Mask="false">8090</Config>
<Config Name="SECRET_KEY_BASE" Target="SECRET_KEY_BASE" Default="" Mode="" Description="Container Variable: SECRET_KEY_BASE" Type="Variable" Display="always" Required="false" Mask="false">sensitive_secret_key_base</Config>
<Config Name="SMTP_ADDRESS" Target="SMTP_ADDRESS" Default="" Mode="" Description="Container Variable: SMTP_ADDRESS" Type="Variable" Display="always" Required="false" Mask="false">smtp.yourhost.com</Config>
<Config Name="SMTP_EMAIL_FROM" Target="SMTP_EMAIL_FROM" Default="" Mode="" Description="Container Variable: SMTP_EMAIL_FROM" Type="Variable" Display="always" Required="false" Mask="false">ciao@yourhost.com</Config>
<Config Name="SMTP_EMAIL_TO" Target="SMTP_EMAIL_TO" Default="" Mode="" Description="Container Variable: SMTP_EMAIL_TO" Type="Variable" Display="always" Required="false" Mask="false">you@yourhost.com</Config>
<Config Name="SMTP_PORT" Target="SMTP_PORT" Default="" Mode="" Description="Container Variable: SMTP_PORT" Type="Variable" Display="always" Required="false" Mask="false">587</Config>
<Config Name="SMTP_DOMAIN" Target="SMTP_DOMAIN" Default="" Mode="" Description="Container Variable: SMTP_DOMAIN" Type="Variable" Display="always" Required="false" Mask="false">smtp.yourhost.com</Config>
<Config Name="SMTP_AUTHENTICATION" Target="SMTP_AUTHENTICATION" Default="" Mode="" Description="Container Variable: SMTP_AUTHENTICATION" Type="Variable" Display="always" Required="false" Mask="false">plain</Config>
<Config Name="SMTP_ENABLE_STARTTLS_AUTO" Target="SMTP_ENABLE_STARTTLS_AUTO" Default="" Mode="" Description="Container Variable: SMTP_ENABLE_STARTTLS_AUTO" Type="Variable" Display="always" Required="false" Mask="false">true</Config>
<Config Name="SMTP_USERNAME" Target="SMTP_USERNAME" Default="" Mode="" Description="Container Variable: SMTP_USERNAME" Type="Variable" Display="always" Required="false" Mask="false">ciao</Config>
<Config Name="SMTP_PASSWORD" Target="SMTP_PASSWORD" Default="" Mode="" Description="Container Variable: SMTP_PASSWORD" Type="Variable" Display="always" Required="false" Mask="false">sensitive_password</Config>
<Config Name="Database location" Target="/app/db/sqlite" Default="" Mode="rw" Description="Container Path: /app/db/sqlite" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/ciao</Config>
<Date>1611082224</Date>
<Description>ciao checks HTTP(S) URL endpoints for a HTTP status code (or errors on the lower TCP stack) and sends a notification on status change via E-Mail or Webhooks.&#13;
&#13;
It uses Cron syntax to schedule the checks and comes along with a Web UI and a RESTfull JSON API.&#13;
https://brotandgames.com/ciao/</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/MuwahhidunsRepository/my-ciao.xml</templatePath>
</Container>