mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2025-01-05 04:27:49 +01:00
0c4977a431
flask backend: Add a stub for bitcoin certificates |
||
---|---|---|
.. | ||
clipperz | ||
db_repository | ||
.gitignore | ||
clipperz.py | ||
config.py | ||
db_create.py | ||
db_downgrade.py | ||
db_migrate.py | ||
db_upgrade.py | ||
nginx.conf.example | ||
README.md | ||
run.py | ||
run.sh | ||
setup.py | ||
uwsg-emperor.ini.example |
clipperz
A flask based backend for the Clipperz (https://clipperz.is) Password Manager. This backend is for development and personal use only. As such it does not implement any bot protection mechanisms such as tolls.
Running
Once you have built the backend using the clipperz build process you can use run.sh to create an environment for testing against. The database will be created in the target directory which means it will be over-ridden every time you build. To change this you can specify a DATABASE_URL
environment variable that points to another location.
Once it is running, you can open the clipperz by going to http://localhost:5000/<frontend version>
for instance (http://localhost:5000/delta)