kexkey

Results 69 comments of kexkey

features/authapi branch merged, containing: authentication and authorization on a HTTP API in front of the proxy. - Auth API key (client ID + key) - Group per ID (watcher, spender,...

Thanks and sorry for the delay, have been particularly busy lately. Did you get a chance to make it work?

Rebase on dev, thanks!

Hi @BytesTrust I don't know about QuickNode, but if you want to use your Bitcoin node RPC, you need to expose it outside of your Docker network (it's one of...

Oops sorry I made a mistake, the rpc port is not exposed by the setup. Only the p2p port. I will write the steps to expose it manually outside of...

Yes, that is because the RPC port is not publish outside the cyphernodenet Docker network. If you want to publish it so you can access it from your host (at...

TL;DR: we don't support having an external Bitcoin node. Oh you want to use an external Bitcoin node! We used to support that 4 years ago but removed it because...

We shouldn't `git clone` `apps/` as root. What I do as a workaround is `sudo chown -R myuser:myuser apps/` so that I can `git checkout` new versions in apps/...

Not an easy to fix problem since we need to preserve docker-compose.yaml files which may contain keys/passwords as well as certain configs files. I guess each cypherapp should have its...

Hi @pascalandy ! Thanks for the suggestion. So I checked the link you provided and been thinking about all that. First, the line you modified is simply a comment. A...