dni ⚡

Results 191 comments of dni ⚡

i'm experiences the same issue, getting errors like ""LNURLs need to be delivered over a publically accessible `https` domain or Tor." despite running over https behind the proxy.

wow thank you very much, im gonna try that, tonight, that sounds good. i think security wise it should be fine

``` ./venv/bin/uvicorn lnbits.__main__:app --port 5000 --proxy-headers --forwarded-allow-ips '*' ``` getting still the same issue

without the ' its an error because * will get expanded. i tried ```\*``` same result, also without proxy headers... so like maybe my apache setup is messing something up....

ok i changed to running docker now same error, i think its something different for me... ``` CMD ["uvicorn", "lnbits.__main__:app", "--port", "5000", "--host", "0.0.0.0", "--forwarded-allow-ips", "'*'"] ```

ok, tried that command, still same issue. i guess docker is takes care of the escaping for us here. i get this issue when creating a sats dice game and...

i just found something https://uriyyo-fastapi-pagination.netlify.app/ i think i try to implement that one.

i am wondering if there is some sort of middleware or automated way for using that, because now every extension dev would need to include those, that might lead to...

cool, i started a branch last week, where i make expiry also configurable, on a invoice to invoice basis. ENV variable is nice, but i think the ability to define...

it is failing because it cant get the env variable, i guess for regtest a custom one is used where your variable is missing?