add frontend for new MysqlServer API command

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-05-24 19:50:30 +02:00
parent 7cbc14f4aa
commit d8bcf52b3b
12 changed files with 523 additions and 25 deletions

View File

@@ -465,6 +465,26 @@ return [
'smtpsettings' => 'SMTP settings',
'smtptestaddr' => 'Send test-mail to',
'smtptestnote' => 'Note that the values below reflect your current settings and can only be adjusted there (see link in top right corner)',
'mysqlserver' => [
'mysqlserver' => 'MySQL Server',
'dbserver' => 'Server #',
'caption' => 'Description',
'host' => 'Hostname / IP',
'port' => 'Port',
'user' => 'Privileged user',
'add' => 'Add new MySQL server',
'edit' => 'Edit MySQL server',
'password' => 'Privileged user password',
'password_emptynochange' => 'New password, leave empty for no change',
'allowall' => [
'title' => 'Allow use of this server to all currently existing customers',
'description' => 'Set this to "true" if you want to allow use of this database-server to all currently existing customers so they can add databases on it. This setting is not permanent but can be run multiple times.',
],
'testconn' => 'Test connection when saving',
'ssl' => 'Use SSL for connection to database-server',
'ssl_cert_file' => 'The file path to the SSL certificate authority',
'verify_ca' => 'Enable verification of the server SSL certificate',
],
],
'apcuinfo' => [
'clearcache' => 'Clear APCu cache',