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
yalh76 371f3d48e1
Apply last example_ynh (#21)
* Testing (#18)


* Update install

* Apply last example_ynh

Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
2022-06-03 21:36:50 +02:00

50 lines
1.2 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~ynh4",
"url": "https://github.com/YunoHost-Apps/chtickynotes_ynh/",
"upstream": {
"license": "MIT",
"website": "https://example.com",
"code": "https://github.com/YunoHost-Apps/chtickynotes_ynh/"
},
"developer": {
"name": "chtixof"
},
"license": "MIT",
"maintainer": {
"name": "",
"email": ""
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"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
}
]
}
}