kiwiidb

Results 41 comments of kiwiidb

> I also think full lnurl* support should not be part of LNDhub and LNDHub should only be a small accounting layer on top of LND. Anything LNURL* related can...

@dennisreimann The bluewallet team has stated that there won't be any new features added to lndhub.io. Check out https://github.com/getAlby/lndhub.go for an alternative.

I've created a draft PR that will deal with the server-side implementation of this: BlueWallet/LndHub#324 . Would be awesome to have some feedback on the technical side, scope and the...

I've created a draft PR that will deal with the server-side implementation of this: https://github.com/BlueWallet/LndHub/pull/324 . Would be awesome to have some feedback on the technical side, scope and the...

@cdecker , do you know where I could find some documentation on how to do this?

I am trying to connect through a Load Balancer / Ingress controller `ingress-nginx`. I figured I should connect on port 443 instead of 80, and I've changed some annotations: ```...

First option sounds good to me. BTW, got it to work with `cfssl` using [this example](https://github.com/mradile/cfssl-mtls-demo/) on how to generate mtls certs.

Thank you for the quick reply. This was indeed the issue (now there is a different error that causes litd to crash). However I'd say that a request should not...

> Same! > > Waiting for fix =) > > Quick fixed by bumping compileSdkVersion up to 28 in build script > > `find ~/.pub-cache/hosted/pub.dartlang.org/appcenter* -iname 'build.gradle' | xargs sed...

Mounting a secret that contains the API definitions does not seem to be supported by the current chart. Why are the mounts being done in the `setup-directories` initContainer instead of...