forked from michael.heier/umbrel-apps
Fix LND_GRPC_PORT typo and bump affected apps (#12)
This commit is contained in:
parent
70a3b992b6
commit
7d22557720
|
@ -19,7 +19,7 @@ services:
|
|||
BITCOIN_RPC_USER: "${APP_BITCOIN_RPC_USER}"
|
||||
BITCOIN_RPC_PASS: "${APP_BITCOIN_RPC_PASS}"
|
||||
LND_IP: "${APP_LIGHTNING_NODE_IP}"
|
||||
LND_GPRC_PORT: ${APP_LIGHTNING_NODE_GRPC_PORT}
|
||||
LND_GRPC_PORT: ${APP_LIGHTNING_NODE_GRPC_PORT}
|
||||
networks:
|
||||
default:
|
||||
ipv4_address: $APP_LIGHTNING_SHELL_IP
|
||||
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
|||
id: lightning-shell
|
||||
category: Lightning Node Management
|
||||
name: Lightning Shell
|
||||
version: "0.1.10"
|
||||
version: "0.1.10-build-1"
|
||||
tagline: Web shell with a selection of LN node management utilities
|
||||
description: >
|
||||
Lightning Shell is a web shell for the Umbrel personal server that
|
||||
|
|
|
@ -16,7 +16,7 @@ services:
|
|||
- ${APP_LIGHTNING_NODE_DATA_DIR}:/lnd:ro
|
||||
environment:
|
||||
LND_IP: $APP_LIGHTNING_NODE_IP
|
||||
LND_GPRC_PORT: $APP_LIGHTNING_NODE_GRPC_PORT
|
||||
LND_GRPC_PORT: $APP_LIGHTNING_NODE_GRPC_PORT
|
||||
BITCOIN_NETWORK: $APP_BITCOIN_NETWORK
|
||||
APP_HIDDEN_SERVICE: $APP_HIDDEN_SERVICE
|
||||
APP_DOMAIN: $APP_DOMAIN
|
||||
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
|||
id: lnmarkets
|
||||
category: Finance
|
||||
name: LN Markets
|
||||
version: "1.2.3"
|
||||
version: "1.2.3-build-1"
|
||||
tagline: Trade Bitcoin derivatives on Lightning
|
||||
description: >-
|
||||
LN Markets is the first Lightning-native Bitcoin derivatives
|
||||
|
|
|
@ -20,7 +20,7 @@ services:
|
|||
BITCOIN_RPC_USER: $APP_BITCOIN_RPC_USER
|
||||
BITCOIN_RPC_PASS: $APP_BITCOIN_RPC_PASS
|
||||
LND_IP: $APP_LIGHTNING_NODE_IP
|
||||
LND_GPRC_PORT: $APP_LIGHTNING_NODE_GRPC_PORT
|
||||
LND_GRPC_PORT: $APP_LIGHTNING_NODE_GRPC_PORT
|
||||
ELECTRUM_IP: $APP_ELECTRS_NODE_IP
|
||||
ELECTRUM_PORT: $APP_ELECTRS_NODE_PORT
|
||||
networks:
|
||||
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
|||
id: node-red
|
||||
category: Automation
|
||||
name: Node-RED
|
||||
version: "2.0.6-12"
|
||||
version: "2.0.6-12-build-1"
|
||||
tagline: Wire together the Internet of Things
|
||||
description: >-
|
||||
Node-RED is a visual programming tool for wiring together hardware
|
||||
|
|
|
@ -18,7 +18,7 @@ services:
|
|||
# Lightning node connection details
|
||||
LND_DATA_DIR: $APP_LIGHTNING_NODE_DATA_DIR
|
||||
LND_HOST: $APP_LIGHTNING_NODE_IP
|
||||
LND_GPRC_PORT: $APP_LIGHTNING_NODE_GRPC_PORT
|
||||
LND_GRPC_PORT: $APP_LIGHTNING_NODE_GRPC_PORT
|
||||
MACAROON_FILE: /lnd/data/chain/bitcoin/${APP_BITCOIN_NETWORK}/invoice.macaroon
|
||||
TLS_FILE: /lnd/tls.cert
|
||||
APP_PASSWORD: $APP_PASSWORD
|
||||
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
|||
id: satsale
|
||||
category: Finance
|
||||
name: SatSale
|
||||
version: "0.1.13"
|
||||
version: "0.1.13-build-1"
|
||||
tagline: Lightweight Bitcoin payment processor
|
||||
description: >-
|
||||
SatSale is a simple, easily deployable, lightweight Bitcoin payment
|
||||
|
|
|
@ -17,7 +17,7 @@ services:
|
|||
USOCIAL_JOB: "WEB"
|
||||
APP_PASSWORD: "${APP_PASSWORD}"
|
||||
LND_IP: "${APP_LIGHTNING_NODE_IP}"
|
||||
LND_GPRC_PORT: ${APP_LIGHTNING_NODE_GRPC_PORT}
|
||||
LND_GRPC_PORT: ${APP_LIGHTNING_NODE_GRPC_PORT}
|
||||
LND_DIR: "/lnd"
|
||||
networks:
|
||||
default:
|
||||
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
|||
id: usocial
|
||||
category: Social
|
||||
name: usocial
|
||||
version: "0.1.7"
|
||||
version: "0.1.7-build-1"
|
||||
tagline: Read. Listen. Pay back.
|
||||
description: >-
|
||||
The podcast client and feed reader for your personal server. With
|
||||
|
|
Loading…
Reference in New Issue
Block a user