2016-10-05 19:44:08 +02:00
|
|
|
|
{
|
2018-08-13 16:47:13 +02:00
|
|
|
|
"name": "Flarum",
|
|
|
|
|
"id": "flarum",
|
|
|
|
|
"packaging_format": 1,
|
|
|
|
|
"description": {
|
2020-03-14 21:22:33 +01:00
|
|
|
|
"en": "Next-generation forum made simple.",
|
|
|
|
|
"fr": "Un forum de nouvelle génération, simplement.",
|
|
|
|
|
"de": "Forum der nächsten Generation leicht gemacht."
|
2018-08-13 16:47:13 +02:00
|
|
|
|
},
|
2021-02-15 22:58:10 +01:00
|
|
|
|
"version": "0.1.0.14~ynh2",
|
2018-08-13 16:47:13 +02:00
|
|
|
|
"url": "http://flarum.org/",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"maintainer": {
|
2019-08-24 12:54:18 +02:00
|
|
|
|
"name": "tituspijean",
|
2018-08-13 16:47:13 +02:00
|
|
|
|
"email": "tituspijean@outlook.com"
|
|
|
|
|
},
|
|
|
|
|
"requirements": {
|
2020-06-12 01:55:21 +02:00
|
|
|
|
"yunohost": ">= 3.8.1"
|
2018-08-13 16:47:13 +02:00
|
|
|
|
},
|
|
|
|
|
"multi_instance": true,
|
|
|
|
|
"services": [
|
|
|
|
|
"nginx",
|
2020-06-12 01:55:21 +02:00
|
|
|
|
"php7.0-fpm",
|
2018-08-13 16:47:13 +02:00
|
|
|
|
"mysql"
|
|
|
|
|
],
|
|
|
|
|
"arguments": {
|
2020-06-12 01:55:21 +02:00
|
|
|
|
"install" : [
|
|
|
|
|
{
|
2018-08-13 16:47:13 +02:00
|
|
|
|
"name": "domain",
|
2020-05-17 14:56:21 +02:00
|
|
|
|
"type": "display_text",
|
2018-08-13 16:47:13 +02:00
|
|
|
|
"ask": {
|
2020-05-17 14:56:21 +02:00
|
|
|
|
"en": "The installation will add a 1 GB swap file if your system has less than 1 GB free RAM.",
|
|
|
|
|
"fr": "L'installation ajoutera un fichier swap de 1 Go si votre système a moins de 1 Go de RAM libre."
|
|
|
|
|
}
|
2018-08-13 16:47:13 +02:00
|
|
|
|
},
|
2020-05-17 14:56:21 +02:00
|
|
|
|
{
|
2020-06-12 01:55:21 +02:00
|
|
|
|
"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"
|
2020-05-17 14:56:21 +02:00
|
|
|
|
},
|
|
|
|
|
"example": "example.com"
|
|
|
|
|
},
|
2018-08-13 16:47:13 +02:00
|
|
|
|
{
|
|
|
|
|
"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",
|
2019-09-11 18:41:54 +02:00
|
|
|
|
"type": "string",
|
2018-08-13 16:47:13 +02:00
|
|
|
|
"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",
|
2020-06-12 05:27:13 +02:00
|
|
|
|
"default": "My forum"
|
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 ?"
|
|
|
|
|
},
|
2019-09-15 16:14:47 +02:00
|
|
|
|
"help": {
|
|
|
|
|
"en": "If public, it will be open to all visitors like any forum. If private, only the YunoHost server users can access it.",
|
|
|
|
|
"fr": "Si public, le forum sera accessible à tous, comme pour tout forum. Si privé, seuls les utilisateurs du serveur YunoHost pourront y accéder."
|
|
|
|
|
},
|
2018-08-13 16:47:13 +02:00
|
|
|
|
"default": true
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "language",
|
2019-09-11 18:41:54 +02:00
|
|
|
|
"type": "string",
|
2018-08-13 16:47:13 +02:00
|
|
|
|
"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
|
|
|
|
}
|