Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 
Guillaume Vincent a135d0cb4f update frontend 8 лет назад
backend @ d6ada08f13 update readme 8 лет назад
core @ 8a3d8ba558 update readme 8 лет назад
frontend @ 18b92027f3 update frontend 8 лет назад
nginx @ ab5780e6b2 update readme 8 лет назад
webextension @ fc8d3b0c95 include new application 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 frontend 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/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