Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

vor 8 Jahren
vor 8 Jahren
vor 8 Jahren
123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # LessPass
  2. LessPass open source password manager (https://lesspass.com)
  3. ## How it works ?
  4. * [FR] [LessPass comment ça marche ?](https://medium.com/@guillaume20100/lesspass-comment-%C3%A7a-marche-9f1201fffda5#.h4k8fpgi4)
  5. ## LessPass submodules
  6. - [backend](https://github.com/lesspass/backend) : backend used to store information about passwords
  7. - [core](https://github.com/lesspass/core) : npm module with a clean api used to create passwords
  8. - [cozy](https://github.com/lesspass/cozy) : MyCozyCloud application
  9. - [desktop](https://github.com/lesspass/desktop) : desktop app built with electron
  10. - [frontend](https://github.com/lesspass/frontend) : frontend for LessPass with vuejs
  11. - [nginx](https://github.com/lesspass/nginx) : configuration for nginx
  12. - [web extension](https://github.com/lesspass/webextension) : chrome and firefox web extension for lesspass password manager
  13. ## Self Host your LessPass Database
  14. ### requirements
  15. * docker
  16. * docker-compose
  17. ### install
  18. simply run
  19. bash <(curl -s https://raw.githubusercontent.com/lesspass/lesspass/master/lesspass.sh)
  20. ## Status
  21. | module | tests |
  22. | --- | --- |
  23. | [backend](https://github.com/lesspass/backend) | [![Build Status](https://travis-ci.org/lesspass/backend.svg?branch=master)](https://travis-ci.org/lesspass/backend) |
  24. | [core](https://github.com/lesspass/core) | [![Build Status](https://travis-ci.org/lesspass/core.svg?branch=master)](https://travis-ci.org/lesspass/core) |
  25. | [frontend](https://github.com/lesspass/frontend) | [![Build Status](https://travis-ci.org/lesspass/frontend.svg?branch=master)](https://travis-ci.org/lesspass/frontend) |
  26. | [web extension](https://github.com/lesspass/webextension) | [![Build Status](https://travis-ci.org/lesspass/webextension.svg?branch=master)](https://travis-ci.org/lesspass/webextension) |