feat: move add/whitelist admins message to website

This commit is contained in:
Raghav Vashisht 2025-11-23 18:39:42 +05:30
parent fb84ff1110
commit 92c827ed9a
2 changed files with 5 additions and 1 deletions

View File

@ -39,4 +39,4 @@ build_container
description description
msg_ok "Completed Successfully!" msg_ok "Completed Successfully!"
msg_custom "🚀" "${GN}" "${APP} setup has been successfully initialized!\nIf you want to use the Ente CLI to add/whitelist admins, please follow the instructions at https://ente.io/help/self-hosting/administration/cli" msg_custom "🚀" "${GN}" "${APP} setup has been successfully initialized!"

View File

@ -36,6 +36,10 @@
"text": "Please use `journalctl -u ente-museum.service -n 10` to read logs for the signup verification code", "text": "Please use `journalctl -u ente-museum.service -n 10` to read logs for the signup verification code",
"type": "info" "type": "info"
}, },
{
"text": "If you want to use the Ente CLI to add/whitelist admins, please follow the instructions at https://ente.io/help/self-hosting/administration/cli",
"type": "info"
},
{ {
"text": "To see Museium config: `cat /opt/ente/server/museum.yaml`", "text": "To see Museium config: `cat /opt/ente/server/museum.yaml`",
"type": "info" "type": "info"