Guillaume Vincent 06c9b8b5c6 | 6 yıl önce | |
---|---|---|
.github | 7 yıl önce | |
backend @ 670e4b39c0 | 7 yıl önce | |
cli @ d41a7867ff | 6 yıl önce | |
cordova @ be8f566402 | 7 yıl önce | |
core @ b6ed2c7b03 | 6 yıl önce | |
cozy @ 0b416c5cf1 | 6 yıl önce | |
desktop @ fc31a962a0 | 6 yıl önce | |
frontend @ a16d94e831 | 6 yıl önce | |
logo | 6 yıl önce | |
move @ e45d1e75cb | 7 yıl önce | |
nginx @ 9280ca7c30 | 7 yıl önce | |
openssl @ f0925ab4e9 | 6 yıl önce | |
pure @ fe6eeb1555 | 6 yıl önce | |
render-password @ 343da9dda2 | 6 yıl önce | |
scripts | 6 yıl önce | |
snap @ e52b4e3238 | 7 yıl önce | |
webextension @ 186b1a6c59 | 6 yıl önce | |
.gitmodules | 6 yıl önce | |
CONTRIBUTING.md | 7 yıl önce | |
LICENSE | 8 yıl önce | |
README.md | 7 yıl önce | |
docker-compose.prod.yml | 7 yıl önce | |
docker-compose.yml | 8 yıl önce | |
lesspass.sh | 7 yıl önce |
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
module | tests |
---|---|
backend | |
core | |
pure | |
cli | |
webextension |
This project is licensed under the terms of the GNU GPLv3.
This project exists thanks to all the people who contribute. [Contribute].
Please do not contact contributors directly to report problems in LessPass.
Thank you to all our backers! 🙏 [Become a backer]
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]