Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 
Guillaume Vincent a135d0cb4f update frontend 8 år sedan
backend @ d6ada08f13 update readme 8 år sedan
core @ 8a3d8ba558 update readme 8 år sedan
frontend @ 18b92027f3 update frontend 8 år sedan
nginx @ ab5780e6b2 update readme 8 år sedan
webextension @ fc8d3b0c95 include new application 8 år sedan
.gitmodules move frontend to submodule 8 år sedan
docker-compose.prod.yml include new application 8 år sedan
docker-compose.yml include new application 8 år sedan
license standardization of sub modules 8 år sedan
readme.md update frontend 8 år sedan

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