diff --git a/defaults.inc b/defaults.inc index 47244301..9d333ca1 100755 --- a/defaults.inc +++ b/defaults.inc @@ -88,15 +88,15 @@ REPL_CHECKS['ssl']='/etc/letsencrypt' REPL_CHECKS['lessh']='/home/le/.ssh' REPL_CHECKS['php']='/etc/php' REPL_CHECKS['www']='/var/www' -#REPL_CHECKS['git']='/var/lib/gitea' -#REPL_CHECKS['gitssh']='/home/git' +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']='/mnt/Nextcloud-Data/cloud-Data' #REPL_CHECKS['nextcloud-www']='/mnt/Nextcloud-Data/www-Data' MYSQL_REPL_CHECK=( ) -WEB_REPL_CHECK=(nginx www ssl lessh git gitssh php pma pdnsa) +WEB_REPL_CHECK=(nginx www ssl lessh php pma pdnsa) LB_REPL_CHECK=( ) #NC_REPL_CHECK=(nginx nextcloud-data nextcloud-www)