mirror of
https://github.com/YunoHost-Apps/flarum_ynh.git
synced 2024-09-03 18:36:24 +02:00
0728ea096b
At that point I do not care about proper titles.
105 lines
3.7 KiB
JSON
105 lines
3.7 KiB
JSON
{
|
||
"name": "Flarum",
|
||
"id": "flarum",
|
||
"packaging_format": 1,
|
||
"description": {
|
||
"en": "Next-generation forum made simple.",
|
||
"fr": "Un forum de nouvelle génération, simplement.",
|
||
"de": "Forum der nächsten Generation leicht gemacht."
|
||
},
|
||
"url": "http://flarum.org/",
|
||
"license": "MIT",
|
||
"version": "0.1.0-beta.12~ynh2",
|
||
"maintainer": {
|
||
"name": "tituspijean",
|
||
"email": "tituspijean@outlook.com"
|
||
},
|
||
"requirements": {
|
||
"yunohost": ">= 3.7.0"
|
||
},
|
||
"multi_instance": true,
|
||
"services": [
|
||
"nginx",
|
||
"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": {
|
||
"en": "Choose the admin user",
|
||
"fr": "Choisissez l’administrateur",
|
||
"de": "Wählen einen Administrator"
|
||
},
|
||
"example": "johndoe"
|
||
},
|
||
{
|
||
"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": ""
|
||
},
|
||
{
|
||
"name": "is_public",
|
||
"type": "boolean",
|
||
"ask": {
|
||
"en": "Is it a public application?",
|
||
"fr": "Est-ce une application publique ?",
|
||
"de": "Ist es eine öffentliche Applikation ?"
|
||
},
|
||
"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": "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",
|
||
"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"
|
||
}
|
||
]
|
||
}
|
||
}
|