mirror of
https://github.com/YunoHost-Apps/yeswiki_ynh.git
synced 2024-09-03 18:05:56 +02:00
84 lines
2.5 KiB
JSON
84 lines
2.5 KiB
JSON
{
|
|
"name": "YesWiki",
|
|
"id": "yeswiki",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Wiki that is quick and easy to use.",
|
|
"fr": "Wiki facile et rapide à prendre en main."
|
|
},
|
|
"version": "2021-07-26-6~ynh1",
|
|
"url": "https://yeswiki.net/",
|
|
"license": "AGPL-3.0-only",
|
|
"maintainer": [
|
|
{
|
|
"name": "Nils Van Zuijlen",
|
|
"email": "nils.van-zuijlen@mailo.com"
|
|
},
|
|
{
|
|
"name": "Plumf",
|
|
"email": "plumf@open-plug.eu",
|
|
"url": "https://www.plumf.eu"
|
|
}
|
|
],
|
|
"requirements": {
|
|
"yunohost": ">= 4.1.7"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php7.3-fpm",
|
|
"mysql"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"example": "example.com"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/yeswiki",
|
|
"default": "/yeswiki"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user",
|
|
"example": "johndoe"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": true,
|
|
"help": {
|
|
"en": "If YesWiki is made public anyone will be able to view the wiki",
|
|
"fr": "Si YesWiki est rendu publique toute personne pourra consulter le wiki"
|
|
}
|
|
},
|
|
{
|
|
"name": "wiki_name",
|
|
"type": "string",
|
|
"ask": {
|
|
"en": "Choose the wiki name",
|
|
"fr": "Choisissez le nom de votre wiki"
|
|
},
|
|
"default": "MyYunoHostWiki",
|
|
"help": {
|
|
"en": "If you want a name with spaces: replace them with %20 for each space.",
|
|
"fr": "Si vous souhaitez un nom avec des espacements : remplacez les par %20 pour chaque espace"
|
|
}
|
|
},
|
|
{
|
|
"name": "language",
|
|
"type": "string",
|
|
"ask": {
|
|
"en": "Choose the application language",
|
|
"fr": "Choisissez la langue de l'application"
|
|
},
|
|
"choices": ["fr", "en", "ca", "es", "nl", "pt"],
|
|
"default": "fr"
|
|
}
|
|
]
|
|
}
|
|
}
|