mirror of
https://github.com/YunoHost-Apps/timemachine_ynh.git
synced 2024-09-03 20:26:33 +02:00
50 lines
1.6 KiB
JSON
50 lines
1.6 KiB
JSON
{
|
|
"name": "Time Machine",
|
|
"id": "timemachine",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "App to setup the server as a Time Machine backup target",
|
|
"fr": "Expliquez en *quelques* (10~15) mots l'utilité de l'app ou ce qu'elle fait (l'objectif est de donner une idée grossière pour des utilisateurs qui naviguent dans un catalogue de 100+ apps)"
|
|
},
|
|
"version": "1.0~ynh3",
|
|
"url": "https://example.com",
|
|
"upstream": {
|
|
"license": "free",
|
|
"website": "https://example.com",
|
|
"demo": "https://demo.example.com",
|
|
"admindoc": "https://yunohost.org/packaging_apps",
|
|
"userdoc": "https://yunohost.org/apps",
|
|
"code": "https://some.forge.com/example/example"
|
|
},
|
|
"license": "free",
|
|
"maintainer": {
|
|
"name": "Navan Chauhan",
|
|
"email": "timemachine@navan.email"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.3.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "admin",
|
|
"type": "string",
|
|
"help": {
|
|
"en": "User to whom the usage details will be sent",
|
|
"fr": ""
|
|
}
|
|
},
|
|
{
|
|
"name": "password",
|
|
"type": "password",
|
|
"help": {
|
|
"en": "Password to access the Time Machine",
|
|
"fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|