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
ericgaspar 499e51c9e4 4.3
2021-11-27 09:12:05 +01:00

62 lines
1.5 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~ynh10",
"url": "http://owntracks.org/",
"upstream": {
"license": "GPL-3.0",
"website": "https://owntracks.org/",
"code": "https://github.com/tomyvi/php-owntracks-recorder"
},
"license": "GPL-3.0",
"maintainer": {
"name": "tituspijean",
"email": "tituspijean@outlook.com",
"url": "https://github.com/tituspijean/owntracks_ynh"
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx",
"php7.3-fpm",
"mysql"
],
"arguments": {
"install": [{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/owntracks",
"default": "/owntracks"
},
{
"name": "user",
"type": "user",
"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",
"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
}
]
}
}