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
ericgaspar 499724f278
Fix
2021-01-26 09:14:29 +01:00

71 lines
1.9 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": "0.5~ynh1",
"url": "https://github.com/bfabiszewski/ulogger-server",
"license": "AGPL-3.0-only",
"maintainer": {
"name": "Anmol Sharma",
"email": "anmol@datamol.org"
},
"requirements": {
"yunohost": ">= 3.8.1"
},
"multi_instance": true,
"services": [
"nginx",
"php7.0-fpm",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for ulogger"
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for ulogger"
},
"example": "/ulogger",
"default": "/ulogger"
},
{
"name": "admin",
"type": "string",
"ask": {
"en": "Choose an admin user"
},
"example": "johndoe"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?"
},
"default": true
},
{
"name": "language",
"type": "string",
"ask": {
"en": "Choose the application language"
},
"choices": ["fr", "en", "pl", "de", "hu", "it" ],
"default": "en"
}
]
}
}