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 5c6770d946 beta 0.0.1 8 年之前
backend @ 536a57270a update documentation 8 年之前
core @ 97fb229594 update documentation 8 年之前
frontend @ 7f840338d7 beta 0.0.1 8 年之前
nginx @ 14cc12d27d beta 0.0.1 8 年之前
webextension @ ab12101521 beta 0.0.1 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