mirror of
https://github.com/YunoHost-Apps/flarum_ynh.git
synced 2024-09-03 18:36:24 +02:00
102 lines
3.4 KiB
JSON
102 lines
3.4 KiB
JSON
{
|
|
"name": "Flarum",
|
|
"id": "flarum",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Next-generation forum made simple",
|
|
"fr": "Forum de nouvelle génération, simplement",
|
|
"de": "Forum der nächsten Generation leicht gemacht"
|
|
},
|
|
"version": "1.6.2~ynh1",
|
|
"url": "http://flarum.org/",
|
|
"upstream": {
|
|
"license": "MIT",
|
|
"website": "https://flarum.org",
|
|
"demo": "https://discuss.flarum.org/d/21101-demos-come-to-flarum",
|
|
"admindoc": "https://docs.flarum.org",
|
|
"code": "https://github.com/flarum/framework"
|
|
},
|
|
"license": "MIT",
|
|
"maintainer": {
|
|
"name": "tituspijean",
|
|
"email": "tituspijean@outlook.com"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.3.2"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php7.4-fpm",
|
|
"mysql"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "swap",
|
|
"type": "display_text",
|
|
"ask": {
|
|
"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."
|
|
}
|
|
},
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/flarum",
|
|
"default": "/flarum"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user"
|
|
},
|
|
{
|
|
"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."
|
|
}
|
|
},
|
|
{
|
|
"name": "title",
|
|
"type": "string",
|
|
"ask": {
|
|
"en": "Choose a title for your forum",
|
|
"fr": "Choisissez un titre pour votre forum",
|
|
"de": "Wählen einen Titel für eure Internetforum"
|
|
},
|
|
"example": "My forum",
|
|
"default": "My forum"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"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."
|
|
},
|
|
"default": true
|
|
},
|
|
{
|
|
"name": "language",
|
|
"type": "string",
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|