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
2015-12-16 13:53:46 +01:00

81 lines
2.2 KiB
JSON

{
"name": "Movim",
"id": "movim",
"description": {
"en": "The Kickass Social Network"
},
"license": "AGPL-3",
"maintainer": {
"name": "src386",
"email": "soyouz@src386.org",
"url": "http://github.com/src386"
},
"multi_instance": "false",
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Pod domain",
"fr": "Domaine du pod"
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Path",
"fr": "Chemin du 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 (autologin) ?",
"fr": "Activer le SSO (connexin auto) ?"
},
"choices": ["Yes", "No"],
"default": "No"
},
{
"name": "port",
"ask": {
"en": "Movim daemon port ? (internal only)",
"fr": "Port privé pour Movim ? (interne uniquement)"
},
"default": "9537"
}
]
}
}