1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00
movim_ynh/manifest.json
Jean-Baptiste Holcroft ab820615ab Improve manifest
2018-08-10 14:40:39 +02:00

93 lines
2.6 KiB
JSON

{
"name": "Movim",
"id": "movim",
"packaging_format": 1,
"description": {
"en": "The Kickass Social Network"
},
"version": "0.13.0~ynh1",
"requirements": {
"yunohost": ">= 3.0"
},
"url": "https://movim.eu/",
"license": "AGPL-3.0-or-later",
"maintainer": {
"name": "src386",
"email": "soyouz@src386.org",
"url": "http://github.com/src386"
},
"services": [
"nginx",
"php5-fpm",
"mysql",
"metronome"
],
"multi_instance": false,
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Domain of the pod",
"fr": "Domaine du pod"
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Path to the pod",
"fr": "Chemin vers le pod"
},
"example": "/movim",
"default": "/movim"
},
{
"name": "admin",
"type": "user",
"ask": {
"en": "Pod administrator",
"fr": "Administrateur du pod"
},
"example": "homer"
},
{
"name": "password",
"type": "password",
"ask": {
"en": "Administrator password",
"fr": "Mot de passe administrateur"
},
"example" : "password"
},
{
"name": "language",
"ask": {
"en": "Pod language",
"fr": "Langue du pod"
},
"choices" : ["ar", "de", "en", "es", "fr", "it", "ja", "nl", "ru"],
"default" : "en"
},
{
"name": "ssoenabled",
"ask": {
"en": "Enable SSO support (autologin) ?",
"fr": "Activer le support SSO (connexin auto) ?"
},
"choices": ["Yes", "No"],
"default": "Yes"
},
{
"name": "port",
"ask": {
"en": "Movim daemon port (internal only)",
"fr": "Port du daemon Movim (interne uniquement)"
},
"default": "9537"
}
]
}
}