Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 
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