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

68 lines
1.6 KiB
JSON
Raw Normal View History

2018-02-19 22:23:03 +01:00
{
2021-07-24 08:28:46 +02:00
"name": "OwnTracks",
2018-02-26 22:53:06 +01:00
"id": "owntracks",
"packaging_format": 1,
"description": {
"en": "Keep track of your location history",
"fr": "Gérez votre historique de géolocalisation"
2018-02-26 22:53:06 +01:00
},
2021-07-24 08:28:46 +02:00
"version": "0.1~ynh10",
2018-02-26 22:53:06 +01:00
"url": "http://owntracks.org/",
2021-07-24 08:28:46 +02:00
"upstream": {
"license": "GPL-3.0",
"website": "https://owntracks.org/",
"code": "https://github.com/tomyvi/php-owntracks-recorder"
},
"license": "GPL-3.0",
2018-02-26 22:53:06 +01:00
"maintainer": {
"name": "tituspijean",
2018-02-26 22:53:06 +01:00
"email": "tituspijean@outlook.com",
"url": "https://github.com/tituspijean/owntracks_ynh"
},
"requirements": {
2021-07-24 08:28:46 +02:00
"yunohost": ">= 4.2.0"
2018-02-26 22:53:06 +01:00
},
"multi_instance": true,
"services": [
"nginx",
2021-03-17 09:09:35 +01:00
"php7.3-fpm",
2018-02-26 22:53:06 +01:00
"mysql"
],
"arguments": {
"install": [{
"name": "domain",
"type": "domain",
"example": "example.com"
},
{
"name": "path",
"type": "path",
"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",
"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
2018-02-26 22:53:06 +01:00
}
]
}
}