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.
 
 
 
 
 
 
Guillaume Vincent 3f3cbacd98 include new application 8 years ago
backend @ 8489ee76c5 include new application 8 years ago
core @ 1d4369e72a include new application 8 years ago
nginx @ 0f7f31d5fe standardization of sub modules 8 years ago
webextension @ fc8d3b0c95 include new application 8 years ago
.gitignore fix navigation problem 8 years ago
.gitmodules add all submodules 8 years ago
.travis.yml fix travis error 8 years ago
docker-compose.prod.yml include new application 8 years ago
docker-compose.yml include new application 8 years ago
license standardization of sub modules 8 years ago
readme.md standardization of sub modules 8 years ago

readme.md

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
  • 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/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
web extension Build Status