diff --git a/ct/geopulse.sh b/ct/geopulse.sh index ba6e3f5a..22b989ba 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 ddb62f58..c378f7a9 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" } ]