1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/facilmap_ynh.git synced 2024-09-03 18:36:07 +02:00

Merge remote-tracking branch 'origin/testing' into 3.4.0

This commit is contained in:
ericgaspar 2021-11-21 10:05:48 +01:00
commit d6ad55adf0
3 changed files with 25 additions and 5 deletions

View file

@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Collaborative maps and routing with a straightforward interface
**Shipped version:** 3.3.0~ynh1
**Shipped version:** 3.3.0~ynh2
**Demo:** https://facilmap.org/

View file

@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Carte collaborative avec une interface simple et pratique
**Version incluse :** 3.3.0~ynh1
**Version incluse :** 3.3.0~ynh2
**Démo :** https://facilmap.org/

View file

@ -6,7 +6,7 @@
"en": "Collaborative maps and routing with a straightforward interface",
"fr": "Carte collaborative avec une interface simple et pratique"
},
"version": "3.3.0~ynh1",
"version": "3.3.0~ynh2",
"url": "https://github.com/FacilMap/facilmap",
"upstream": {
"license": "AGPL-3.0",
@ -58,6 +58,10 @@
{
"name": "ors_token",
"type": "string",
"ask": {
"en": "Fill in your OpenRouteService token",
"fr": "Remplissez ici votre token OpenRouteService"
},
"help": {
"en": "OpenRouteService is used for calculating routes with advanced settings. You can get a token on https://openrouteservice.org/",
"fr": "OpenRouteService est utilisé pour calculer les routes complexes. Vous pouvez obtenir un token ici: https://openrouteservice.org/"
@ -66,6 +70,10 @@
{
"name": "mapbox_token",
"type": "string",
"ask": {
"en": "Fill in your MapBox token",
"fr": "Remplissez ici votre token MapBox"
},
"help": {
"en": "MapBox is used for calculating routes with simple settings. You can get an API key on https://www.mapbox.com/signup/",
"fr": "MapBox est utilisé pour calcluer les routes simples. Vous pouvez obtenir une clé API ici : https://www.mapbox.com/signup/"
@ -74,6 +82,10 @@
{
"name": "maxmind_user_id",
"type": "string",
"ask": {
"en": "Fill in your maxmind user id",
"fr": "Remplissez ici votre identifiant maxmind"
},
"help": {
"en": "Maxmind configuration. If specified, the maxmind GeoLite2 database will be downloaded for Geo IP lookup (to show the initial map state) and kept in memory. Sign up here: https://www.maxmind.com/en/geolite2/signup",
"fr": "Configuration maxmind. Si vous spécifiez ce champ et le prochain, la base de donnée maxmind GeoLite2 sera téléchargée puis gardée en mémoire, pour localiser les addresse IP (afin que le chargement de la carte se fasse centré là où l'utilisateur est). Vous pouvez créer un compte ici : https://www.maxmind.com/en/geolite2/signup"
@ -83,6 +95,10 @@
{
"name": "maxmind_license_key",
"type": "string",
"ask": {
"en": "Fill in your maxmind license key",
"fr": "Remplissez ici votre clé de license maxmind"
},
"help": {
"en": "License key associated to the maxmind user ID you specified.",
"fr": "La clé de license associée à l'utilisateur maxmind que vous avez spécifié."
@ -92,11 +108,15 @@
{
"name": "user_agent",
"type": "string",
"ask": {
"en": "User-Agent header",
"fr": "Entête User-Agent facilmap"
},
"help": {
"en": "HTTP requests made by the backend will send this User-Agent header. Fill here the URL facilmap will have and your e-mail address.",
"fr": "Les requêtes faites par le serveur enveront cette entête User-agent. Remplissez ici l'URL de votre instance facilmap et votre adresse email."
"fr": "Les requêtes faites par le serveur enveront cette entête User-Agent. Remplissez ici l'URL de votre instance facilmap et votre adresse email."
},
"example": "FacilMap (https://facilmap.org/, webmaster@example.org)"
"example": "FacilMap (https://facilmapdomain.tld/, webmaster@example.org)"
}
]
}