|
|
@@ -9,37 +9,15 @@ LessPass open source password manager (https://lesspass.com) |
|
|
|
|
|
|
|
## LessPass submodules |
|
|
|
|
|
|
|
- [frontend](https://github.com/lesspass/frontend) : frontend for LessPass with vuejs |
|
|
|
- [api](https://github.com/lesspass/api) : backend api used to store information about passwords |
|
|
|
- [core](https://github.com/lesspass/core) : npm module with a clean api used to create passwords |
|
|
|
- [pure](https://github.com/lesspass/pure) : password generator component used in the web extension and the frontend app. |
|
|
|
- [cozy](https://github.com/lesspass/cozy) : MyCozyCloud application |
|
|
|
- [desktop](https://github.com/lesspass/desktop) : desktop app built with electron |
|
|
|
- [backend](https://github.com/lesspass/api) : backend api used to store information about passwords |
|
|
|
- [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 |
|
|
|
|
|
|
|
|
|
|
|
## 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](https://localhost) |
|
|
|
|
|
|
|
|
|
|
|
## Status |
|
|
|
|
|
|
|
| module | tests | |
|
|
|