mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-03-31 06:24:18 -04:00
better wording
This commit is contained in:
@@ -67,3 +67,5 @@ msg_ok "Completed Successfully!\n"
|
|||||||
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
|
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
|
||||||
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
|
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
|
||||||
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}${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}"
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
"updateable": true,
|
"updateable": true,
|
||||||
"privileged": false,
|
"privileged": false,
|
||||||
"interface_port": 80,
|
"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",
|
"website": "https://github.com/tess1o/geopulse",
|
||||||
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/geopulse.webp",
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/geopulse.webp",
|
||||||
"config_path": "/etc/geopulse/geopulse.env",
|
"config_path": "/etc/geopulse/geopulse.env",
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
},
|
},
|
||||||
"notes": [
|
"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"
|
"type": "info"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user