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-05-15 18:39:31 +02:00
|
|
|
"version": "0.1.0.16~ynh4",
|
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": {
|
2021-05-15 18:39:42 +02:00
|
|
|
"yunohost": ">= 4.2.0"
|
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" : [
|
|
|
|
{
|
2021-03-18 23:50:24 +01:00
|
|
|
"name": "swap",
|
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",
|
2021-03-18 23:50:24 +01:00
|
|
|
"example": "example.com"
|
2021-03-19 07:48:12 +01:00
|
|
|
},
|
2018-08-13 16:47:13 +02:00
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
|
|
|
"example": "/flarum",
|
|
|
|
"default": "/flarum"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "admin",
|
|
|
|
"type": "user",
|
2018-08-28 19:36:34 +02:00
|
|
|
"example": "johndoe"
|
2018-08-13 16:47:13 +02:00
|
|
|
},
|
2021-03-21 15:04:44 +01:00
|
|
|
{
|
|
|
|
"name": "password",
|
|
|
|
"type": "password",
|
|
|
|
"help": {
|
|
|
|
"en": "Choose your password. It will be useful if logging in from YunoHost fails or is disrupted.",
|
|
|
|
"fr": "Choisissez votre mot de passe. Il sera utile si la connexion via YunoHost échoue ou est perturbée."
|
|
|
|
},
|
|
|
|
"example": "Choose a password"
|
|
|
|
},
|
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",
|
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
|
|
|
}
|