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.

readme.md 3.4 KiB

8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. # LessPass
  2. LessPass open source password manager (https://lesspass.com)
  3. ## How it works ?
  4. * [FR] [LessPass comment ça marche?](https://blog.lesspass.com/lesspass-comment-%C3%A7a-marche-9f1201fffda5#.yjmd1bcad)
  5. * [EN] [LessPass How Does It Work?](https://blog.lesspass.com/lesspass-how-it-works-dde742dd18a4#.vbgschksh)
  6. ## LessPass submodules
  7. - [backend](https://github.com/lesspass/backend) : backend used to store information about passwords
  8. - [cli](https://github.com/lesspass/cli) : build LessPass passwords directly in command line with nodejs
  9. - [cordova](https://github.com/lesspass/cordova) : Android and iOS application
  10. - [core](https://github.com/lesspass/core) : npm module with a clean api used to create passwords
  11. - [cozy](https://github.com/lesspass/cozy) : MyCozyCloud application
  12. - [desktop](https://github.com/lesspass/desktop) : LessPass desktop application build with electron
  13. - [frontend](https://github.com/lesspass/frontend) : frontend for LessPass with vuejs
  14. - [nginx](https://github.com/lesspass/nginx) : configuration for nginx
  15. - [pure](https://github.com/lesspass/pure) : pure component in vuejs used by cozy, frontend and webextension
  16. - [snap](https://github.com/lesspass/snap) : snap for lesspass-cli
  17. - [web extension](https://github.com/lesspass/webextension) : chrome and firefox web extension for lesspass password manager
  18. ## Self Host your LessPass Database
  19. ### requirements
  20. * `docker`
  21. * `docker-compose`
  22. ### install
  23. simply run
  24. bash <(curl -s https://raw.githubusercontent.com/lesspass/lesspass/master/lesspass.sh)
  25. ## Status
  26. | module | tests |
  27. | --- | --- |
  28. | [backend](https://github.com/lesspass/backend) | [![Build Status](https://travis-ci.org/lesspass/backend.svg?branch=master)](https://travis-ci.org/lesspass/backend) |
  29. | [core](https://github.com/lesspass/core) | [![Build Status](https://travis-ci.org/lesspass/core.svg?branch=master)](https://travis-ci.org/lesspass/core) |
  30. | [pure](https://github.com/lesspass/pure) | [![Build Status](https://travis-ci.org/lesspass/pure.svg?branch=master)](https://travis-ci.org/lesspass/pure) |
  31. | [cli](https://github.com/lesspass/cli) | [![Build Status](https://travis-ci.org/lesspass/cli.svg?branch=master)](https://travis-ci.org/lesspass/cli) |
  32. | [web extension](https://github.com/lesspass/webextension) | [![Build Status](https://travis-ci.org/lesspass/webextension.svg?branch=master)](https://travis-ci.org/lesspass/webextension) |
  33. ## License
  34. This project is licensed under the terms of the GNU GPLv3.
  35. ## Contributors :heart:
  36. Please do not contact contributors directly to report problems in LessPass.
  37. * [Adam Harris](https://github.com/aharris88)
  38. * [Antoine Briand](https://github.com/antoine-briand)
  39. * [Arnaud Meuret](https://github.com/ameuret)
  40. * [Bran Sorem](https://github.com/bransorem)
  41. * [Derek Shockey](https://github.com/derelk)
  42. * [Édouard Lopez](https://github.com/edouard-lopez)
  43. * [Erik Mulder](https://github.com/ewjmulder)
  44. * [Ilya Pirozhenko](https://github.com/sochix)
  45. * [Marc Sluiter](https://github.com/slintes)
  46. * [Martin](https://github.com/martinseener)
  47. * [Matthias Gliwka](https://github.com/gliwka)
  48. * [Maxime Le Conte des Floris](https://github.com/mlcdf)
  49. * [Panther2](https://github.com/panther2)
  50. * [Pascal Grange](https://github.com/pgrange)
  51. * [Peter Medus](https://github.com/Facel3ss1)
  52. * [Philip Ulrich](https://github.com/philip-ulrich)
  53. * [Pierre Rudloff](https://github.com/Rudloff)