mirror of
https://github.com/YunoHost-Apps/blogotext_ynh.git
synced 2024-09-03 18:15:52 +02:00
66 lines
1.6 KiB
JSON
66 lines
1.6 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/",
|
|
"license": "MIT",
|
|
"maintainer": {
|
|
"name": "Antoine",
|
|
"email": "antoine@miaou.org",
|
|
"url": "https://miaou.org"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.2.4"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php7.0-fpm",
|
|
"mysql"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"example": "example.com"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/blog",
|
|
"default": "/blogotext"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user",
|
|
"example": "johndoe"
|
|
},
|
|
{
|
|
"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",
|
|
"example": "Choose a password"
|
|
}
|
|
]
|
|
}
|
|
}
|