lnbits/lnbits
dni ⚡ 6773a0f533
[REFACTOR] .super_user move it into data dir (#1900)
related to https://github.com/lnbits/lnbits/pull/1855
put the `.super_user` into our data_dir to not pollute our root dir
removed the weird mention to the url in the logs and mention
the `lnbits-cli superuser` instead

this is a breaking change for the bundlers, `cat .super_user` is not good anymore.
fix would be `cat data/.super_user` but for future compatibility i recommend
using `poetry run lnbits-cli superuser`
2023-09-11 12:19:19 +01:00
..
core [REFACTOR] .super_user move it into data dir (#1900) 2023-09-11 12:19:19 +01:00
static Remove LNTXbot files (#1921) 2023-09-11 12:35:56 +02:00
templates Adds security tools, such as a rate limiter, IP block/allow, server logs (#1606) 2023-06-20 11:26:33 +02:00
utils [CHORE] cleanup cache and exception on make test (#1899) 2023-08-28 10:56:59 +01:00
wallets fakewallet: set tag of description_hash invoice correctly (#1901) 2023-08-28 11:02:58 +01:00
__init__.py refactor: clean up __init__ file following some Flask conventions 2020-09-06 21:06:01 -03:00
__main__.py overall fixes 2022-10-25 09:23:30 +02:00
app.py [CHORE] cleanup cache and exception on make test (#1899) 2023-08-28 10:56:59 +01:00
bolt11.py [DEV] add ruff for linting and combine linters into one workflow (#1875) 2023-08-19 07:38:04 +02:00
commands.py [REFACTOR] .super_user move it into data dir (#1900) 2023-09-11 12:19:19 +01:00
db.py [CHORE] string formatting default length 88 (#1887) 2023-08-24 10:26:09 +01:00
decorators.py [CHORE] string formatting default length 88 (#1887) 2023-08-24 10:26:09 +01:00
extension_manager.py [CHORE] string formatting default length 88 (#1887) 2023-08-24 10:26:09 +01:00
helpers.py [CHORE] string formatting default length 88 (#1887) 2023-08-24 10:26:09 +01:00
jinja2_templating.py fix pyright lnbits 2023-04-04 07:34:17 +02:00
lnurl.py fix pylint W0612 (unused-variable) 2023-01-30 11:46:43 +00:00
middleware.py [CHORE] string formatting default length 88 (#1887) 2023-08-24 10:26:09 +01:00
requestvars.py I want them to turn black 2021-10-17 18:33:29 +01:00
server.py [REFACTOR] replace async_wrap with run_sync (#1858) 2023-08-28 10:59:56 +01:00
settings.py track fiat value of payments (#1789) 2023-08-28 11:00:59 +01:00
tasks.py [CHORE] string formatting default length 88 (#1887) 2023-08-24 10:26:09 +01:00