soonoo

Results 19 comments of soonoo

`rpclisten=0.0.0.0:10009` also should be added to `lnd.conf`. ref: https://github.com/lightninglabs/lightning-terminal/blob/master/doc/config-lnd-remote.md

Same issue here with method chaining. @sls-next/serverless-component version: 3.7.0 Next.js version: 12.1.6 Lambda runtime 14.x or 16.x

Similar issue here. There is no response for a while, and an error log is recorded in the console. - web-ifc-three 0.0.118 - three 0.143.0 - react-three/fiber 8.2.1 - chrome/safari/firefox...

Hi @otoolep, I made a simple web UI for rqlite. Following features are supported. - SQL query execution - Simple view for diagnotics information You can check it in [this...

@otoolep It seems like a dns problem. Anyway, you can check it out in https://rqman.soonoo.me rqman is a simple web app built with [Next.js](https://github.com/vercel/next.js) and running in AWS lightsail instance....

Yes, I'm running rqlite. With running rqlite cluster, you can spin up by using [docker image](https://hub.docker.com/r/soonoo/rqman). ``` docker run -p 80:3000 \ -e RQLITE_HOST=http://{RQLITE_ENDPOINT} \ soonoo/rqman:0.0.3 ``` A more detailed...

> Any future plans for this system? Do you plan to continue to develop it? If there are additional requirements on UI or changes to the rqlite api, I will...

I totally agree with you. Since [rqman](https://github.com/soonoo/rqman) has its own build process, all the sources files and build process should be included in the rqlite's repository to fully integrate. Is...

I'm working on it. You can check progress from the below link if interested. https://github.com/rqlite/rqlite/compare/master...soonoo:rqlite:master (Only the `http/service.go` file is related to rqlite itself.) When building the rqlite binary, I...

> Does it mean doing yarn install && yarn build? I'm not a front-end expert, but I imagine that what ever is the output of your build process would need...