added umbrel-files
This commit is contained in:
parent
98dd2705b4
commit
2abd354134
2 changed files with 60 additions and 0 deletions
22
lightning-pub/docker-compose.yml
Normal file
22
lightning-pub/docker-compose.yml
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
version: "3.7"
|
||||||
|
services:
|
||||||
|
app_proxy:
|
||||||
|
environment:
|
||||||
|
APP_HOST: lightning-pub_server_1
|
||||||
|
APP_PORT: 8090
|
||||||
|
|
||||||
|
server:
|
||||||
|
image: bixie/lightning-pub:latest@sha256:9eac671645d31d1caa4c99b354d174b49d0c258486503994515aee35f481f847
|
||||||
|
volumes:
|
||||||
|
- "${APP_DATA_DIR}/data:/data"
|
||||||
|
- "${APP_LIGHTNING_NODE_DATA_DIR}:/lnd:ro"
|
||||||
|
environment:
|
||||||
|
LN_BACKEND_TYPE: "LND"
|
||||||
|
LND_ADDRESS: $APP_LIGHTNING_NODE_IP:$APP_LIGHTNING_NODE_GRPC_PORT
|
||||||
|
LND_CERT_PATH: "/lnd/tls.cert"
|
||||||
|
LND_MACAROON_PATH: "/lnd/data/chain/bitcoin/${APP_BITCOIN_NETWORK}/admin.macaroon"
|
||||||
|
DATABASE_FILE: "/data/db.sqlite"
|
||||||
|
METRICS_DATABASE_FILE: "/data/metrics.sqlite"
|
||||||
|
PORT: 8090
|
||||||
|
restart: on-failure
|
||||||
|
stop_grace_period: 1m
|
||||||
38
lightning-pub/umbrel-app.yml
Normal file
38
lightning-pub/umbrel-app.yml
Normal file
|
|
@ -0,0 +1,38 @@
|
||||||
|
manifestVersion: 1
|
||||||
|
id: lightning-pub
|
||||||
|
category: finance
|
||||||
|
name: Lightning Pub
|
||||||
|
version: "3.3.0"
|
||||||
|
tagline: Simple, database-free blockchain explorer
|
||||||
|
description: >-
|
||||||
|
BTC RPC Explorer is a full-featured, self-hosted explorer for the
|
||||||
|
Bitcoin blockchain. With this explorer, you can explore not just the
|
||||||
|
blockchain database, but also explore the functional capabilities of your
|
||||||
|
Umbrel.
|
||||||
|
|
||||||
|
It comes with a network summary dashboard, detailed view of blocks, transactions, addresses, along with analysis tools for viewing stats on miner activity, mempool summary, with fee, size, and age breakdowns. You can also search by transaction ID, block hash/height, and addresses.
|
||||||
|
|
||||||
|
It's time to appreciate the "fullness" of your node.
|
||||||
|
releaseNotes: >-
|
||||||
|
Dark mode is finally here! Easily switch between your preferred mode
|
||||||
|
in one click.
|
||||||
|
|
||||||
|
This version also includes lots of minor styling improvements, better
|
||||||
|
error handling, and several bugfixes.
|
||||||
|
developer: Dan Janosik
|
||||||
|
website: https://explorer.btc21.org
|
||||||
|
dependencies:
|
||||||
|
- bitcoin
|
||||||
|
- lightning
|
||||||
|
repo: https://github.com/janoside/btc-rpc-explorer
|
||||||
|
support: https://github.com/janoside/btc-rpc-explorer/discussions
|
||||||
|
port: 8090
|
||||||
|
gallery:
|
||||||
|
- 1.jpg
|
||||||
|
- 2.jpg
|
||||||
|
- 3.jpg
|
||||||
|
path: ""
|
||||||
|
defaultUsername: ""
|
||||||
|
defaultPassword: ""
|
||||||
|
submitter: Umbrel
|
||||||
|
submission: https://github.com/getumbrel/umbrel/pull/334
|
||||||
Loading…
Add table
Add a link
Reference in a new issue