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,
"password": null
},
"notes": []
"notes": [
{
"text": "Show Livebook password: `cat /opt/livebook.creds`",
"type": "info"
}
]
}