mirror of
https://github.com/YunoHost-Apps/cachet_ynh.git
synced 2024-09-03 18:16:03 +02:00
64 lines
1.6 KiB
JSON
64 lines
1.6 KiB
JSON
{
|
|
"name": "Cachet",
|
|
"id": "cachet",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Open source status page system",
|
|
"fr": "Système de page de statut open source"
|
|
},
|
|
"version": "2.4.0~ynh3",
|
|
"url": "https://cachethq.io/",
|
|
"upstream": {
|
|
"license": "BSD-3-Clause",
|
|
"website": "https://cachethq.io/",
|
|
"demo": "https://demo.cachethq.io/",
|
|
"admindoc": "https://docs.cachethq.io/",
|
|
"code": "https://github.com/CachetHQ/Cachet"
|
|
},
|
|
"license": "BSD-3-Clause",
|
|
"maintainer": {
|
|
"name": "JimboJoe",
|
|
"email": "jimmy@monin.net"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.3.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php7.3-fpm",
|
|
"mysql"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user"
|
|
},
|
|
{
|
|
"name": "password",
|
|
"type": "password",
|
|
"optional": true
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": true
|
|
},
|
|
{
|
|
"name": "language",
|
|
"type": "string",
|
|
"ask": {
|
|
"en": "Choose the application language",
|
|
"fr": "Choisissez la langue de l'application"
|
|
},
|
|
"choices": ["fr", "en"],
|
|
"default": "en"
|
|
}
|
|
]
|
|
}
|
|
}
|