Delete geopulse (ct) after migration to ProxmoxVE (#1632)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-03-27 12:25:31 +00:00
committed by GitHub
parent 7956f3e66a
commit bb1717410b
3 changed files with 0 additions and 316 deletions

View File

@@ -1,40 +0,0 @@
{
"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"
}
]
}