Hi, hey, how are ya?
I’ve seen a few people request how to update their Livebook passwords for various reasons (did your laptop take a bath, perhaps?), this is actually quite simple!
Your livebook password is just an environment variable within your app, so that can be reset with the following command:
fly secrets -a appname set LIVEBOOK_PASSWORD=mynewpassword
And you should be all set! Hope this helps!