fix: geopulse: add user creation script

This commit is contained in:
CrazyWolf13
2026-03-26 15:43:41 +01:00
parent 5f25ce38b2
commit 2507c012c3
3 changed files with 18 additions and 2 deletions

View File

@@ -33,7 +33,7 @@
},
"notes": [
{
"text": "To create an admin account: `echo 'GEOPULSE_ADMIN_EMAIL=you@example.com' >> /etc/geopulse/geopulse.env && systemctl restart geopulse-backend` — then register with that email in the UI.",
"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"
}
]