{ "name": "ulogger", "id": "ulogger", "packaging_format": 1, "description": { "en": "Real-time collection of geolocation data, tracks viewing and management.", "fr": "Géolocalisation en temps réel, gestion et affichage de traces." }, "version": "1.1~ynh1", "url": "https://github.com/bfabiszewski/ulogger-server", "upstream": { "license": "AGPL-3.0", "website": "https://github.com/bfabiszewski/ulogger-server", "code": "https://github.com/bfabiszewski/ulogger-server" }, "license": "AGPL-3.0-only", "maintainer": { "name": "Anmol Sharma", "email": "anmol@datamol.org" }, "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": "/ulogger", "default": "/ulogger" }, { "name": "admin", "type": "string", "example": "johndoe" }, { "name": "is_public", "type": "boolean", "help": { "en": "If enabled, ulogger will be accessible by people who do not have an account. This can be changed later via the webadmin.", "fr": "Si cette case est cochée, ulogger sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." }, "default": true }, { "name": "language", "type": "string", "ask": { "en": "Choose the application language", "fr": "Choisissez la langue de l'application" }, "choices": ["fr", "en", "pl", "de", "hu", "it" ], "default": "en" } ] } }