Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 
Guillaume Vincent 21dbb09d61 update documentation 8 лет назад
backend @ 536a57270a update documentation 8 лет назад
core @ 97fb229594 update documentation 8 лет назад
frontend @ 7b362a0d07 update documentation 8 лет назад
nginx @ 129c83806d update documentation 8 лет назад
webextension @ f1f9add843 update documentation 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 documentation 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/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