Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 
Guillaume Vincent 670e4b39c0 Update README.md 7 lat temu
api Change default password profile in model to version 2 7 lat temu
lesspass Add basic authentication for LessPass Move 7 lat temu
.editorconfig add .editorconfig and auto format 7 lat temu
.gitignore remove static files from git 8 lat temu
.travis.yml update travis configuration 7 lat temu
Dockerfile remove useless entries and password info models 8 lat temu
LICENSE change license from MIT to GNU GPLv3 8 lat temu
README.md Update README.md 7 lat temu
entrypoint.sh try to use alpine to reduce image size 8 lat temu
manage.py first commit' 8 lat temu
requirements.txt update python requirements 7 lat temu
supervisord.conf fix supervisor warning message 8 lat temu

README.md

LessPass backend

REST API used by lesspass-pure to store password profiles

  • python 3
  • django rest framework
  • django rest framework jwt
  • djoser
  • postgresql
  • gunicorn

Tests

pip install -r requirements.txt
python manage.py test

License

This project is licensed under the terms of the GNU GPLv3.

Issues

report issues on LessPass project