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

95 lines
2.7 KiB
JSON
Raw Normal View History

{
"name": "Movim",
"id": "movim",
2018-08-10 14:40:39 +02:00
"packaging_format": 1,
"description": {
2015-08-03 12:11:37 +02:00
"en": "The Kickass Social Network"
},
2020-07-24 12:31:07 +02:00
"version": "0.18.0~ynh1",
2018-08-10 14:40:39 +02:00
"requirements": {
2020-07-24 12:31:07 +02:00
"yunohost": ">= 3.8.1"
2018-08-10 14:40:39 +02:00
},
"url": "https://movim.eu/",
2018-08-10 14:40:39 +02:00
"license": "AGPL-3.0-or-later",
"maintainer": {
"name": "src386",
2015-08-03 11:46:42 +02:00
"email": "soyouz@src386.org",
2015-08-21 10:33:42 +02:00
"url": "http://github.com/src386"
},
"services": [
"nginx",
2020-07-24 12:31:07 +02:00
"php7.0-fpm"
],
"multi_instance": false,
"arguments": {
"install" : [
{
"name": "domain",
2018-08-10 14:40:39 +02:00
"type": "domain",
"ask": {
"en": "Domain of the pod",
2018-08-10 14:40:39 +02:00
"fr": "Domaine du pod"
},
"example": "domain.org"
},
{
"name": "path",
2018-08-10 14:40:39 +02:00
"type": "path",
"ask": {
"en": "Path to the pod",
2018-08-10 14:40:39 +02:00
"fr": "Chemin vers le pod"
},
"example": "/movim",
"default": "/movim"
2015-08-03 12:09:24 +02:00
},
2015-08-10 16:45:03 +02:00
{
2015-08-03 16:15:52 +02:00
"name": "admin",
2015-08-10 16:45:03 +02:00
"type": "user",
2015-08-03 16:15:52 +02:00
"ask": {
2015-08-10 16:53:51 +02:00
"en": "Pod administrator",
2018-08-10 14:40:39 +02:00
"fr": "Administrateur du pod"
2015-08-03 16:15:52 +02:00
},
2015-08-10 16:55:48 +02:00
"example": "homer"
2015-08-03 16:15:52 +02:00
},
2015-08-10 16:45:03 +02:00
{
"name": "password",
2018-08-10 14:40:39 +02:00
"type": "password",
2015-08-03 11:46:42 +02:00
"ask": {
2015-08-10 16:45:03 +02:00
"en": "Administrator password",
"fr": "Mot de passe administrateur"
2015-08-03 11:46:42 +02:00
},
2015-08-10 16:45:03 +02:00
"example" : "password"
2015-08-10 16:51:22 +02:00
},
2020-07-24 17:21:22 +02:00
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": true
},
2018-08-10 14:40:39 +02:00
{
"name": "language",
2020-07-24 12:46:55 +02:00
"type": "string",
"ask": {
2020-07-24 12:46:55 +02:00
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
},
2015-08-20 11:43:30 +02:00
"choices" : ["ar", "de", "en", "es", "fr", "it", "ja", "nl", "ru"],
2020-07-24 12:46:55 +02:00
"default" : "fr"
},
2015-08-10 16:45:03 +02:00
{
2015-12-16 13:53:46 +01:00
"name": "ssoenabled",
2020-07-24 12:46:55 +02:00
"type": "string",
"ask": {
2020-07-24 12:31:07 +02:00
"en": "Enable SSO support (autologin)?",
2018-08-10 14:40:39 +02:00
"fr": "Activer le support SSO (connexin auto) ?"
},
"choices": ["Yes", "No"],
2018-08-10 14:40:39 +02:00
"default": "Yes"
2015-08-10 17:29:07 +02:00
}
]
}
}