mirror of
https://github.com/YunoHost-Apps/owntracks_ynh.git
synced 2024-09-03 19:56:24 +02:00
f8c2bbd1f0
Closes #2 and #4
48 lines
No EOL
1 KiB
JSON
48 lines
No EOL
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": "v0.1-beta.8",
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
} |