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": {
|
2019-10-17 22:47:02 +02:00
|
|
|
"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"
|
|
|
|
},
|
2020-07-08 17:31:37 +02:00
|
|
|
"license": "GPL-3.0",
|
2018-02-26 22:53:06 +01:00
|
|
|
"maintainer": {
|
2020-02-18 21:40:50 +01:00
|
|
|
"name": "tituspijean",
|
2018-02-26 22:53:06 +01:00
|
|
|
"email": "tituspijean@outlook.com",
|
|
|
|
"url": "https://github.com/tituspijean/owntracks_ynh"
|
|
|
|
},
|
|
|
|
"requirements": {
|
2021-11-27 09:12:05 +01:00
|
|
|
"yunohost": ">= 4.3.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",
|
2021-11-27 09:12:05 +01:00
|
|
|
"type": "domain"
|
2018-02-26 22:53:06 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
|
|
|
"example": "/owntracks",
|
|
|
|
"default": "/owntracks"
|
2019-10-22 23:39:45 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "user",
|
|
|
|
"type": "user",
|
2021-12-01 19:37:46 +01:00
|
|
|
"ask": {
|
|
|
|
"en": "Choose a user",
|
|
|
|
"fr": "Choisissez un utilisateur"
|
|
|
|
},
|
2019-10-22 23:39:45 +02:00
|
|
|
"help": {
|
2020-07-08 17:31:37 +02:00
|
|
|
"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."
|
2019-10-22 23:39:45 +02:00
|
|
|
},
|
2020-07-08 17:31:37 +02:00
|
|
|
"optional": true
|
2019-10-22 23:39:45 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
|
|
|
"help": {
|
|
|
|
"en": "If public, anyone will be able to see the owntracks record from specified user.",
|
2020-07-08 17:31:37 +02:00
|
|
|
"fr": "Si publique, quiconque aura accès aux traces owntracks de l'utilisateur spécifié."
|
2019-10-22 23:39:45 +02:00
|
|
|
},
|
|
|
|
"default": false
|
2018-02-26 22:53:06 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2018-07-26 17:58:16 +02:00
|
|
|
}
|