mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
Update manifest.json
This commit is contained in:
parent
9316d778d9
commit
b52d68e04f
1 changed files with 7 additions and 5 deletions
|
@ -10,7 +10,7 @@
|
|||
"requirements": {
|
||||
"yunohost": ">= 3.8.1"
|
||||
},
|
||||
"url": "https://movim.eu/",
|
||||
"url": "https://movim.eu",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"maintainer": {
|
||||
"name": "",
|
||||
|
@ -18,7 +18,9 @@
|
|||
},
|
||||
"services": [
|
||||
"nginx",
|
||||
"php7.0-fpm"
|
||||
"php7.0-fpm",
|
||||
"postgresql",
|
||||
"metronome"
|
||||
],
|
||||
"multi_instance": false,
|
||||
"arguments": {
|
||||
|
@ -81,13 +83,13 @@
|
|||
},
|
||||
{
|
||||
"name": "ssoenabled",
|
||||
"type": "boolean",
|
||||
"type": "srting",
|
||||
"ask": {
|
||||
"en": "Enable SSO support (autologin)?",
|
||||
"fr": "Activer le support SSO (connexin auto) ?"
|
||||
},
|
||||
"choices": ["true", "false"],
|
||||
"default": true
|
||||
"choices": ["Yes", "No"],
|
||||
"default": "Yes"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue