1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/timemachine_ynh.git synced 2024-09-03 20:26:33 +02:00
timemachine_ynh/manifest.json
2022-09-11 14:30:55 +02:00

43 lines
1.2 KiB
JSON

{
"name": "Time Machine",
"id": "timemachine",
"packaging_format": 1,
"description": {
"en": "Application to configure the server as a Time Machine backup target",
"fr": "Application pour configurer le serveur comme cible de sauvegarde Time Machine"
},
"version": "1.0~ynh5",
"url": "https://support.apple.com/en-us/HT201250",
"upstream": {
"license": "WTFPL",
"website": "https://support.apple.com/en-us/HT201250",
"code": "https://github.com/YunoHost-Apps/timemachine_ynh"
},
"license": "WTFPL",
"maintainer": {
"name": "Navan Chauhan",
"email": "timemachine@navan.email"
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
],
"arguments": {
"install": [
{
"name": "admin",
"type": "user"
},
{
"name": "password",
"type": "password",
"help": {
"en": "Password to access the Time Machine",
"fr": "Mot de passe pour accéder à Time Machine"
}
}
]
}
}