1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/chtickynotes_ynh.git synced 2024-09-03 18:15:57 +02:00
chtickynotes_ynh/manifest.json
2023-01-18 12:23:40 +01:00

49 lines
1.1 KiB
JSON

{
"name": "ChtickyNotes",
"id": "chtickynotes",
"packaging_format": 1,
"description": {
"en": "Generic sticky notes for all purpose",
"fr": "Post-its génériques à tout faire"
},
"version": "1.0~ynh5",
"url": "https://github.com/YunoHost-Apps/chtickynotes_ynh/",
"upstream": {
"license": "MIT",
"code": "https://github.com/YunoHost-Apps/chtickynotes_ynh/"
},
"developer": {
"name": "chtixof"
},
"license": "MIT",
"maintainer": {
"name": "",
"email": ""
},
"requirements": {
"yunohost": ">= 11.0.9"
},
"multi_instance": false,
"services": [
"nginx"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/chtickynotes",
"default": "/chtickynotes"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}