80 lines
2.5 KiB
TOML
80 lines
2.5 KiB
TOML
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
|
|
|
packaging_format = 2
|
|
|
|
id = "jwe"
|
|
name = "JWE"
|
|
description.en = "Geolocation game (GeoGuessr-like) featuring Guadeloupe, Martinique, Guyane and La Réunion"
|
|
description.fr = "Jeu de géolocalisation (type GeoGuessr) : Guadeloupe, Martinique, Guyane et La Réunion"
|
|
|
|
version = "2.0.0~ynh1"
|
|
|
|
maintainers = []
|
|
|
|
[upstream]
|
|
license = "MIT"
|
|
website = "https://jwe.o-k-i.net"
|
|
code = "https://labola.o-k-i.net/ORGANISATION-KA-INTERNATIONALE/JWE"
|
|
admindoc = "https://labola.o-k-i.net/ORGANISATION-KA-INTERNATIONALE/JWE/src/branch/master/docs/deploiement.md"
|
|
fund = "https://liberapay.com/OKI/donate/"
|
|
|
|
[integration]
|
|
yunohost = ">= 12.1"
|
|
helpers_version = "2.1"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
|
|
ldap = "not_relevant"
|
|
sso = "not_relevant"
|
|
|
|
disk = "500M"
|
|
ram.build = "800M"
|
|
ram.runtime = "150M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
# Pas de question "path" : l'app requiert un domaine dédié (path = "/")
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[install.mapillary_token]
|
|
ask.en = "Mapillary client token"
|
|
ask.fr = "Token client Mapillary"
|
|
help.en = "Free client token from https://www.mapillary.com/dashboard/developers — only needed for the street mode « An lari a ». Leave empty to disable that mode."
|
|
help.fr = "Token client gratuit obtenu sur https://www.mapillary.com/dashboard/developers — requis uniquement pour le mode street « An lari a ». Laisser vide pour désactiver ce mode."
|
|
type = "string"
|
|
optional = true
|
|
|
|
[install.tiles_url]
|
|
ask.en = "Custom map style URL"
|
|
ask.fr = "URL de style cartographique personnalisée"
|
|
help.en = "Leave empty to use the default style (OpenFreeMap). Provide a style.json URL to use a self-hosted tileserver-gl instead."
|
|
help.fr = "Laisser vide pour utiliser le style par défaut (OpenFreeMap). Indiquer l'URL d'un style.json pour utiliser un tileserver-gl auto-hébergé."
|
|
type = "url"
|
|
optional = true
|
|
|
|
[resources]
|
|
|
|
[resources.sources.main]
|
|
url = "https://labola.o-k-i.net/ORGANISATION-KA-INTERNATIONALE/JWE/archive/v2.0.0.tar.gz"
|
|
sha256 = "1fd35ed6ffbcba1db6f2d1665df0543e8bb23ecdcf4b49f418746dc03fe8e8f0"
|
|
autoupdate.strategy = "latest_forgejo_tag"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.ports]
|
|
|
|
[resources.apt]
|
|
packages = "ca-certificates"
|
|
|
|
[resources.nodejs]
|
|
version = "20"
|