From 92c827ed9a9a9bd0513da35c76a40bb00b663dbf Mon Sep 17 00:00:00 2001 From: Raghav Vashisht Date: Sun, 23 Nov 2025 18:39:42 +0530 Subject: [PATCH] feat: move add/whitelist admins message to website --- ct/ente.sh | 2 +- frontend/public/json/ente.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ct/ente.sh b/ct/ente.sh index 14aeae342..5733886ca 100644 --- a/ct/ente.sh +++ b/ct/ente.sh @@ -39,4 +39,4 @@ build_container description 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!" diff --git a/frontend/public/json/ente.json b/frontend/public/json/ente.json index 378d3e2db..794580914 100644 --- a/frontend/public/json/ente.json +++ b/frontend/public/json/ente.json @@ -36,6 +36,10 @@ "text": "Please use `journalctl -u ente-museum.service -n 10` to read logs for the signup verification code", "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`", "type": "info"