ProxmoxVE/json/umami.json
CanbiZ 77d2df5a0f
Update some JSON Files for Website (#812)
* Update JSON Files for Website

* fix microcode json
2024-12-13 15:24:14 +01:00

39 lines
1.1 KiB
JSON

{
"name": "Umami",
"slug": "umami",
"categories": [
7
],
"date_created": "2024-05-09",
"type": "ct",
"updateable": false,
"privileged": false,
"interface_port": 3000,
"documentation": null,
"website": "https://umami.is/",
"logo": "https://raw.githubusercontent.com/umami-software/umami/master/public/android-chrome-512x512.png",
"description": "Umami makes it easy to collect, analyze, and understand your web data while maintaining visitor privacy and data ownership.",
"install_methods": [
{
"type": "default",
"script": "ct/umami.sh",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 12,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": "admin",
"password": "umami"
},
"notes": [
{
"text": "To view the database credentials : `cat umami.creds`",
"type": "info"
}
]
}