Update defaults.inc
This commit is contained in:
@@ -71,9 +71,10 @@ REPL_CHECKS['www']='/var/www'
|
|||||||
REPL_CHECKS['git']='/var/lib/gitea'
|
REPL_CHECKS['git']='/var/lib/gitea'
|
||||||
REPL_CHECKS['gitssh']='/home/git'
|
REPL_CHECKS['gitssh']='/home/git'
|
||||||
REPL_CHECKS['pma']='/etc/phpmyadmin'
|
REPL_CHECKS['pma']='/etc/phpmyadmin'
|
||||||
|
REPL_CHECKS['pdnsa']='/opt/powerdns-admin'
|
||||||
|
|
||||||
MYSQL_REPL_CHECK=( )
|
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=( )
|
LB_REPL_CHECK=( )
|
||||||
|
|
||||||
declare -A REPL_DESC
|
declare -A REPL_DESC
|
||||||
@@ -85,6 +86,7 @@ REPL_DESC['www']='Webserver Files'
|
|||||||
REPL_DESC['git']='Gitea System'
|
REPL_DESC['git']='Gitea System'
|
||||||
REPL_DESC['gitssh']='Gitea SSH Keys'
|
REPL_DESC['gitssh']='Gitea SSH Keys'
|
||||||
REPL_DESC['pma']='phpMyAdmin Settings'
|
REPL_DESC['pma']='phpMyAdmin Settings'
|
||||||
|
REPL_DESC['pdnsa']='PowerDNS Admin'
|
||||||
|
|
||||||
declare -A BACKUP_ITEMS
|
declare -A BACKUP_ITEMS
|
||||||
BACKUP_ITEMS[nginx-settings]=/etc/nginx
|
BACKUP_ITEMS[nginx-settings]=/etc/nginx
|
||||||
|
|||||||
Reference in New Issue
Block a user