mirror of
https://github.com/YunoHost-Apps/chtickynotes_ynh.git
synced 2024-09-03 18:15:57 +02:00
5ea5611d28
* Update install
44 lines
1.1 KiB
JSON
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
|
|
}
|
|
]
|
|
}
|
|
}
|