add info about the password

This commit is contained in:
Daniel Kukula 2025-08-17 11:07:28 +02:00
parent dec63bf34a
commit 953d9f0527
2 changed files with 9 additions and 1 deletions

View File

@ -31,5 +31,10 @@
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [] "notes": [
{
"text": "Show Livebook password: `cat /opt/livebook.creds`",
"type": "info"
}
]
} }

View File

@ -99,6 +99,9 @@ msg_ok "Set ownership and permissions"
systemctl enable -q --now livebook systemctl enable -q --now livebook
msg_ok "Installed Livebook" msg_ok "Installed Livebook"
msg_info "Livebook password stored in /opt/livebook.creds"
msg_ok "Installation completed successfully"
motd_ssh motd_ssh
customize customize