1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/blogotext_ynh.git synced 2024-09-03 18:15:52 +02:00
blogotext_ynh/manifest.json
ericgaspar 9e6342dcc4 4.3
2021-11-28 10:16:53 +01:00

63 lines
1.5 KiB
JSON

{
"name": "BlogoText",
"id": "blogotext",
"packaging_format": 1,
"description": {
"en": "Lightweight Blog-Engine",
"fr": "Moteur de blog léger"
},
"version": "3.7.6~ynh6",
"url": "https://blogotext.org/",
"license": "MIT",
"maintainer": {
"name": "Antoine",
"email": "antoine@miaou.org",
"url": "https://miaou.org"
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx",
"php7.3-fpm",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/blog",
"default": "/blogotext"
},
{
"name": "admin",
"type": "user"
},
{
"name": "is_public",
"type": "boolean",
"default": true
},
{
"name": "language",
"type": "string",
"ask": {
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
},
"choices": ["fr", "en"],
"default": "fr"
},
{
"name": "password",
"type": "password"
}
]
}
}