From 953d9f0527515eb40f6ee482383fc98eed9d16a3 Mon Sep 17 00:00:00 2001 From: Daniel Kukula Date: Sun, 17 Aug 2025 11:07:28 +0200 Subject: [PATCH] add info about the password --- frontend/public/json/livebook.json | 7 ++++++- install/livebook-install.sh | 3 +++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/frontend/public/json/livebook.json b/frontend/public/json/livebook.json index db4159ca..8b0a3589 100644 --- a/frontend/public/json/livebook.json +++ b/frontend/public/json/livebook.json @@ -31,5 +31,10 @@ "username": null, "password": null }, - "notes": [] + "notes": [ + { + "text": "Show Livebook password: `cat /opt/livebook.creds`", + "type": "info" + } + ] } diff --git a/install/livebook-install.sh b/install/livebook-install.sh index 0ff20ee6..cc225a08 100644 --- a/install/livebook-install.sh +++ b/install/livebook-install.sh @@ -99,6 +99,9 @@ msg_ok "Set ownership and permissions" systemctl enable -q --now livebook msg_ok "Installed Livebook" +msg_info "Livebook password stored in /opt/livebook.creds" +msg_ok "Installation completed successfully" + motd_ssh customize