Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 
Guillaume Vincent c6698e3de6 Adding the lastest version of lesspass-pure há 7 anos
backend @ f49e6e4d2d Adding the lastest version of lesspass-pure há 7 anos
cli @ c542cf45b7 move scripts in scripts folder and improve lesspass.sh script há 7 anos
cordova @ a2b8e74e85 Adding the lastest version of lesspass-pure há 7 anos
core @ 0dbf99cb9e add LessPass Move submodule há 7 anos
cozy @ 76a8835433 Adding the lastest version of lesspass-pure há 7 anos
desktop @ d947687572 Adding the lastest version of lesspass-pure há 7 anos
frontend @ d4184dc572 Use LetsEncrypt certificate há 7 anos
move @ a7ff22890d Adding the lastest version of lesspass-pure há 7 anos
nginx @ 02537a2f6e Adding the lastest version of lesspass-pure há 7 anos
openssl @ dff766bc06 update Documentation há 7 anos
pure @ e29e004722 Adding the lastest version of lesspass-pure há 7 anos
scripts update Documentation há 7 anos
snap @ 32000d73b4 add cordova and snap submodules há 8 anos
webextension @ 1185663e5d Adding the lastest version of lesspass-pure há 7 anos
.gitmodules Add openssl submodule há 7 anos
LICENSE change license from MIT to GNU GPLv3 há 8 anos
docker-compose.prod.yml Use LetsEncrypt certificate há 7 anos
docker-compose.yml Use links instead of depends_on in Docker compose files (#97) há 8 anos
lesspass.sh typo in lesspass script há 7 anos
readme.md update Documentation há 7 anos

readme.md

LessPass

LessPass open source password manager (https://lesspass.com)

How it works ?

LessPass submodules

  • backend : REST API used by lesspass-pure to store password profiles
  • cli : build LessPass passwords directly in command line with nodejs
  • cordova : Android application
  • core : npm module with a clean api used to create passwords
  • cozy : MyCozyCloud application
  • desktop : LessPass desktop application build with electron
  • frontend : https://lesspass.com source code
  • move : password migration tool for LessPass
  • nginx : configuration for nginx
  • openssl : configuration for openssl
  • pure : pure component in vuejs used by cozy, frontend and webextension
  • snap : snap for lesspass-cli
  • web extension : chrome and firefox web extension for LessPass password manager

Self Host your LessPass Database (WIP)

requirements

  • docker
  • docker-compose

install

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.

create super user

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

configure email

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

Status

module tests
backend Build Status
core Build Status
pure Build Status
cli Build Status
webextension Build Status

License

This project is licensed under the terms of the GNU GPLv3.

Contributors ❤️

Please do not contact contributors directly to report problems in LessPass.