|
123456789101112131415161718192021222324252627282930313233343536373839404142 |
- # LessPass
-
- LessPass open source password manager (https://lesspass.com)
-
-
- ## How it works ?
-
- * [FR] [LessPass comment ça marche ?](https://medium.com/@guillaume20100/lesspass-comment-%C3%A7a-marche-9f1201fffda5#.h4k8fpgi4)
-
- ## LessPass submodules
-
- - [backend](https://github.com/lesspass/backend) : backend used to store information about passwords
- - [core](https://github.com/lesspass/core) : npm module with a clean api used to create passwords
- - [cozy](https://github.com/lesspass/cozy) : MyCozyCloud application
- - [desktop](https://github.com/lesspass/desktop) : desktop app built with electron
- - [frontend](https://github.com/lesspass/frontend) : frontend for LessPass with vuejs
- - [nginx](https://github.com/lesspass/nginx) : configuration for nginx
- - [web extension](https://github.com/lesspass/webextension) : chrome and firefox web extension for lesspass password manager
-
-
- ## Self Host your LessPass Database
-
- ### requirements
-
- * docker
- * docker-compose
-
- ### install
-
- simply run
-
- bash <(curl -s https://raw.githubusercontent.com/lesspass/lesspass/master/lesspass.sh)
-
-
- ## Status
-
- | module | tests |
- | --- | --- |
- | [backend](https://github.com/lesspass/backend) | [![Build Status](https://travis-ci.org/lesspass/backend.svg?branch=master)](https://travis-ci.org/lesspass/backend) |
- | [core](https://github.com/lesspass/core) | [![Build Status](https://travis-ci.org/lesspass/core.svg?branch=master)](https://travis-ci.org/lesspass/core) |
- | [frontend](https://github.com/lesspass/frontend) | [![Build Status](https://travis-ci.org/lesspass/frontend.svg?branch=master)](https://travis-ci.org/lesspass/frontend) |
- | [web extension](https://github.com/lesspass/webextension) | [![Build Status](https://travis-ci.org/lesspass/webextension.svg?branch=master)](https://travis-ci.org/lesspass/webextension) |
|