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
ericgaspar 17caac6c26
Fix
2022-05-14 16:00:13 +02:00

50 lines
1.2 KiB
JSON

{
"name": "Pico",
"id": "pico",
"packaging_format": 1,
"description": {
"en": "Stupidly simple, blazing fast, flat file CMS",
"fr": "Stupidly simple, blazing fast, flat file CMS"
},
"version": "3.0.0~ynh1",
"url": "https://picocms.org/",
"upstream": {
"license": "MIT",
"website": "https://picocms.org/",
"demo": "https://demo.example.com",
"admindoc": "https://picocms.org/docs/",
"code": "https://github.com/picocms/Pico"
},
"license": "MIT",
"maintainer": {
"name": "",
"email": ""
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx",
"php8.0-fpm"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/pico",
"default": "/pico"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}