lndash icon indicating copy to clipboard operation
lndash copied to clipboard

A simple web dashboard for lnd.

Results 15 lndash issues
Sort by recently updated
recently updated
newest added

Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.6.1 to 3.15.0. Release notes Sourced from protobuf's releases. Protocol Buffers v3.15.0 Protocol Compiler Optional fields for proto3 are enabled by default, and no longer require the...

dependencies

Hey, Nice project! The map view doesn't seem to work. There's few errors in the console: `Uncaught ReferenceError: jQuery is not defined semantic.min.js:11` And tree.js complaining about a shader error:...

this pull request contain the following fixes: - Docker build fix. (python 3.7 is needed to build correct) - fixed link to view the highest bitcoin block at the blockchain....

Bumps [jinja2](https://github.com/pallets/jinja) from 2.10 to 2.11.3. Release notes Sourced from jinja2's releases. 2.11.3 This contains a fix for a speed issue with the urlize filter. urlize is likely to be...

dependencies

I tried to setup lndash behind Nginx reverse-proxy. However I could not identify reasonable way to run it from subpath, i.e. having lndash app running at server.mydomain.net/lndash. [Gunicorn docs](http://docs.gunicorn.org/en/stable/deploy.html) provide...

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.14.1 to 0.15.3. Release notes *Sourced from [werkzeug's releases](https://github.com/pallets/werkzeug/releases).* > ## 0.15.3 > * Blog: https://palletsprojects.com/blog/werkzeug-0-15-3-released/ > * Changes: https://werkzeug.palletsprojects.com/en/0.15.x/changes/#version-0-15-3 > > > ## 0.15.2 > *...

dependencies

Since `Dockerfile` is already provided, why not _also_ push it to Docker Hub to make using it easier? Note that both Docker Hub and Travis are able to build and...

Github: https://github.com/willcl-ark/lnd_grpc / PyPI: https://pypi.org/project/lnd-grpc/ We might consider using `lnd_grpc` as a dependency. Not sure if it brings particular advantages now, but maybe later ir might make sense to use...

this PR adds two new features to the channel overview * inactive channels with connected peers are now shown * the capacity and the number of all channels of every...

Our node has 500+ channels and it takes quite some time to load the "Channels" page. It makes sense to implement some paging.