This commit is contained in:
Squidly271 2021-01-19 14:18:36 -05:00
parent c848b84dd7
commit 54e7dd1beb
8 changed files with 692 additions and 25 deletions

View File

@ -1,3 +1,3 @@
{ {
"last_updated_timestamp": 1611076072 "last_updated_timestamp": 1611083914
} }

View File

@ -177007,7 +177007,7 @@
"HomeAutomation", "HomeAutomation",
"Security" "Security"
], ],
"LastUpdateScan": 1608484048, "LastUpdateScan": 1611083912,
"FirstSeen": 1603287783 "FirstSeen": 1603287783
}, },
{ {
@ -180454,6 +180454,277 @@
"LastUpdateScan": 1610737854, "LastUpdateScan": 1610737854,
"FirstSeen": 1610737854 "FirstSeen": 1610737854
}, },
{
"Name": "ciao",
"Repository": "brotandgames/ciao",
"Registry": "https://hub.docker.com/r/brotandgames/ciao",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://myunraid.ru/",
"Project": "https://brotandgames.com/ciao/",
"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.\r\n\r\nIt uses Cron syntax to schedule the checks and comes along with a Web UI and a RESTfull JSON API.\r\nhttps://brotandgames.com/ciao/",
"WebUI": "http://[IP]:[PORT:7590]",
"TemplateURL": "https://raw.githubusercontent.com/Muwahhidun/unraid-docker-templates/main/my-ciao.xml",
"Icon": "https://raw.githubusercontent.com/Muwahhidun/logo/main/logo%20check.png",
"PostArgs": "",
"CPUset": "",
"Networking": {
"Mode": "bridge",
"Publish": {
"Port": {
"HostPort": "8090",
"ContainerPort": "3000",
"Protocol": "tcp"
}
}
},
"Data": {
"Volume": {
"HostDir": "/mnt/user/appdata/ciao",
"ContainerDir": "/app/db/sqlite",
"Mode": "rw"
}
},
"Environment": {
"Variable": [
{
"Value": "\"sensitive_secret_key_base\"",
"Name": "SECRET_KEY_BASE",
"Mode": ""
},
{
"Value": "smtp.yourhost.com",
"Name": "SMTP_ADDRESS",
"Mode": ""
},
{
"Value": "\"ciao@yourhost.com\"",
"Name": "SMTP_EMAIL_FROM",
"Mode": ""
},
{
"Value": "\"you@yourhost.com\"",
"Name": "SMTP_EMAIL_TO",
"Mode": ""
},
{
"Value": "587",
"Name": "SMTP_PORT",
"Mode": ""
},
{
"Value": "smtp.yourhost.com",
"Name": "SMTP_DOMAIN",
"Mode": ""
},
{
"Value": "plain",
"Name": "SMTP_AUTHENTICATION",
"Mode": ""
},
{
"Value": "true",
"Name": "SMTP_ENABLE_STARTTLS_AUTO",
"Mode": ""
},
{
"Value": "ciao",
"Name": "SMTP_USERNAME",
"Mode": ""
},
{
"Value": "\"sensitive_password\"",
"Name": "SMTP_PASSWORD",
"Mode": ""
}
]
},
"Config": [
{
"@attributes": {
"Name": "Host Port 1",
"Target": "3000",
"Default": "",
"Mode": "tcp",
"Description": "Container Port: 3000",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "8090"
},
{
"@attributes": {
"Name": "SECRET_KEY_BASE",
"Target": "SECRET_KEY_BASE",
"Default": "",
"Mode": "",
"Description": "Container Variable: SECRET_KEY_BASE",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "\"sensitive_secret_key_base\""
},
{
"@attributes": {
"Name": "SMTP_ADDRESS",
"Target": "SMTP_ADDRESS",
"Default": "",
"Mode": "",
"Description": "Container Variable: SMTP_ADDRESS",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "smtp.yourhost.com"
},
{
"@attributes": {
"Name": "SMTP_EMAIL_FROM",
"Target": "SMTP_EMAIL_FROM",
"Default": "",
"Mode": "",
"Description": "Container Variable: SMTP_EMAIL_FROM",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "\"ciao@yourhost.com\""
},
{
"@attributes": {
"Name": "SMTP_EMAIL_TO",
"Target": "SMTP_EMAIL_TO",
"Default": "",
"Mode": "",
"Description": "Container Variable: SMTP_EMAIL_TO",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "\"you@yourhost.com\""
},
{
"@attributes": {
"Name": "SMTP_PORT",
"Target": "SMTP_PORT",
"Default": "",
"Mode": "",
"Description": "Container Variable: SMTP_PORT",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "587"
},
{
"@attributes": {
"Name": "SMTP_DOMAIN",
"Target": "SMTP_DOMAIN",
"Default": "",
"Mode": "",
"Description": "Container Variable: SMTP_DOMAIN",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "smtp.yourhost.com"
},
{
"@attributes": {
"Name": "SMTP_AUTHENTICATION",
"Target": "SMTP_AUTHENTICATION",
"Default": "",
"Mode": "",
"Description": "Container Variable: SMTP_AUTHENTICATION",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "plain"
},
{
"@attributes": {
"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"
},
"value": "true"
},
{
"@attributes": {
"Name": "SMTP_USERNAME",
"Target": "SMTP_USERNAME",
"Default": "",
"Mode": "",
"Description": "Container Variable: SMTP_USERNAME",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "ciao"
},
{
"@attributes": {
"Name": "SMTP_PASSWORD",
"Target": "SMTP_PASSWORD",
"Default": "",
"Mode": "",
"Description": "Container Variable: SMTP_PASSWORD",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "\"sensitive_password\""
},
{
"@attributes": {
"Name": "Database location",
"Target": "/app/db/sqlite",
"Default": "",
"Mode": "rw",
"Description": "Container Path: /app/db/sqlite",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/ciao"
}
],
"Repo": "Muwahhidun's Repository",
"Date": "1611082224",
"Category": "Network:Other Productivity: Tools:System",
"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.\r\n\r\nIt uses Cron syntax to schedule the checks and comes along with a Web UI and a RESTfull JSON API.\r\nhttps://brotandgames.com/ciao/",
"templatePath": "/tmp/GitHub/AppFeed/templates/MuwahhidunsRepository/my-ciao.xml",
"CategoryList": [
"Network-Other",
"Productivity",
"Tools-System"
],
"downloads": 1113128,
"stars": 7,
"LastUpdateScan": 1611083913,
"FirstSeen": 1611083913
},
{ {
"Name": "openvpn-antizapret", "Name": "openvpn-antizapret",
"Repository": "dperson/openvpn-client", "Repository": "dperson/openvpn-client",

View File

@ -1,7 +1,7 @@
{ {
"apps": 1098, "apps": 1099,
"last_updated_timestamp": 1611076072, "last_updated_timestamp": 1611083914,
"last_updated": "2021-01-19 12:07", "last_updated": "2021-01-19 14:18",
"categories": [ "categories": [
{ {
"Cat": "Backup:", "Cat": "Backup:",
@ -177165,7 +177165,7 @@
"HomeAutomation", "HomeAutomation",
"Security" "Security"
], ],
"LastUpdateScan": 1608484048, "LastUpdateScan": 1611083912,
"FirstSeen": 1603287783 "FirstSeen": 1603287783
}, },
{ {
@ -180612,6 +180612,277 @@
"LastUpdateScan": 1610737854, "LastUpdateScan": 1610737854,
"FirstSeen": 1610737854 "FirstSeen": 1610737854
}, },
{
"Name": "ciao",
"Repository": "brotandgames/ciao",
"Registry": "https://hub.docker.com/r/brotandgames/ciao",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://myunraid.ru/",
"Project": "https://brotandgames.com/ciao/",
"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.\r\n\r\nIt uses Cron syntax to schedule the checks and comes along with a Web UI and a RESTfull JSON API.\r\nhttps://brotandgames.com/ciao/",
"WebUI": "http://[IP]:[PORT:7590]",
"TemplateURL": "https://raw.githubusercontent.com/Muwahhidun/unraid-docker-templates/main/my-ciao.xml",
"Icon": "https://raw.githubusercontent.com/Muwahhidun/logo/main/logo%20check.png",
"PostArgs": "",
"CPUset": "",
"Networking": {
"Mode": "bridge",
"Publish": {
"Port": {
"HostPort": "8090",
"ContainerPort": "3000",
"Protocol": "tcp"
}
}
},
"Data": {
"Volume": {
"HostDir": "/mnt/user/appdata/ciao",
"ContainerDir": "/app/db/sqlite",
"Mode": "rw"
}
},
"Environment": {
"Variable": [
{
"Value": "\"sensitive_secret_key_base\"",
"Name": "SECRET_KEY_BASE",
"Mode": ""
},
{
"Value": "smtp.yourhost.com",
"Name": "SMTP_ADDRESS",
"Mode": ""
},
{
"Value": "\"ciao@yourhost.com\"",
"Name": "SMTP_EMAIL_FROM",
"Mode": ""
},
{
"Value": "\"you@yourhost.com\"",
"Name": "SMTP_EMAIL_TO",
"Mode": ""
},
{
"Value": "587",
"Name": "SMTP_PORT",
"Mode": ""
},
{
"Value": "smtp.yourhost.com",
"Name": "SMTP_DOMAIN",
"Mode": ""
},
{
"Value": "plain",
"Name": "SMTP_AUTHENTICATION",
"Mode": ""
},
{
"Value": "true",
"Name": "SMTP_ENABLE_STARTTLS_AUTO",
"Mode": ""
},
{
"Value": "ciao",
"Name": "SMTP_USERNAME",
"Mode": ""
},
{
"Value": "\"sensitive_password\"",
"Name": "SMTP_PASSWORD",
"Mode": ""
}
]
},
"Config": [
{
"@attributes": {
"Name": "Host Port 1",
"Target": "3000",
"Default": "",
"Mode": "tcp",
"Description": "Container Port: 3000",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "8090"
},
{
"@attributes": {
"Name": "SECRET_KEY_BASE",
"Target": "SECRET_KEY_BASE",
"Default": "",
"Mode": "",
"Description": "Container Variable: SECRET_KEY_BASE",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "\"sensitive_secret_key_base\""
},
{
"@attributes": {
"Name": "SMTP_ADDRESS",
"Target": "SMTP_ADDRESS",
"Default": "",
"Mode": "",
"Description": "Container Variable: SMTP_ADDRESS",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "smtp.yourhost.com"
},
{
"@attributes": {
"Name": "SMTP_EMAIL_FROM",
"Target": "SMTP_EMAIL_FROM",
"Default": "",
"Mode": "",
"Description": "Container Variable: SMTP_EMAIL_FROM",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "\"ciao@yourhost.com\""
},
{
"@attributes": {
"Name": "SMTP_EMAIL_TO",
"Target": "SMTP_EMAIL_TO",
"Default": "",
"Mode": "",
"Description": "Container Variable: SMTP_EMAIL_TO",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "\"you@yourhost.com\""
},
{
"@attributes": {
"Name": "SMTP_PORT",
"Target": "SMTP_PORT",
"Default": "",
"Mode": "",
"Description": "Container Variable: SMTP_PORT",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "587"
},
{
"@attributes": {
"Name": "SMTP_DOMAIN",
"Target": "SMTP_DOMAIN",
"Default": "",
"Mode": "",
"Description": "Container Variable: SMTP_DOMAIN",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "smtp.yourhost.com"
},
{
"@attributes": {
"Name": "SMTP_AUTHENTICATION",
"Target": "SMTP_AUTHENTICATION",
"Default": "",
"Mode": "",
"Description": "Container Variable: SMTP_AUTHENTICATION",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "plain"
},
{
"@attributes": {
"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"
},
"value": "true"
},
{
"@attributes": {
"Name": "SMTP_USERNAME",
"Target": "SMTP_USERNAME",
"Default": "",
"Mode": "",
"Description": "Container Variable: SMTP_USERNAME",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "ciao"
},
{
"@attributes": {
"Name": "SMTP_PASSWORD",
"Target": "SMTP_PASSWORD",
"Default": "",
"Mode": "",
"Description": "Container Variable: SMTP_PASSWORD",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "\"sensitive_password\""
},
{
"@attributes": {
"Name": "Database location",
"Target": "/app/db/sqlite",
"Default": "",
"Mode": "rw",
"Description": "Container Path: /app/db/sqlite",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "/mnt/user/appdata/ciao"
}
],
"Repo": "Muwahhidun's Repository",
"Date": "1611082224",
"Category": "Network:Other Productivity: Tools:System",
"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.\r\n\r\nIt uses Cron syntax to schedule the checks and comes along with a Web UI and a RESTfull JSON API.\r\nhttps://brotandgames.com/ciao/",
"templatePath": "/tmp/GitHub/AppFeed/templates/MuwahhidunsRepository/my-ciao.xml",
"CategoryList": [
"Network-Other",
"Productivity",
"Tools-System"
],
"downloads": 1113128,
"stars": 7,
"LastUpdateScan": 1611083913,
"FirstSeen": 1611083913
},
{ {
"Name": "openvpn-antizapret", "Name": "openvpn-antizapret",
"Repository": "dperson/openvpn-client", "Repository": "dperson/openvpn-client",

View File

@ -1400,5 +1400,6 @@
"roundcube/roundcubemail": 1610816844, "roundcube/roundcubemail": 1610816844,
"tak786/trango-self-hosted:latest": 1610831246, "tak786/trango-self-hosted:latest": 1610831246,
"kanboard/kanboard": 1610838482, "kanboard/kanboard": 1610838482,
"atlassian/jira-servicedesk": 1610924864 "atlassian/jira-servicedesk": 1610924864,
"brotandgames/ciao": 1611083913
} }

View File

@ -69626,11 +69626,10 @@
"HomeAutomation", "HomeAutomation",
"Tools-Utilities" "Tools-Utilities"
], ],
"downloads": 27038553, "downloads": 27516942,
"stars": 49, "stars": 52,
"trending": 2.883, "trending": 1.739,
"trends": [ "trends": [
14.83,
13.201, 13.201,
13.43, 13.43,
10.96, 10.96,
@ -69642,10 +69641,10 @@
10.955, 10.955,
13.215, 13.215,
9.573, 9.573,
2.883 2.883,
1.739
], ],
"trendsDate": [ "trendsDate": [
1577301326,
1579900023, 1579900023,
1582492997, 1582492997,
1585087924, 1585087924,
@ -69657,10 +69656,10 @@
1600682876, 1600682876,
1603282101, 1603282101,
1605877852, 1605877852,
1608476855 1608476855,
1611076071
], ],
"downloadtrend": [ "downloadtrend": [
7386532,
8509899, 8509899,
9830105, 9830105,
11040126, 11040126,
@ -69672,9 +69671,10 @@
20607436, 20607436,
23745349, 23745349,
26258995, 26258995,
27038553 27038553,
27516942
], ],
"LastUpdateScan": 1608476855, "LastUpdateScan": 1611076071,
"FirstSeen": 1551315760 "FirstSeen": 1551315760
}, },
{ {
@ -101378,8 +101378,8 @@
"CategoryList": [ "CategoryList": [
"GameServers" "GameServers"
], ],
"downloads": 20614, "downloads": 21882,
"trending": 4.075, "trending": 5.795,
"trends": [ "trends": [
14.276, 14.276,
13.292, 13.292,
@ -101387,7 +101387,8 @@
10.529, 10.529,
8.619, 8.619,
6.18, 6.18,
4.075 4.075,
5.795
], ],
"trendsDate": [ "trendsDate": [
1592885283, 1592885283,
@ -101396,7 +101397,8 @@
1600682877, 1600682877,
1603282102, 1603282102,
1605877853, 1605877853,
1608476855 1608476855,
1611076071
], ],
"downloadtrend": [ "downloadtrend": [
10004, 10004,
@ -101406,9 +101408,10 @@
16953, 16953,
18552, 18552,
19774, 19774,
20614 20614,
21882
], ],
"LastUpdateScan": 1608476855, "LastUpdateScan": 1611076071,
"FirstSeen": 1577301326 "FirstSeen": 1577301326
}, },
{ {

View File

@ -39265,7 +39265,7 @@
"Base": null, "Base": null,
"Downloads": null, "Downloads": null,
"Stars": null, "Stars": null,
"Time": 1608484048, "Time": 1611083912,
"trending": null, "trending": null,
"trends": null, "trends": null,
"downloadtrend": null, "downloadtrend": null,
@ -40399,5 +40399,15 @@
"trends": null, "trends": null,
"downloadtrend": null, "downloadtrend": null,
"trendsDate": null "trendsDate": null
},
"brotandgames/ciao": {
"Base": null,
"Downloads": 1113128,
"Stars": 7,
"Time": 1611083913,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null
} }
} }

View File

@ -623,6 +623,9 @@
] ]
}, },
"Muwahhidun's Repository": { "Muwahhidun's Repository": {
"brotandgames/ciao": [
"Port referenced in webUI does not correspond with a container port defined. Port Referenced does not exist in Config"
],
"roundcube/roundcubemail": [ "roundcube/roundcubemail": [
"Unknown category Web:", "Unknown category Web:",
"Port referenced in webUI does not correspond with a container port defined. Port Referenced does not exist in Config" "Port referenced in webUI does not correspond with a container port defined. Port Referenced does not exist in Config"
@ -632,5 +635,5 @@
] ]
} }
}, },
"caFixed": 186 "caFixed": 187
} }

View File

@ -0,0 +1,108 @@
<?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:7590]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/Muwahhidun/unraid-docker-templates/main/my-ciao.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/Muwahhidun/logo/main/logo%20check.png</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>
<Category>Network:Other Productivity: Tools:System</Category>
<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>