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 e812f063c0
Testing (#11)
- Added php helper to install the php provide the php file for the app

Co-authored-by: anmol26s <github@datamol.org>
2020-11-27 12:41:05 +01:00

56 lines
1.6 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~ynh2",
"url": "https://github.com/YunoHost-Apps/chtickynotes_ynh/",
"license": "MIT",
"developer": {
"name": "chtixof"
},
"maintainer": {
"name": "YunoHost Contributors",
"email": "apps@yunohost.org"
},
"requirements": {
"yunohost": ">= 3.8.1"
},
"multi_instance": false,
"services": [
"nginx"
],
"arguments": {
"install" : [ {
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for ChtickyNotes",
"fr": "Choisissez un domaine pour ChtickyNotes"
},
"example": "domain.org"
},{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for ChtickyNotes",
"fr": "Choisissez un chemin pour ChtickyNotes"
},
"example": "/chtickynotes",
"default": "/chtickynotes"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": true
}
]
}
}