1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ulogger_ynh.git synced 2024-10-01 13:34:45 +02:00
ulogger_ynh/manifest.json
2021-02-07 10:25:59 +01:00

76 lines
2.3 KiB
JSON

{
"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.0~ynh1",
"url": "https://github.com/bfabiszewski/ulogger-server",
"license": "AGPL-3.0-only",
"maintainer": {
"name": "Anmol Sharma",
"email": "anmol@datamol.org"
},
"requirements": {
"yunohost": ">= 4.0.0"
},
"multi_instance": true,
"services": [
"nginx",
"php7.3-fpm",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for ulogger",
"fr": "Choisissez un nom de domaine pour ulogger"
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for ulogger",
"fr": "Choisissez un chemin pour ulogger"
},
"example": "/ulogger",
"default": "/ulogger"
},
{
"name": "admin",
"type": "string",
"ask": {
"en": "Choose an admin user",
"fr": "Choisissez l'administrateur"
},
"example": "johndoe"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"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"
}
]
}
}