smolgrrr
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
14 additions and
5 deletions
-
ln-visualizer/docker-compose.yml
-
ln-visualizer/umbrel-app.yml
|
@ -7,7 +7,7 @@ services: |
|
|
APP_PORT: 80 |
|
|
APP_PORT: 80 |
|
|
|
|
|
|
|
|
web: |
|
|
web: |
|
|
image: maxkotlan/ln-visualizer-web:v0.0.26@sha256:704dadfc6869c660c87010f9837a269786d6576788b1c1ea983e7d77b456a45b |
|
|
image: maxkotlan/ln-visualizer-web:v0.0.28@sha256:d207e2e474453090d8c0ebec568c94536f79c9ae0d691818068861bbc2abb25d |
|
|
init: true |
|
|
init: true |
|
|
restart: on-failure |
|
|
restart: on-failure |
|
|
stop_grace_period: 1m |
|
|
stop_grace_period: 1m |
|
@ -15,7 +15,7 @@ services: |
|
|
LN_VISUALIZER_API_URL: "http://ln-visualizer_api_1:5647" |
|
|
LN_VISUALIZER_API_URL: "http://ln-visualizer_api_1:5647" |
|
|
|
|
|
|
|
|
api: |
|
|
api: |
|
|
image: maxkotlan/ln-visualizer-api:v0.0.26@sha256:818357452e3a16682b1abd3bc513b30c313703f6fd6e26d6e0c15267a248138b |
|
|
image: maxkotlan/ln-visualizer-api:v0.0.28@sha256:7724b02e0b5f91a8a88559458434731d9767d0893982b8a013d39cb24f8b9d94 |
|
|
init: true |
|
|
init: true |
|
|
restart: on-failure |
|
|
restart: on-failure |
|
|
stop_grace_period: 1m |
|
|
stop_grace_period: 1m |
|
|
|
@ -2,12 +2,21 @@ manifestVersion: 1 |
|
|
id: ln-visualizer |
|
|
id: ln-visualizer |
|
|
category: bitcoin |
|
|
category: bitcoin |
|
|
name: LnVisualizer |
|
|
name: LnVisualizer |
|
|
version: "0.0.26" |
|
|
version: "0.0.28" |
|
|
releaseNotes: >- |
|
|
releaseNotes: >- |
|
|
- new channel color mapping modes. can map channel color by fee-rate, base-fee, cltv-delta, max-htlc, min-htlc |
|
|
What's Changed |
|
|
|
|
|
|
|
|
- new color range ui menu |
|
|
- Feature/table |
|
|
|
|
|
|
|
|
|
|
|
- initial work to search for channels in rendered graph |
|
|
|
|
|
|
|
|
|
|
|
- Enable table search |
|
|
|
|
|
|
|
|
|
|
|
- Feature/sphere nodes v2 and orthographic cam |
|
|
|
|
|
|
|
|
|
|
|
- disable pod status server |
|
|
|
|
|
|
|
|
|
|
|
Full release notes here: https://github.com/MaxKotlan/LN-Visualizer/releases/tag/v0.0.28 |
|
|
tagline: View the Lightning Network from your node's perspective |
|
|
tagline: View the Lightning Network from your node's perspective |
|
|
description: |
|
|
description: |
|
|
Your Lightning node is continuously receiving, storing, and transmitting graph information. |
|
|
Your Lightning node is continuously receiving, storing, and transmitting graph information. |
|
|