Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 

1.9 KiB

LessPass

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

How it works ?

LessPass submodules

  • backend : backend used to store information about passwords
  • core : npm module with a clean api used to create passwords
  • pure : pure component in vuejs used by cozy, frontend and webextension
  • cozy : MyCozyCloud application
  • frontend : frontend for LessPass with vuejs
  • nginx : configuration for nginx
  • web extension : chrome and firefox web extension for lesspass password manager

Self Host your LessPass Database

requirements

  • docker
  • docker-compose

install

simply run

bash <(curl -s https://raw.githubusercontent.com/lesspass/lesspass/master/lesspass.sh)

Status

module tests
backend Build Status
core Build Status
pure Build Status
web extension Build Status