Guillaume Vincent 3e86832c3f | há 6 anos | |
---|---|---|
.github | há 7 anos | |
backend | há 6 anos | |
cli | há 6 anos | |
cordova | há 6 anos | |
core | há 6 anos | |
cozy | há 6 anos | |
desktop | há 6 anos | |
frontend | há 6 anos | |
logo | há 6 anos | |
master-password | há 6 anos | |
move | há 6 anos | |
nginx | há 6 anos | |
openssl | há 6 anos | |
pure | há 6 anos | |
render-password | há 6 anos | |
scripts | há 6 anos | |
snap | há 6 anos | |
webextension | há 6 anos | |
CONTRIBUTING.md | há 7 anos | |
LICENSE | há 8 anos | |
README.md | há 6 anos | |
docker-compose.prod.yml | há 7 anos | |
docker-compose.yml | há 8 anos | |
lesspass.sh | há 7 anos | |
todo.md | há 6 anos |
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].