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

45 lines
1.1 KiB
JSON
Raw Normal View History

{
"name": "ChtickyNotes",
"id": "chtickynotes",
2020-11-05 13:34:17 +01:00
"packaging_format": 1,
"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/",
"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"
],
"arguments": {
"install" : [ {
"name": "domain",
2020-11-05 13:34:17 +01:00
"type": "domain",
"example": "domain.org"
},{
"name": "path",
2020-11-05 13:34:17 +01:00
"type": "path",
"example": "/chtickynotes",
"default": "/chtickynotes"
2020-11-05 13:34:17 +01:00
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
2017-05-26 15:12:13 +02:00
}