mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-10 19:05:09 +00:00
39 lines
1.1 KiB
JSON
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": "warning"
|
|
}
|
|
]
|
|
} |