Guillaume Vincent 11ba285593 | пре 7 година | |
---|---|---|
backend @ f49e6e4d2d | пре 7 година | |
cli @ c542cf45b7 | пре 7 година | |
cordova @ a2b8e74e85 | пре 7 година | |
core @ 0dbf99cb9e | пре 7 година | |
cozy @ 76a8835433 | пре 7 година | |
desktop @ d947687572 | пре 7 година | |
frontend @ cfeeadba4f | пре 7 година | |
move @ a7ff22890d | пре 7 година | |
nginx @ 02537a2f6e | пре 7 година | |
openssl @ dff766bc06 | пре 7 година | |
pure @ e29e004722 | пре 7 година | |
scripts | пре 7 година | |
snap @ 32000d73b4 | пре 8 година | |
webextension @ 1185663e5d | пре 7 година | |
.gitmodules | пре 7 година | |
LICENSE | пре 8 година | |
docker-compose.prod.yml | пре 7 година | |
docker-compose.yml | пре 8 година | |
lesspass.sh | пре 7 година | |
readme.md | пре 7 година |
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 (for reset 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.
Please do not contact contributors directly to report problems in LessPass.