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 a135d0cb4f update frontend пре 8 година
backend @ d6ada08f13 update readme пре 8 година
core @ 8a3d8ba558 update readme пре 8 година
frontend @ 18b92027f3 update frontend пре 8 година
nginx @ ab5780e6b2 update readme пре 8 година
webextension @ fc8d3b0c95 include new application пре 8 година
.gitmodules move frontend to submodule пре 8 година
docker-compose.prod.yml include new application пре 8 година
docker-compose.yml include new application пре 8 година
license standardization of sub modules пре 8 година
readme.md update frontend пре 8 година

readme.md

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
  • 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

status

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