lnbits-legend/lnbits
matthewcroughan 49bd5ad26b lnbits/server.py: init
This adds a wrapper around uvicorn using Python. This is so the
entrypoint lnbits.server can be called on the command line, and passed
arguments like port and host. This makes lnbits feel more like a real
CLI application, and lends well to running as a service in systemd
2022-07-08 11:06:23 +01:00
..
core Testing: postgres db backend (#711) 2022-07-07 18:29:26 +02:00
extensions Logging with loguru (#708) 2022-07-07 14:30:16 +02:00
static run prettier 2022-07-05 16:16:46 -06:00
templates run prettier 2022-07-05 16:16:46 -06:00
utils Logging with loguru (#708) 2022-07-07 14:30:16 +02:00
wallets Logging with loguru (#708) 2022-07-07 14:30:16 +02:00
__init__.py refactor: clean up __init__ file following some Flask conventions 2020-09-06 21:06:01 -03:00
__main__.py None check (#720) 2022-07-07 21:58:39 +02:00
app.py debug format more expressive (#715) 2022-07-07 16:24:36 +02:00
bolt11.py black formating 2022-06-01 14:53:05 +02:00
commands.py Logging with loguru (#708) 2022-07-07 14:30:16 +02:00
db.py Logging with loguru (#708) 2022-07-07 14:30:16 +02:00
decorators.py black formating 2022-06-01 14:53:05 +02:00
helpers.py reactivate actions (#682) 2022-06-27 01:11:35 +02:00
jinja2_templating.py remove type comment 2021-11-27 13:01:12 +01:00
lnurl.py fix insertion bugs/incompatibilities with lastrowid stuff. 2021-08-11 22:19:27 -03:00
proxy_fix.py migrate to trio so c-lightning sockets stop hanging. 2020-10-04 12:06:20 -03:00
requestvars.py I want them to turn black 2021-10-17 18:33:29 +01:00
server.py lnbits/server.py: init 2022-07-08 11:06:23 +01:00
settings.py Logging with loguru (#708) 2022-07-07 14:30:16 +02:00
tasks.py Logging with loguru (#708) 2022-07-07 14:30:16 +02:00