benarc
f2619a4bbc
piplockupdtae
4 years ago
fiatjaf
cd8a447ba0
pytest quibbles and dev dependencies.
4 years ago
fiatjaf
f01028eac7
migrate from flask to quart.
also remove all flaskiness from static file serving.
and reference all vendored scripts on the base tempĺate for simplicity.
4 years ago
Eneko Illarramendi
1bc5e144d3
refactor: clean up __init__ file following some Flask conventions
Flask extensions are loaded in a way that makes them easily reusable by blueprints.
In this commit we are also adding `environs` to manage .env and settings:
breaking changes!
- FLASK_APP=lnbits.app
- LNBITS_ALLOWED_USERS needs to be empty now to allow all users (NOT "all")
4 years ago
Eneko Illarramendi
a651f747ac
chore: remove `gunicorn` and `gevent` from minimum requirements
It is now up to the user to install these (or other) for production deployment.
More info: https://flask.palletsprojects.com/en/1.1.x/tutorial/deploy/#run-with-a-production-server
4 years ago
Eneko Illarramendi
0d0e00e699
chore: update Pipfile
4 years ago
Eneko Illarramendi
e01de0eae5
chore: update requirements (but lock `gevents`)
`gevents` has been locked to avoid myNode installation problems.
5 years ago
Eneko Illarramendi
5831fe2ab6
Revert "fix: requirements update, including `lnurl` bugfix"
This reverts commit bc984ab0db
.
5 years ago
Eneko Illarramendi
bc984ab0db
fix: requirements update, including `lnurl` bugfix
5 years ago
Eneko Illarramendi
8ea72c9934
feat: add CORS headers
5 years ago
Eneko Illarramendi
2c5e539795
refactor: make some wallet dependencies optional
5 years ago
Eneko Illarramendi
178fe65fb2
test: configure Travis for CI
5 years ago
Eneko Illarramendi
34e6d2a7bb
chore: update requirements
5 years ago
Eneko Illarramendi
d917feeb02
feat: prepare for deploying to Dokku
5 years ago