Password protection for static HTML pages
432
Repository: https://github.com/royfrancis/staticrypt
Documentation: https://royfrancis.github.io/staticrypt/
# exports to a directory named 'encrypted' inside the current directory
docker run --rm -v $PWD:/home/work royfrancis/staticrypt:latest index.html -p mylongpassword
# to overwrite the original file
docker run --rm -v $PWD:/home/work royfrancis/staticrypt:latest index.html -d . -p mylongpassword
# recursively encrypt and overwrite all html files in a folder
docker run --rm -v $PWD:/home/work ghcr.io/royfrancis/staticrypt:latest path/to/folder/* -r -d . -p mylongpassword
Content type
Image
Digest
sha256:6aeef8ea7…
Size
59 MB
Last updated
8 months ago
docker pull royfrancis/staticrypt