2016-10-05 19:44:08 +02:00
|
|
|
|
{
|
|
|
|
|
"name": "Flarum",
|
|
|
|
|
"id": "flarum",
|
|
|
|
|
"packaging_format": 1,
|
|
|
|
|
"description": {
|
|
|
|
|
"en": "Flarum (open-source forum software) package for YunoHost.",
|
2017-01-16 13:36:08 +01:00
|
|
|
|
"fr": "Package Flarum (système de forum libre) pour YunoHost.",
|
|
|
|
|
"de": "Flarum (Open Source) ist ein Softwarepaket für Yunohost."
|
2016-10-05 19:44:08 +02:00
|
|
|
|
},
|
|
|
|
|
"url": "http://flarum.org/",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"version": "0.1.0-beta.5",
|
|
|
|
|
"maintainer": {
|
|
|
|
|
"name": "Titus PiJean",
|
|
|
|
|
"email": "tituspijean@outlook.com"
|
|
|
|
|
},
|
|
|
|
|
"requirements": {
|
|
|
|
|
"yunohost": ">= 2.4.0"
|
|
|
|
|
},
|
|
|
|
|
"multi_instance": true,
|
|
|
|
|
"services": [
|
|
|
|
|
"nginx",
|
|
|
|
|
"php5-fpm",
|
|
|
|
|
"mysql"
|
|
|
|
|
],
|
|
|
|
|
"arguments": {
|
|
|
|
|
"install" : [
|
|
|
|
|
{
|
|
|
|
|
"name": "domain",
|
|
|
|
|
"type": "domain",
|
|
|
|
|
"ask": {
|
|
|
|
|
"en": "Choose a domain name for Flarum",
|
2017-01-16 13:36:08 +01:00
|
|
|
|
"fr": "Choisissez un nom de domaine pour Flarum",
|
|
|
|
|
"de": "Wählen einen Domain-Namen für Flarum"
|
2016-10-05 19:44:08 +02:00
|
|
|
|
},
|
|
|
|
|
"example": "example.com"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "path",
|
|
|
|
|
"type": "path",
|
|
|
|
|
"ask": {
|
|
|
|
|
"en": "Choose a path for Flarum",
|
2017-01-16 13:36:08 +01:00
|
|
|
|
"fr": "Choisissez un chemin pour Flarum",
|
|
|
|
|
"de": "Wählen einen Pfad für Flarum"
|
2016-10-05 19:44:08 +02:00
|
|
|
|
},
|
|
|
|
|
"example": "/flarum",
|
|
|
|
|
"default": "/flarum"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "admin",
|
|
|
|
|
"type": "user",
|
|
|
|
|
"ask": {
|
|
|
|
|
"en": "Choose an admin user",
|
2017-01-16 13:36:08 +01:00
|
|
|
|
"fr": "Choisissez l’administrateur",
|
|
|
|
|
"de": "Wählen einen Administrator"
|
2016-10-05 19:44:08 +02:00
|
|
|
|
},
|
2016-10-12 19:57:40 +02:00
|
|
|
|
"example": "johndoe",
|
|
|
|
|
"optional": true
|
2016-10-05 19:44:08 +02:00
|
|
|
|
},
|
2016-10-09 10:20:59 +02:00
|
|
|
|
{
|
|
|
|
|
"name": "adminpass",
|
|
|
|
|
"type": "password",
|
|
|
|
|
"ask": {
|
|
|
|
|
"en": "Put your password",
|
2017-01-16 13:36:08 +01:00
|
|
|
|
"fr": "Insérez votre mot de passe",
|
|
|
|
|
"de": "Einfügen eure Passwort"
|
2016-10-09 10:20:59 +02:00
|
|
|
|
},
|
2016-10-12 19:57:40 +02:00
|
|
|
|
"example": "******",
|
|
|
|
|
"optional": true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "title",
|
|
|
|
|
"ask": {
|
|
|
|
|
"en": "Choose a title for your forum",
|
2017-01-16 13:36:08 +01:00
|
|
|
|
"fr": "Choisissez un titre pour votre forum",
|
|
|
|
|
"de": "Wählen ein Titel für eure Internetforum"
|
2016-10-12 19:57:40 +02:00
|
|
|
|
},
|
|
|
|
|
"example": "My forum",
|
|
|
|
|
"default": "",
|
|
|
|
|
"optional": true
|
2016-10-09 10:20:59 +02:00
|
|
|
|
},
|
2016-10-05 19:44:08 +02:00
|
|
|
|
{
|
|
|
|
|
"name": "is_public",
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
"ask": {
|
|
|
|
|
"en": "Is it a public application?",
|
2017-01-16 13:36:08 +01:00
|
|
|
|
"fr": "Est-ce une application publique ?",
|
|
|
|
|
"de": "Ist es eine öffentliche Applikation ?"
|
2016-10-05 19:44:08 +02:00
|
|
|
|
},
|
|
|
|
|
"default": true
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|