mirror of
https://github.com/YunoHost-Apps/blogotext_ynh.git
synced 2024-09-03 18:15:52 +02:00
70 lines
1.8 KiB
JSON
70 lines
1.8 KiB
JSON
{
|
|
"name": "BlogoText",
|
|
"id": "blogotext",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Lightweight Blog-Engine",
|
|
"fr": "Moteur de blog léger"
|
|
},
|
|
"version": "3.7.6~ynh5",
|
|
"url": "https://blogotext.org/",
|
|
"upstream": {
|
|
"license": "MIT",
|
|
"website": "https://blogotext.org/",
|
|
"demo": "https://blogotext.org/blog/",
|
|
"admindoc": "https://github.com/BlogoText/blogotext/wiki",
|
|
"code": "https://github.com/BlogoText/blogotext"
|
|
},
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|