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

53 lines
1.4 KiB
JSON
Raw Normal View History

2021-08-14 12:46:57 +02:00
{
"name": "Plainpad",
"id": "plainpad",
"packaging_format": 1,
"description": {
"en": "Self hosted, note taking application",
"fr": "Application de prise de notes auto-hébergée"
},
2021-08-14 17:45:13 +02:00
"version": "1.0.0~ynh1",
2021-08-14 12:46:57 +02:00
"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",
"example": "example.com"
},
{
"name": "path",
"type": "path",
"example": "/plainpad",
"default": "/plainpad"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}