Another secret keys storage tool.
Please use this project locally for more security.
Contents:
git clone https://github.com/TheDim0n/PassLocker.git passlocker
cd passlocker
git submodule update --init
Create .env
file in project directory:
SECRET_KEY= # secret key for generating JWT
DEFAULT_USER_LOGIN= # your username, must be at least 4 characters
DEFAULT_USER_PASSWORD= # your password, must be at least 8 characters
ACCESS_TOKEN_EXPIRES_MINUTES= # JWT lifetime in minutes
PROXY_PORT= # published port (of your machine)
docker-compose up -d
or
docker-compose up --build -d
Navigate to http://localhost:<PROXY_PORT>
Docs available at
http://localhost:<PROXY_PORT>/api/docs
orhttp://localhost:<PROXY_PORT>/api/redoc