Update defaults.inc
This commit is contained in:
@@ -105,6 +105,7 @@ NM_SRVCOPT=(start stop restart reload enable disable)
|
|||||||
declare -A REPL_CHECKS
|
declare -A REPL_CHECKS
|
||||||
REPL_CHECKS['apache']='/etc/apache2'
|
REPL_CHECKS['apache']='/etc/apache2'
|
||||||
REPL_CHECKS['nginx']='/etc/nginx'
|
REPL_CHECKS['nginx']='/etc/nginx'
|
||||||
|
REPL_CHECKS['nginxproxy']='/opt/nginx-proxy'
|
||||||
REPL_CHECKS['ssl']='/etc/letsencrypt'
|
REPL_CHECKS['ssl']='/etc/letsencrypt'
|
||||||
REPL_CHECKS['lessh']='/home/le/.ssh'
|
REPL_CHECKS['lessh']='/home/le/.ssh'
|
||||||
REPL_CHECKS['php']='/etc/php'
|
REPL_CHECKS['php']='/etc/php'
|
||||||
@@ -119,13 +120,14 @@ REPL_CHECKS['nextcloud-php']='/etc/php'
|
|||||||
MYSQL_REPL_CHECK=( )
|
MYSQL_REPL_CHECK=( )
|
||||||
#WEB_REPL_CHECK=(nginx www ssl lessh php pma pdnsa)
|
#WEB_REPL_CHECK=(nginx www ssl lessh php pma pdnsa)
|
||||||
WEB_REPL_CHECK=( )
|
WEB_REPL_CHECK=( )
|
||||||
LB_REPL_CHECK=( )
|
LB_REPL_CHECK=( nginxproxy )
|
||||||
#NC_REPL_CHECK=(apache nextcloud-php nextcloud-data)
|
#NC_REPL_CHECK=(apache nextcloud-php nextcloud-data)
|
||||||
NC_REPL_CHECK=( )
|
NC_REPL_CHECK=( )
|
||||||
|
|
||||||
declare -A REPL_DESC
|
declare -A REPL_DESC
|
||||||
REPL_DESC['apache']='Apache Settings'
|
REPL_DESC['apache']='Apache Settings'
|
||||||
REPL_DESC['nginx']='NGINX Settings'
|
REPL_DESC['nginx']='NGINX Settings'
|
||||||
|
REPL_DESC['nginxproxy']='NGINX-Proxy Settings'
|
||||||
REPL_DESC['ssl']='SSL Certificates'
|
REPL_DESC['ssl']='SSL Certificates'
|
||||||
REPL_DESC['lessh']='LetsEncrypt SSH Keys'
|
REPL_DESC['lessh']='LetsEncrypt SSH Keys'
|
||||||
REPL_DESC['php']='PHP Settings'
|
REPL_DESC['php']='PHP Settings'
|
||||||
|
|||||||
Reference in New Issue
Block a user