mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
Improve manifest
This commit is contained in:
parent
3197d265ca
commit
ab820615ab
1 changed files with 17 additions and 12 deletions
|
@ -1,11 +1,16 @@
|
|||
{
|
||||
"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",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"maintainer": {
|
||||
"name": "src386",
|
||||
"email": "soyouz@src386.org",
|
||||
|
@ -22,19 +27,19 @@
|
|||
"install" : [
|
||||
{
|
||||
"name": "domain",
|
||||
"type": "domain",
|
||||
"type": "domain",
|
||||
"ask": {
|
||||
"en": "Domain of the pod",
|
||||
"fr": "Domaine du pod"
|
||||
"fr": "Domaine du pod"
|
||||
},
|
||||
"example": "domain.org"
|
||||
},
|
||||
{
|
||||
"name": "path",
|
||||
"type": "path",
|
||||
"type": "path",
|
||||
"ask": {
|
||||
"en": "Path to the pod",
|
||||
"fr": "Chemin vers le pod"
|
||||
"fr": "Chemin vers le pod"
|
||||
},
|
||||
"example": "/movim",
|
||||
"default": "/movim"
|
||||
|
@ -44,20 +49,20 @@
|
|||
"type": "user",
|
||||
"ask": {
|
||||
"en": "Pod administrator",
|
||||
"fr": "Administrateur du pod"
|
||||
"fr": "Administrateur du pod"
|
||||
},
|
||||
"example": "homer"
|
||||
},
|
||||
{
|
||||
"name": "password",
|
||||
"type": "password",
|
||||
"type": "password",
|
||||
"ask": {
|
||||
"en": "Administrator password",
|
||||
"fr": "Mot de passe administrateur"
|
||||
},
|
||||
"example" : "password"
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "language",
|
||||
"ask": {
|
||||
"en": "Pod language",
|
||||
|
@ -70,16 +75,16 @@
|
|||
"name": "ssoenabled",
|
||||
"ask": {
|
||||
"en": "Enable SSO support (autologin) ?",
|
||||
"fr": "Activer le support SSO (connexin auto) ?"
|
||||
"fr": "Activer le support SSO (connexin auto) ?"
|
||||
},
|
||||
"choices": ["Yes", "No"],
|
||||
"default": "Yes"
|
||||
"default": "Yes"
|
||||
},
|
||||
{
|
||||
{
|
||||
"name": "port",
|
||||
"ask": {
|
||||
"en": "Movim daemon port (internal only)",
|
||||
"fr": "Port du daemon Movim (interne uniquement)"
|
||||
"fr": "Port du daemon Movim (interne uniquement)"
|
||||
},
|
||||
"default": "9537"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue