25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

1.7 KiB

LessPass

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

LessPass submodules

  • frontend : frontend for LessPass with vuejs
  • core : npm module with a clean api used to create passwords
  • pure : password generator component used in the web extension and the frontend app.
  • backend : backend api used to store information about passwords
  • nginx : configuration for nginx
  • web extension : chrome and firefox web extension for lesspass password manager

Requirements

  • git
  • docker 1.10
  • docker-compose 1.6

Try LessPass on local

clone application:

git clone https://github.com/lesspass/lesspass.git

start docker containers

cd lesspass
git submodule update --init
docker-compose up -d

open the application in a browser: https://localhost

Status

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