diff --git a/defaults.inc b/defaults.inc index 965f3470..7d02db43 100755 --- a/defaults.inc +++ b/defaults.inc @@ -82,10 +82,13 @@ REPL_CHECKS['git']='/var/lib/gitea' REPL_CHECKS['gitssh']='/home/git' REPL_CHECKS['pma']='/etc/phpmyadmin' REPL_CHECKS['pdnsa']='/opt/powerdns-admin' +REPL_CHECKS['nextcloud-data']='/Nextcloud-Data' +REPL_CHECKS['nextcloud-www']='/var/www/nextcloud' MYSQL_REPL_CHECK=( ) WEB_REPL_CHECK=(nginx www ssl lessh git gitssh php pma pdnsa) LB_REPL_CHECK=( ) +NC_REPL_CHECK=(nginx nextcloud-data nextcloud-www) declare -A REPL_DESC REPL_DESC['nginx']='NGINX Settings'