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
Éric Gaspar 5ea5611d28
Testing (#18)
* Update install
2021-05-16 07:37:51 +02:00

44 lines
1.1 KiB
JSON

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