mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
sysutils/git-backup: switch to passwordarea, closes #3070
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
PLUGIN_NAME= git-backup
|
||||
PLUGIN_VERSION= 1.0
|
||||
PLUGIN_REVISION= 2
|
||||
PLUGIN_REVISION= 3
|
||||
PLUGIN_COMMENT= Track config changes using git
|
||||
PLUGIN_DEPENDS= git
|
||||
PLUGIN_MAINTAINER= ad@opnsense.org
|
||||
|
||||
@@ -68,7 +68,7 @@ class Git extends Base implements IBackupProvider
|
||||
],
|
||||
[
|
||||
"name" => "privkey",
|
||||
"type" => "textarea",
|
||||
"type" => "passwordarea",
|
||||
"label" => gettext("SSH private key"),
|
||||
"help" => gettext("When provided, ssh based authentication will be used."),
|
||||
"value" => null
|
||||
|
||||
Reference in New Issue
Block a user