ProxmoxVE/json/umami.json
Paul 4d68c2e1ef
Add JSON for each Script and a metadata.json file (#86)
* Generated JSON from database with changes suggested by maintainers. Includes a categories.json file that contains all the possible categories

* Renamed categories.json to metadata.json
2024-11-06 08:14:59 +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": "warning"
}
]
}