Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 
Guillaume Vincent 5d9d1710eb modify documentation 8 лет назад
backend @ 046fb279d8 fix navigation problem 8 лет назад
nginx @ a296233acf remove useless env file 8 лет назад
.gitignore fix navigation problem 8 лет назад
.gitmodules fix submodule access 8 лет назад
.travis.yml fix travis error 8 лет назад
LICENSE Initial commit 9 лет назад
README.md modify documentation 8 лет назад
docker-compose.dev.yml remove useless env file 8 лет назад
docker-compose.yml remove useless env file 8 лет назад

README.md

Build Status

lesspass

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

lesspass submodules

  • core : npm module with a clean api used to create passwords
  • backend : backend api used to store information about passwords
  • nginx : configuration for nginx

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

tests

run frontend tests

cd frontend
npm install
npm test

status

module tests
frontend Build Status
core Build Status
backend Build Status