1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/owntracks_ynh.git synced 2024-09-03 19:56:24 +02:00
owntracks_ynh/manifest.json
2018-02-19 22:50:59 +01:00

48 lines
No EOL
1.1 KiB
JSON

{
"name": "Owntracks",
"id": "owntracks",
"packaging_format": 1,
"description": {
"en": "Owntracks (location history) package for YunoHost.",
"fr": "Package Owntracks (historique de localisation) pour YunoHost."
},
"version": "1.0",
"url": "http://owntracks.org/",
"license": "free",
"maintainer": {
"name": "Titus PiJean",
"email": "tituspijean@outlook.com",
"url": "https://github.com/tituspijean/owntracks_ynh"
},
"requirements": {
"yunohost": ">= 2.7.2"
},
"multi_instance": true,
"services": [
"nginx",
"php5-fpm",
"mysql"
],
"arguments": {
"install": [{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for Owntracks",
"fr": "Choisissez un nom de domaine pour Owntracks"
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Owntracks",
"fr": "Choisissez un chemin pour Owntracks"
},
"example": "/owntracks",
"default": "/owntracks"
}
]
}
}