Update defaults.inc
This commit is contained in:
@@ -23,6 +23,7 @@ PDSERVICES_CHECK=pdns,mariadb
|
||||
MMSERVICES_CHECK=radarr,sonarr,jackett,qbittorrent,snap.tautulli.tautulli,ombi,nginx,php8.2-fpm
|
||||
|
||||
WEBDOCKER=phpmyadmin,phppgadmin
|
||||
LBDOCKER=nginx-proxy_manager
|
||||
|
||||
noheader=' service status-check nightlyrephp7.3-fpm,new backup report check checkcerts gitea update-nodes copynpmcerts '
|
||||
CERT_DAEMON='/snap/bin/certbot'
|
||||
@@ -66,6 +67,7 @@ MM_SERVICES_CHECK=(${MMSERVICES_CHECK})
|
||||
LOCAL_SERVICES=(${LOCAL_SERVICES})
|
||||
|
||||
WEB_DOCKER=(${WEBDOCKER})
|
||||
LB_DOCKER=(${LBDOCKER})
|
||||
|
||||
unset IFS
|
||||
|
||||
@@ -115,10 +117,12 @@ NM_SERVICES['redis-server']='Redis Caching Server'
|
||||
declare -A NM_DOCKERS
|
||||
NM_DOCKERS['phpmyadmin']='phpMyAdmin'
|
||||
NM_DOCKERS['phppgadmin']='phpPgAdmin'
|
||||
NM_DOCKERS['nginx-proxy_manager']='Nginx Proxy Manager'
|
||||
|
||||
declare -A NM_DOCKER_COMPOSE
|
||||
NM_DOCKER_COMPOSE['phpmyadmin']='/mnt/web-Data/phpmyadmin'
|
||||
NM_DOCKER_COMPOSE['phppgadmin']='/mnt/web-Data/phppgadmin'
|
||||
NM_DOCKER_COMPOSE['nginx-proxy_manager']='/opt/nginx-proxy'
|
||||
|
||||
declare -A NM_SRVCOPTS
|
||||
NM_SRVCOPTS['status']='Status'
|
||||
|
||||
Reference in New Issue
Block a user