(Optionally) Pre-generate a secret password instead of default token auth #2
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, you need to look in the startup logs, or run
jupyter notebook listwithin a container, to find out the token to log in.It would be better if, like other recipes, we defined a Docker Secret for the password and had
abragenerate it. There's probably a way of setting an initial password using ajupytercommand.Maybe we want this behaviour in a separate
compose.ymlin case anyone wants to keep the token auth for any reason.