1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/umami_ynh.git synced 2024-10-01 13:34:50 +02:00
umami_ynh/manifest.json

45 lines
1.1 KiB
JSON
Raw Normal View History

2022-06-15 16:26:48 +02:00
{
"name": "Umami",
"id": "umami",
"packaging_format": 1,
"description": {
"en": "Simple, fast, privacy-focused alternative to Google Analytics",
2022-06-17 19:00:37 +02:00
"fr": "Analyse de trafic web simple et respectueux"
2022-06-15 16:26:48 +02:00
},
2022-10-25 08:43:44 +02:00
"version": "1.39.1~ynh1",
2022-06-15 16:26:48 +02:00
"url": "https://umami.is/",
"upstream": {
"license": "MIT",
"website": "https://umami.is/",
"demo": "https://app.umami.is/share/8rmHaheU/umami.is",
"admindoc": "https://umami.is/docs/about",
"code": "https://github.com/mikecao/umami"
},
"license": "MIT",
"maintainer": {
2022-06-17 19:00:37 +02:00
"name": "eric_G",
2022-06-15 16:26:48 +02:00
"email": ""
},
"requirements": {
2022-08-26 21:33:10 +02:00
"yunohost": ">= 11.0.9"
2022-06-15 16:26:48 +02:00
},
"multi_instance": true,
"services": [
"nginx",
2022-06-27 14:27:22 +02:00
"postgresql"
2022-06-15 16:26:48 +02:00
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}