1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/plainpad_ynh.git synced 2024-09-03 20:05:53 +02:00
plainpad_ynh/manifest.json
2021-09-22 00:02:38 +02:00

51 lines
1.3 KiB
JSON

{
"name": "Plainpad",
"id": "plainpad",
"packaging_format": 1,
"description": {
"en": "Self hosted, note taking application",
"fr": "Application de prise de notes auto-hébergée"
},
"version": "1.0.0~ynh1",
"url": "https://alextselegidis.com/get/plainpad",
"upstream": {
"license": "AGPL-3.0-only",
"website": "https://alextselegidis.com/get/plainpad",
"demo": "https://alextselegidis.com/try/plainpad/#/login",
"admindoc": "https://alextselegidis.com/get/plainpad/self-hosted",
"code": "https://github.com/alextselegidis/plainpad"
},
"license": "AGPL-3.0-only",
"maintainer": {
"name": "eric_G",
"email": ""
},
"requirements": {
"yunohost": ">= 4.2.4"
},
"multi_instance": true,
"services": [
"nginx",
"php7.3-fpm",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/plainpad",
"default": "/plainpad"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}