add pgp public key encryption for backup

Signed-off-by: Maurice Preuß (envoyr) <envoyr@froxlor.org>
This commit is contained in:
Maurice Preuß (envoyr)
2023-05-21 20:51:18 +02:00
parent 34cf6698bc
commit 5731f5ffff
14 changed files with 78 additions and 19 deletions

View File

@@ -35,6 +35,11 @@ return [
'value' => $pathSelect['value'],
'note' => $pathSelect['note'] ?? '',
],
'pgp_public_key' => [
'label' => lng('panel.backup_pgp_public_key.title'),
'desc' => lng('panel.backup_pgp_public_key.description'),
'type' => 'textarea',
],
'path_protection_info' => [
'label' => lng('extras.path_protection_label'),
'type' => 'infotext',