Nolan Rigo 2577c5cfa9 | 6 年之前 | |
---|---|---|
.github | 7 年之前 | |
backend | 6 年之前 | |
cli | 6 年之前 | |
cordova | 6 年之前 | |
core | 6 年之前 | |
cozy | 6 年之前 | |
desktop | 6 年之前 | |
frontend | 6 年之前 | |
logo | 6 年之前 | |
move | 6 年之前 | |
nginx | 6 年之前 | |
openssl | 6 年之前 | |
pure | 6 年之前 | |
render-password | 6 年之前 | |
scripts | 6 年之前 | |
snap | 6 年之前 | |
webextension | 6 年之前 | |
.gitmodules | 6 年之前 | |
CONTRIBUTING.md | 7 年之前 | |
LICENSE | 8 年之前 | |
README.md | 6 年之前 | |
docker-compose.prod.yml | 7 年之前 | |
docker-compose.yml | 8 年之前 | |
lesspass.sh | 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 (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].