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

@@ -458,6 +458,22 @@ return [
'smtpsettings' => 'SMTP Einstellungen',
'smtptestaddr' => 'Test-Email senden an',
'smtptestnote' => 'Bitte beachten: Die untenstehenden Werte reflektieren die aktuellen Einstellungen und können auch nur dort angepasst werden (siehe Link in der oberen rechten Ecke)',
'mysqlserver' => [
'caption' => 'Beschreibung',
'user' => 'Privilegierter Benutzer',
'add' => 'MySQL Server hinzufügen',
'edit' => 'MySQL Server bearbeiten',
'password' => 'Passwort privilegierter Benutzer',
'password_emptynochange' => 'Neues Passwort, leer für keine Änderung',
'allowall' => [
'title' => 'Nutzung für aktuelle Kunden automatisch erlauben',
'description' => 'Ist diese Einstellung aktiv, wird die Verwendung dieses Datenbank-Servers automatisch allen aktuell existierenden Kunden-Accounts erlaubt. Diese Einstellung ist nicht permanent, kann aber mehrfach / nach Bedarf ausgeführt werden.',
],
'testconn' => 'Teste Verbindung beim Speichern',
'ssl' => 'Verwende SSL für die Verbindung zum Datenbank-Server',
'ssl_cert_file' => 'Dateipfad zur SSL certificate authority',
'verify_ca' => 'Aktiviere SSL Zertifikats-Verifikation',
],
],
'apikeys' => [
'no_api_keys' => 'Keine API Keys gefunden',

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',