mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
85 lines
2.4 KiB
JSON
85 lines
2.4 KiB
JSON
{
|
|
"name": "Movim",
|
|
"id": "movim",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "The Kickass Social Network"
|
|
},
|
|
"version": "0.18.0~ynh1",
|
|
"requirements": {
|
|
"yunohost": ">= 3.8.1"
|
|
},
|
|
"url": "https://movim.eu/",
|
|
"license": "AGPL-3.0-or-later",
|
|
"maintainer": {
|
|
"name": "src386",
|
|
"email": "soyouz@src386.org",
|
|
"url": "http://github.com/src386"
|
|
},
|
|
"services": [
|
|
"nginx",
|
|
"php7.0-fpm"
|
|
],
|
|
"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",
|
|
"type": "string",
|
|
"ask": {
|
|
"en": "Choose the application language",
|
|
"fr": "Choisissez la langue de l'application"
|
|
},
|
|
"choices" : ["ar", "de", "en", "es", "fr", "it", "ja", "nl", "ru"],
|
|
"default" : "fr"
|
|
},
|
|
{
|
|
"name": "ssoenabled",
|
|
"type": "string",
|
|
"ask": {
|
|
"en": "Enable SSO support (autologin)?",
|
|
"fr": "Activer le support SSO (connexin auto) ?"
|
|
},
|
|
"choices": ["Yes", "No"],
|
|
"default": "Yes"
|
|
}
|
|
]
|
|
}
|
|
}
|