Files
ProxmoxVEDHelperScripts/json/geopulse.json
2026-03-26 15:43:44 +01:00

41 lines
1.3 KiB
JSON

{
"name": "GeoPulse",
"slug": "geopulse",
"categories": [
9
],
"date_created": "2026-03-26",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 80,
"documentation": "https://tess1o.github.io/geopulse/docs/getting-started/introduction",
"website": "https://github.com/tess1o/geopulse",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/geopulse.webp",
"config_path": "/etc/geopulse/geopulse.env",
"description": "Self-hosted location tracking and visualization platform with GPS history, trip detection, and AI-powered insights, backed by PostgreSQL with PostGIS.",
"install_methods": [
{
"type": "default",
"script": "ct/geopulse.sh",
"resources": {
"cpu": 2,
"ram": 1024,
"hdd": 8,
"os": "Debian",
"version": "13"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "To create an admin account, run `/usr/local/bin/create-geopulse-admin` inside the container, then register with that email in the GeoPulse UI.",
"type": "info"
}
]
}