This commit is contained in:
2023-06-21 20:15:28 -05:00
parent 81a07b20b3
commit 702b43ecdf
2 changed files with 5 additions and 3 deletions

View File

@@ -731,7 +731,7 @@ SINGLE_SERVER_SERVICE_CHECK(){
if [ "${1}" = "web" ]; then
# servicestocheck=gitea,pdnsadmin
servicestocheck=gitea
dockerstocheck=( heimdall vaultwarden )
dockerstocheck=( heimdall vaultwarden authelia )
IFS=,; services_to_check=(${servicestocheck}); unset IFS
local_ips=$(ip addr show $(ip route | awk '/default/ { print $5 }') | grep "inet" | awk '/inet/ {print $2}' | cut -d'/' -f1);