minor updates to example config

This commit is contained in:
2025-11-06 12:54:47 -08:00
parent 8ad77bdfb5
commit fcdc73edbb
+2 -2
View File
@@ -11,10 +11,10 @@ STORAGE_MONITOR=("/")
# must declare associated array explicitly # must declare associated array explicitly
declare -A STORAGE_ALERT declare -A STORAGE_ALERT
# storage in GiB # storage in GiB
STORAGE_ALERT=(["/"]=5) STORAGE_ALERT=(["/"]=10)
# used by cloudflare.sh, discord.sh # used by cloudflare.sh, discord.sh
SERVER_DOMAIN=$(cat /etc/hostname) SERVER_DOMAIN=$(hostname)
# used by cloudflare.sh # used by cloudflare.sh
# default is to only update dns records which have the comment "managed by <SERVER-HOSTNAME>" # default is to only update dns records which have the comment "managed by <SERVER-HOSTNAME>"