1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pico_ynh.git synced 2024-09-03 19:56:41 +02:00
pico_ynh/manifest.json

58 lines
1.4 KiB
JSON
Raw Normal View History

2022-05-14 15:20:24 +02:00
{
"name": "Pico",
"id": "pico",
"packaging_format": 1,
"description": {
2022-05-14 16:00:13 +02:00
"en": "Stupidly simple, blazing fast, flat file CMS",
2022-05-31 17:59:03 +02:00
"fr": "CMS incroyablement simple et rapide comme l'éclair"
2022-05-14 15:20:24 +02:00
},
2022-05-14 16:00:13 +02:00
"version": "3.0.0~ynh1",
2022-05-14 15:20:24 +02:00
"url": "https://picocms.org/",
"upstream": {
"license": "MIT",
"website": "https://picocms.org/",
"admindoc": "https://picocms.org/docs/",
"code": "https://github.com/picocms/Pico"
},
"license": "MIT",
"maintainer": {
2022-05-31 18:46:49 +02:00
"name": "eric_G",
2022-05-14 16:00:13 +02:00
"email": ""
2022-05-14 15:20:24 +02:00
},
"requirements": {
2022-08-14 15:39:30 +02:00
"yunohost": ">= 11.0.9"
2022-05-14 15:20:24 +02:00
},
"multi_instance": true,
"services": [
"nginx",
2022-05-14 16:00:13 +02:00
"php8.0-fpm"
2022-05-14 15:20:24 +02:00
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/pico",
"default": "/pico"
},
2022-05-14 18:51:00 +02:00
{
2022-05-14 18:56:39 +02:00
"name": "site_title",
"type": "string",
2022-05-14 18:51:00 +02:00
"ask": {
"en": "The title of your website",
"fr": "Le titre de votre site web"
2022-05-14 19:45:21 +02:00
}
2022-05-14 18:51:00 +02:00
},
2022-05-14 15:20:24 +02:00
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}