2016-10-05 19:44:08 +02:00
|
|
|
|
{
|
2018-08-13 16:47:13 +02:00
|
|
|
|
"name": "Flarum",
|
|
|
|
|
"id": "flarum",
|
|
|
|
|
"packaging_format": 1,
|
|
|
|
|
"description": {
|
|
|
|
|
"en": "Flarum (open-source forum software) package for YunoHost.",
|
|
|
|
|
"fr": "Package Flarum (système de forum libre) pour YunoHost.",
|
|
|
|
|
"de": "Flarum (Open Source) ist ein Programmpaket für Yunohost."
|
|
|
|
|
},
|
|
|
|
|
"url": "http://flarum.org/",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"version": "0.1.0-beta.7",
|
|
|
|
|
"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",
|
|
|
|
|
"fr": "Choisissez un nom de domaine pour Flarum",
|
|
|
|
|
"de": "Wählen einen Domain-Namen für Flarum"
|
|
|
|
|
},
|
|
|
|
|
"example": "example.com"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "path",
|
|
|
|
|
"type": "path",
|
|
|
|
|
"ask": {
|
|
|
|
|
"en": "Choose a path for Flarum",
|
|
|
|
|
"fr": "Choisissez un chemin pour Flarum",
|
|
|
|
|
"de": "Wählen einen Pfad für Flarum"
|
|
|
|
|
},
|
|
|
|
|
"example": "/flarum",
|
|
|
|
|
"default": "/flarum"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "admin",
|
|
|
|
|
"type": "user",
|
|
|
|
|
"ask": {
|
2018-08-31 16:50:37 +02:00
|
|
|
|
"en": "Choose the admin user",
|
|
|
|
|
"fr": "Choisissez l’administrateur",
|
|
|
|
|
"de": "Wählen einen Administrator"
|
2018-08-13 16:47:13 +02:00
|
|
|
|
},
|
2018-08-28 19:36:34 +02:00
|
|
|
|
"example": "johndoe"
|
2018-08-13 16:47:13 +02:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "title",
|
|
|
|
|
"ask": {
|
2018-08-28 12:09:54 +02:00
|
|
|
|
"en": "Choose a title for your forum",
|
|
|
|
|
"fr": "Choisissez un titre pour votre forum",
|
|
|
|
|
"de": "Wählen einen Titel für eure Internetforum"
|
2018-08-13 16:47:13 +02:00
|
|
|
|
},
|
|
|
|
|
"example": "My forum",
|
2018-08-28 19:36:34 +02:00
|
|
|
|
"default": ""
|
2018-08-13 16:47:13 +02:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "is_public",
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
"ask": {
|
|
|
|
|
"en": "Is it a public application?",
|
|
|
|
|
"fr": "Est-ce une application publique ?",
|
|
|
|
|
"de": "Ist es eine öffentliche Applikation ?"
|
|
|
|
|
},
|
|
|
|
|
"default": true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "bazaar_extension",
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
"ask": {
|
|
|
|
|
"en": "Do you want to install Bazaar extension, extensions provider for Flarum?",
|
|
|
|
|
"fr": "Voulez-vous installer l'extension Bazaar, fournisseur d'extensions pour Flarum ?",
|
|
|
|
|
"de": "Wollen Sie die Bazaar Erweiterung installieren ?"
|
|
|
|
|
},
|
|
|
|
|
"default": false
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "language",
|
|
|
|
|
"ask": {
|
|
|
|
|
"en": "Choose the application language",
|
|
|
|
|
"fr": "Choisissez la langue de l'application",
|
|
|
|
|
"de": "Wählen Sie eine Sprache"
|
|
|
|
|
},
|
|
|
|
|
"choices": ["fr", "en", "de"],
|
|
|
|
|
"default": "en"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
2018-08-28 12:09:54 +02:00
|
|
|
|
}
|