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",
|
2021-09-19 09:02:25 +02:00
|
|
|
"fr": "Post-its génériques à tout faire"
|
2015-02-26 23:40:40 +01:00
|
|
|
},
|
2022-06-03 21:36:50 +02:00
|
|
|
"version": "1.0~ynh4",
|
2020-11-05 13:46:32 +01:00
|
|
|
"url": "https://github.com/YunoHost-Apps/chtickynotes_ynh/",
|
2022-06-03 21:36:50 +02:00
|
|
|
"upstream": {
|
|
|
|
"license": "MIT",
|
|
|
|
"website": "https://example.com",
|
|
|
|
"code": "https://github.com/YunoHost-Apps/chtickynotes_ynh/"
|
|
|
|
},
|
2015-02-26 23:40:40 +01:00
|
|
|
"developer": {
|
|
|
|
"name": "chtixof"
|
|
|
|
},
|
2022-06-03 21:36:50 +02:00
|
|
|
"license": "MIT",
|
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": {
|
2022-06-03 21:36:50 +02:00
|
|
|
"yunohost": ">= 4.3.0"
|
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": {
|
2022-06-03 21:36:50 +02:00
|
|
|
"install": [
|
|
|
|
{
|
2015-02-26 23:40:40 +01:00
|
|
|
"name": "domain",
|
2021-09-19 09:02:25 +02:00
|
|
|
"type": "domain"
|
2022-06-03 21:36:50 +02:00
|
|
|
},
|
|
|
|
{
|
2015-02-26 23:40:40 +01:00
|
|
|
"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
|
|
|
},
|
2022-06-03 21:36:50 +02:00
|
|
|
{
|
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
|
|
|
}
|