2015-02-26 23:40:40 +01:00
|
|
|
{
|
|
|
|
"name": "ChtickyNotes",
|
|
|
|
"id": "chtickynotes",
|
2020-11-05 13:34:17 +01:00
|
|
|
"packaging_format": 1,
|
2015-02-26 23:40:40 +01:00
|
|
|
"description": {
|
|
|
|
"en": "Generic sticky notes for all purpose",
|
|
|
|
"fr": "Des post-its génériques à tout faire"
|
|
|
|
},
|
2021-02-20 00:02:51 +01:00
|
|
|
"version": "1.0~ynh3",
|
2020-11-05 13:46:32 +01:00
|
|
|
"url": "https://github.com/YunoHost-Apps/chtickynotes_ynh/",
|
2015-02-26 23:40:40 +01:00
|
|
|
"license": "MIT",
|
|
|
|
"developer": {
|
|
|
|
"name": "chtixof"
|
|
|
|
},
|
2020-11-05 13:46:32 +01:00
|
|
|
"maintainer": {
|
2021-03-14 22:06:12 +01:00
|
|
|
"name": "",
|
|
|
|
"email": ""
|
2020-11-05 13:46:32 +01:00
|
|
|
},
|
2020-11-05 13:34:17 +01:00
|
|
|
"requirements": {
|
2021-03-15 08:56:46 +01:00
|
|
|
"yunohost": ">= 4.1.7"
|
2020-11-05 13:34:17 +01:00
|
|
|
},
|
|
|
|
"multi_instance": false,
|
2020-11-05 13:46:32 +01:00
|
|
|
"services": [
|
|
|
|
"nginx"
|
|
|
|
],
|
2015-02-26 23:40:40 +01:00
|
|
|
"arguments": {
|
|
|
|
"install" : [ {
|
|
|
|
"name": "domain",
|
2020-11-05 13:34:17 +01:00
|
|
|
"type": "domain",
|
2015-02-26 23:40:40 +01:00
|
|
|
"example": "domain.org"
|
|
|
|
},{
|
|
|
|
"name": "path",
|
2020-11-05 13:34:17 +01:00
|
|
|
"type": "path",
|
2015-02-26 23:40:40 +01:00
|
|
|
"example": "/chtickynotes",
|
|
|
|
"default": "/chtickynotes"
|
2020-11-05 13:34:17 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true
|
|
|
|
}
|
|
|
|
]
|
2015-02-26 23:40:40 +01:00
|
|
|
}
|
2017-05-26 15:12:13 +02:00
|
|
|
}
|