From 67833a99af4aa93b4661db4fc4ea90e9372777dc Mon Sep 17 00:00:00 2001 From: CrazyWolf13 Date: Thu, 26 Mar 2026 10:29:47 +0100 Subject: [PATCH] better wording --- ct/geopulse.sh | 2 ++ json/geopulse.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ct/geopulse.sh b/ct/geopulse.sh index ba6e3f5a5..22b989bad 100644 --- a/ct/geopulse.sh +++ b/ct/geopulse.sh @@ -67,3 +67,5 @@ msg_ok "Completed Successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" echo -e "${INFO}${YW} Access it using the following URL:${CL}" echo -e "${TAB}${GATEWAY}${BGN}http://${IP}${CL}" +echo -e "${INFO}${YW} To create an admin account, run:${CL}" +echo -e "${TAB}${BGN}echo 'GEOPULSE_ADMIN_EMAIL=you@example.com' >> /etc/geopulse/geopulse.env && systemctl restart geopulse-backend${CL}" diff --git a/json/geopulse.json b/json/geopulse.json index ddb62f589..c378f7a92 100644 --- a/json/geopulse.json +++ b/json/geopulse.json @@ -9,7 +9,7 @@ "updateable": true, "privileged": false, "interface_port": 80, - "documentation": "https://github.com/tess1o/geopulse/wiki", + "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", @@ -33,7 +33,7 @@ }, "notes": [ { - "text": "To gain admin privileges, add GEOPULSE_ADMIN_EMAIL=your@email.com to /etc/geopulse/geopulse.env and restart the service, then register with that email.", + "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.", "type": "info" } ]