Michael Bumann

Results 64 issues of Michael Bumann

this helps debugging potential issues

So far we have returned the total amount (which includes the fee) and the fee. This information was taken from the payment route response now we directly return it from...

seems we have some still in a feature branch

For boolean fields like `internal` or `keysend` we currently do not have a default value. This means that we set it to `true` but otherwise it's NULL. for consistence we...

Currently only the lightning fees are charged. As an operator I want to be able to charge a fee per transaction. This could be a fixed fee or a percentage....

For monitoring we should add a healthcheck endpoint that checks if the last invoice and transaction entry is younger than a certain date. + last overall invoice date > x...

Those nodes OS have appstore. It would be nice to be able to install lndhub there from within the app store. Citadel and Umbrel use Docker, so that should be...

currently we log the user here: https://github.com/getAlby/lndhub.go/blob/main/init_echo.go#L52 we should add: + X-User-Agent header + user IP

For restfulness the user update call should not be a put request to the collection but to the member. - we want to update a specific user. `e.PUT("/v2/admin/users", ...)` =>...