Nolan Rigo 2577c5cfa9 | hace 6 años | |
---|---|---|
.github | hace 7 años | |
backend | hace 6 años | |
cli | hace 6 años | |
cordova | hace 6 años | |
core | hace 6 años | |
cozy | hace 6 años | |
desktop | hace 6 años | |
frontend | hace 6 años | |
logo | hace 6 años | |
move | hace 6 años | |
nginx | hace 6 años | |
openssl | hace 6 años | |
pure | hace 6 años | |
render-password | hace 6 años | |
scripts | hace 6 años | |
snap | hace 6 años | |
webextension | hace 6 años | |
.gitmodules | hace 6 años | |
CONTRIBUTING.md | hace 7 años | |
LICENSE | hace 8 años | |
README.md | hace 6 años | |
docker-compose.prod.yml | hace 7 años | |
docker-compose.yml | hace 8 años | |
lesspass.sh | hace 7 años |
LessPass open source password manager (https://lesspass.com)
docker
docker-compose
simply run
bash <(curl -s https://raw.githubusercontent.com/lesspass/lesspass/master/lesspass.sh) [DOMAIN] [EMAIL]
[DOMAIN]
and [EMAIL]
are used to generate a LetsEncrypt certificate and configure LessPass.
Go into the backend container and create a super user
docker exec -it lesspass_backend_1 sh
python manage.py createsuperuser
Now you can access and manage users and password profiles on https://[DOMAIN]/admin
You can edit .env
file to use your own email server (in order to reset the password for example)
DEFAULT_FROM_EMAIL="LessPass" <admin@example.org>
EMAIL_HOST=...
EMAIL_HOST_USER=...
EMAIL_HOST_PASSWORD=...
EMAIL_PORT=...
EMAIL_USE_TLS=1
This project is licensed under the terms of the GNU GPLv3.
This project exists thanks to all the people who contribute. [Contribute].