Update defaults.inc

This commit is contained in:
2019-04-01 10:47:42 -05:00
parent 4700a233c6
commit bed34395c2

View File

@@ -71,9 +71,10 @@ REPL_CHECKS['www']='/var/www'
REPL_CHECKS['git']='/var/lib/gitea'
REPL_CHECKS['gitssh']='/home/git'
REPL_CHECKS['pma']='/etc/phpmyadmin'
REPL_CHECKS['pdnsa']='/opt/powerdns-admin'
MYSQL_REPL_CHECK=( )
WEB_REPL_CHECK=(nginx www ssl lessh git gitssh php pma)
WEB_REPL_CHECK=(nginx www ssl lessh git gitssh php pma pdnsa)
LB_REPL_CHECK=( )
declare -A REPL_DESC
@@ -85,6 +86,7 @@ REPL_DESC['www']='Webserver Files'
REPL_DESC['git']='Gitea System'
REPL_DESC['gitssh']='Gitea SSH Keys'
REPL_DESC['pma']='phpMyAdmin Settings'
REPL_DESC['pdnsa']='PowerDNS Admin'
declare -A BACKUP_ITEMS
BACKUP_ITEMS[nginx-settings]=/etc/nginx