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
tituspijean 301f421ed0 [enh] package overhaul
up to v3.7 standards
2020-07-08 17:31:37 +02:00

74 lines
1.8 KiB
JSON

{
"name": "Owntracks",
"id": "owntracks",
"packaging_format": 1,
"description": {
"en": "Keep track of your location history",
"fr": "Gérez votre historique de géolocalisation"
},
"version": "0.1~ynh9",
"url": "http://owntracks.org/",
"license": "GPL-3.0",
"maintainer": {
"name": "tituspijean",
"email": "tituspijean@outlook.com",
"url": "https://github.com/tituspijean/owntracks_ynh"
},
"requirements": {
"yunohost": ">= 3.7"
},
"multi_instance": true,
"services": [
"nginx",
"php7.0-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"
},
{
"name": "user",
"type": "user",
"ask": {
"en": "Choose an user for Owntracks",
"fr": "Choisissez un utilisateur pour Owntracks"
},
"help": {
"en": "Mandatory if the app is set to public. This user's traces will be displayed to visitors.",
"fr": "Obligatoire si l'app est publique. Les traces de cet utilisateur seront montrées aux visiteurs."
},
"optional": true
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"help": {
"en": "If public, anyone will be able to see the owntracks record from specified user.",
"fr": "Si publique, quiconque aura accès aux traces owntracks de l'utilisateur spécifié."
},
"default": false
}
]
}
}