1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/chuwiki_ynh.git synced 2024-09-03 18:16:18 +02:00
chuwiki_ynh/manifest.json
ericgaspar 9e60d6732a
Fix
2021-06-07 17:35:22 +02:00

49 lines
1.3 KiB
JSON

{
"name": "ChuWiki",
"id": "chuwiki",
"packaging_format": 1,
"description": {
"en": "A simple, fast and flexible wiki.",
"fr": "Un wiki simple, rapide et flexible."
},
"version": "1.0~ynh1",
"url": "http://chuwiki.genezys.net/",
"license": "AGPL-3.0-only",
"maintainer": {
"name": "Stylix58",
"email": "lateman-jpeg@outlook.fr",
"url": "https://stylix58.netlify.app/"
},
"requirements": {
"yunohost": ">= 4.1.3"
},
"multi_instance": true,
"services": [
"nginx",
"php7.3-fpm"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "example.com"
},
{
"name": "path",
"type": "path",
"example": "/chuwiki",
"default": "/chuwiki"
},
{
"name": "is_public",
"type": "boolean",
"help": {
"en": "If yes, this app will can be accessible by everyone.",
"fr": "Si oui, cette app pourra être accessible par tout le monde."
},
"default": true
}
]
}
}