This commit is contained in:
2025-05-28 21:58:14 -05:00
parent 777b290906
commit 33276b4149
2 changed files with 7 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERS='5.5.5-05282025'
VERS='5.5.6-05282025'
NM_BETA=false
noheader=' service status-check nightlyrephp7.3-fpm,new backup report check checkcerts gitea update-nodes copynpmcerts singleservercheck update-dyndns backup-offsitepfsense gui nightlyreview update log betacheck offsite-staticroute-fix '
@@ -189,6 +189,8 @@ NM_BACKUP_ITEMS['fail2ban']=/etc/fail2ban
NM_BACKUP_ITEMS['nmg-conf']=${NM_FOLDER}/conf
# NM_BACKUP_ITEMS[nginx]=/
NM_MEDIA_SERVICES="radarr,radarr3d,sonarr,prowlarr,qbittorrent,bazarr,snap.tautulli.tautulli,snap.overseerr.daemon,jackett,lidarr,ombi"
for NTYPE in "${NM_NODE_TYPES[@]}"; do
if [[ "${NM_DOCKERS_CHECK[${NTYPE}]}" == *"authelia"* ]]; then
NM_AUTHELIA_IP=${NM_SINGLESRVR_IP[${NTYPE}]}