mirror of
https://github.com/YunoHost-Apps/borgserver_ynh.git
synced 2024-09-03 20:36:20 +02:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
|
{
|
||
|
"name": "Borg Server",
|
||
|
"id": "borgserver",
|
||
|
"packaging_format": 1,
|
||
|
"description": {
|
||
|
"en": "Offer backup storage to a friend.",
|
||
|
"fr": "Offrez un espace de stockage à un⋅e ami⋅e."
|
||
|
},
|
||
|
"version": "1.0",
|
||
|
"url": "https://borgbackup.readthedocs.io",
|
||
|
"license": "BSD-3-Clause",
|
||
|
"maintainer": {
|
||
|
"name": "ljf",
|
||
|
"email": "ljf+borg_ynh@reflexlibre.net",
|
||
|
"url": "https://reflexlibre.net"
|
||
|
},
|
||
|
"requirements": {
|
||
|
"yunohost": ">= 2.7.2"
|
||
|
},
|
||
|
"multi_instance": true,
|
||
|
"services": [],
|
||
|
"arguments": {
|
||
|
"install" : [
|
||
|
{
|
||
|
"name": "ssh_user",
|
||
|
"ask": {
|
||
|
"en": "Indicate the ssh user to create",
|
||
|
"fr": "Indiquez l'utilisateur ssh à créer"
|
||
|
},
|
||
|
"example": "john"
|
||
|
},
|
||
|
{
|
||
|
"name": "public_key",
|
||
|
"ask": {
|
||
|
"en": "Indicate the public key given by borg_ynh app",
|
||
|
"fr": "Indiquez la clé publique donnée par l'app borg_ynh"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|