25개 이상의 토픽을 선택하실 수 없습니다. 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 년 전
backend @ 8489ee76c5 include new application 8 년 전
core @ 1d4369e72a include new application 8 년 전
nginx @ 0f7f31d5fe standardization of sub modules 8 년 전
webextension @ fc8d3b0c95 include new application 8 년 전
.gitignore fix navigation problem 8 년 전
.gitmodules add all submodules 8 년 전
.travis.yml fix travis error 8 년 전
docker-compose.prod.yml include new application 8 년 전
docker-compose.yml include new application 8 년 전
license standardization of sub modules 8 년 전
readme.md standardization of sub modules 8 년 전

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