Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 302 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 302 Bytes

bunny_vscode

Please note that you need to add 2 environment variables: HASHED_PASSWORD and SUDO_PASSWORD_HASH

To generate them use:

SUDO_PASSWORD_HASH: mkpasswd --method=SHA-512 --stdin

HASHED_PASSWORD: echo -n "secret_password" | npx argon2-cli -e

These will control access to the application.