1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/borgserver_ynh.git synced 2024-09-03 20:36:20 +02:00
borgserver_ynh/manifest.json

51 lines
1.4 KiB
JSON
Raw Normal View History

{
"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."
},
2020-02-27 18:55:40 +01:00
"version": "1.1.10~ynh5",
"url": "https://borgbackup.readthedocs.io",
"license": "BSD-3-Clause",
"maintainer": {
"name": "ljf",
"email": "ljf+borg_ynh@reflexlibre.net",
"url": "https://reflexlibre.net"
},
"requirements": {
2020-02-27 17:58:45 +01:00
"yunohost": ">= 3.6"
},
"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"
}
2018-06-21 17:08:18 +02:00
},
{
"name": "quota",
"ask": {
"en": "Indicate the storage quota",
"fr": "Indiquez le quota de stockage"
},
"optionnal": true,
"example": "30G"
}
]
}
}