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

79 lines
2.5 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."
},
2022-02-22 13:02:53 +01:00
"upstream": {
"license": "BSD-3-Clause",
"website": "https://www.borgbackup.org/",
"admindoc": "https://borgbackup.readthedocs.io/en/stable/",
"code": "https://github.com/borgbackup/borg"
},
2021-12-02 16:59:08 +01:00
"version": "1.1.16~ynh9",
"url": "https://borgbackup.readthedocs.io",
"license": "BSD-3-Clause",
"maintainer": {
"name": "ljf",
"email": "ljf+borg_ynh@reflexlibre.net",
"url": "https://reflexlibre.net"
},
"requirements": {
2021-05-07 19:24:28 +02:00
"yunohost": ">= 4.2.3"
},
2021-04-08 20:20:10 +02:00
"multi_instance": true,
"services": [],
"arguments": {
"install" : [
{
"name": "ssh_user",
"type": "string",
"ask": {
"en": "Indicate the SSH user to create",
"fr": "Indiquez l'utilisateur SSH à créer"
},
"example": "john"
},
{
"name": "public_key",
"type": "string",
"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
},
2021-04-08 20:20:10 +02:00
{
"name": "alert_delay",
"type": "string",
2021-04-08 20:20:10 +02:00
"ask": {
"en": "After which delay in days should we alert if there are no changes on repo ?",
"fr": "Après quel délais en jours devons-nous lancer une alerte si il n'y a pas de changement dans le repo ?"
},
"default": "1"
},
{
"name": "alert_mails",
"type": "string",
"ask": {
"en": "Emails to whom send alerts ?",
"fr": "Emails des personnes à qui envoyer les alertes ?"
},
"default": "root",
"example": "camille@example.com,eden@example.com"
},
2018-06-21 17:08:18 +02:00
{
"name": "quota",
"type": "string",
2018-06-21 17:08:18 +02:00
"ask": {
"en": "Indicate the storage quota",
"fr": "Indiquez le quota de stockage"
},
"optionnal": true,
"example": "30G"
}
]
}
}