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 |
fiatjaf
|
4730500ed7
|
apply prettier to everything.
|
5 years ago |
Eneko Illarramendi
|
d917feeb02
|
feat: prepare for deploying to Dokku
|
5 years ago |
Eneko Illarramendi
|
f98a5040ac
|
refactor: decorators, models and more broken bits
|
5 years ago |
Eneko Illarramendi
|
0d33bc2933
|
refactor: remove databases from code an use schemas instead
All databases are now saved together in the same LNBITS_DATA_FOLDER.
Extensions have to define a schema.yml file for creating the necessary database.
|
5 years ago |
fiatjaf
|
463ee21c9f
|
take JS out of HTML, fix transactions chart, add apipayments.time.
|
5 years ago |
Eneko Illarramendi
|
5849ffc678
|
refactor: abstract wallets
|
5 years ago |
fiatjaf
|
23ffa40f30
|
balances view and other minor edits.
|
5 years ago |
fiatjaf
|
7097d01f9e
|
move schema to sqlfile, create on init.
|
5 years ago |
fiatjaf
|
978854fc72
|
move variables to environment.
|
5 years ago |
Eneko Illarramendi
|
3d3632a06f
|
refactor: add some dev files and `black` original code
Original server code has been moved to __init__ file, so we can
work on `lnbits` as a package.
|
5 years ago |