1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/signaturepdf_ynh.git synced 2024-09-03 20:25:57 +02:00
signaturepdf_ynh/manifest.json

50 lines
1.2 KiB
JSON
Raw Normal View History

2022-04-14 14:04:52 +02:00
{
"name": "Signaturepdf",
"id": "signaturepdf",
"packaging_format": 1,
"description": {
"en": "Free PDF signing software",
"fr": "Logiciel libre de signature de PDF"
},
"version": "1.0~ynh1",
"url": "https://pdf.24eme.fr/signature",
"upstream": {
"license": "AGPL-3.0-only",
"website": "https://pdf.24eme.fr/signature",
"demo": "https://pdf.24eme.fr",
"code": "https://github.com/24eme/signaturepdf"
},
"license": "AGPL-3.0-only",
"maintainer": {
"name": "",
"email": ""
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx",
"php7.4-fpm"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/signaturepdf",
"default": "/signaturepdf"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}