Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

8 лет назад
8 лет назад
8 лет назад
8 лет назад
8 лет назад
8 лет назад
8 лет назад
8 лет назад
8 лет назад
8 лет назад
8 лет назад
8 лет назад
8 лет назад
8 лет назад
8 лет назад
8 лет назад
8 лет назад
8 лет назад
8 лет назад
8 лет назад
8 лет назад
8 лет назад
8 лет назад
8 лет назад
8 лет назад
8 лет назад
8 лет назад
8 лет назад
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. - [core](https://github.com/lesspass/core) : npm module with a clean api used to create passwords
  9. - [pure](https://github.com/lesspass/pure) : pure component in vuejs used by cozy, frontend and webextension
  10. - [cli](https://github.com/lesspass/cli) : build LessPass passwords directly in command line with nodejs
  11. - [cozy](https://github.com/lesspass/cozy) : MyCozyCloud application
  12. - [frontend](https://github.com/lesspass/frontend) : frontend for LessPass with vuejs
  13. - [nginx](https://github.com/lesspass/nginx) : configuration for nginx
  14. - [web extension](https://github.com/lesspass/webextension) : chrome and firefox web extension for lesspass password manager
  15. ## Self Host your LessPass Database
  16. ### requirements
  17. * `docker`
  18. * `docker-compose`
  19. ### install
  20. simply run
  21. bash <(curl -s https://raw.githubusercontent.com/lesspass/lesspass/master/lesspass.sh)
  22. ## Status
  23. | module | tests |
  24. | --- | --- |
  25. | [backend](https://github.com/lesspass/backend) | [![Build Status](https://travis-ci.org/lesspass/backend.svg?branch=master)](https://travis-ci.org/lesspass/backend) |
  26. | [core](https://github.com/lesspass/core) | [![Build Status](https://travis-ci.org/lesspass/core.svg?branch=master)](https://travis-ci.org/lesspass/core) |
  27. | [pure](https://github.com/lesspass/pure) | [![Build Status](https://travis-ci.org/lesspass/pure.svg?branch=master)](https://travis-ci.org/lesspass/pure) |
  28. | [cli](https://github.com/lesspass/cli) | [![Build Status](https://travis-ci.org/lesspass/cli.svg?branch=master)](https://travis-ci.org/lesspass/cli) |
  29. | [web extension](https://github.com/lesspass/webextension) | [![Build Status](https://travis-ci.org/lesspass/webextension.svg?branch=master)](https://travis-ci.org/lesspass/webextension) |
  30. ## License
  31. This project is licensed under the terms of the GNU GPLv3.
  32. ## Contributors :heart:
  33. Please do not contact contributors directly to report problems in LessPass.
  34. * [Adam Harris](https://github.com/aharris88)
  35. * [Antoine Briand](https://github.com/antoine-briand)
  36. * [Arnaud Meuret](https://github.com/ameuret)
  37. * [Bran Sorem](https://github.com/bransorem)
  38. * [Édouard Lopez](https://github.com/edouard-lopez)
  39. * [Martin](https://github.com/martinseener)
  40. * [Matthias Gliwka](https://github.com/gliwka)
  41. * [Pierre Rudloff](https://github.com/Rudloff)