We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 867c37e commit ff47ba6Copy full SHA for ff47ba6
script-config.sh
@@ -15,8 +15,11 @@ FROM_EMAIL_ADDRESS="fromemailgoeshere"
15
# Use Healthchecks.io to report script errors. Set to 1 to enable.
16
# Please note that every "WARNING" will be reported as failure.
17
# When enabled, enter your Healthchecks UUID (not the full URL).
18
+# If using a self-hosted instance, change the URL to your endpoint
19
+# including the trailing slash.
20
HEALTHCHECKS=0
21
HEALTHCHECKS_ID="your-uuid-here"
22
+HEALTHCHECKS_URL="https://hc-ping.com/"
23
24
# Use Telegram to report script execution summary (not the whole report)
25
# Set 1 to enable. Create a bot using @botfather, then copy the API token.
0 commit comments