25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Guillaume Vincent 0fbb290267 add how it works section in doc 8 년 전
backend @ 412eb497b3 add lesspass npm module 3.0.0 8 년 전
core @ af643a6d91 add how it works section in doc 8 년 전
cozy @ ab60ff509c add how it works section in doc 8 년 전
deploy backup db before deploying 8 년 전
desktop @ bb20d7ec8b prepare version 1.0.0 8 년 전
frontend @ faed5917d0 prepare version 1.0.0 8 년 전
nginx @ 34c2913c10 use default docker compose pattern for dev and production 8 년 전
pure @ d8aac3ff3b prepare version 1.0.0 8 년 전
webextension @ 70aacd6a93 update web extension to 0.0.5 8 년 전
.gitmodules prepare version 1.0.0 8 년 전
docker-compose.override.yml update frontend 8 년 전
docker-compose.prod.yml version 0.0.1 8 년 전
docker-compose.yml version 0.0.1 8 년 전
license standardization of sub modules 8 년 전
readme.md add how it works section in doc 8 년 전

readme.md

LessPass

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

How it works ?

LessPass submodules

  • frontend : frontend for LessPass with vuejs
  • core : npm module with a clean api used to create passwords
  • pure : password generator component used in the web extension and the frontend app.
  • cozy : MyCozyCloud application
  • desktop : desktop app built with electron
  • 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/lesspass/lesspass.git

start docker containers

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