You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

1.4 KiB

Build Status

lesspass

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

lesspass submodules

  • core : npm module with a clean api used to create passwords
  • backend : backend api used to store information about passwords
  • nginx : configuration for nginx

requirements

  • git
  • docker 1.10
  • docker-compose 1.6

try lesspass on local

clone application:

git clone https://github.com/guillaumevincent/lesspass.git
cd lesspass
git submodule update --init
docker-compose up -d

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

tests

run frontend tests

cd frontend
npm install
npm test

status

module tests
frontend Build Status
core Build Status
backend Build Status