mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-13 03:40:42 +02:00
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_USER: "${APP_BITCOIN_RPC_USER}"
|
||||||
BITCOIN_RPC_PASS: "${APP_BITCOIN_RPC_PASS}"
|
BITCOIN_RPC_PASS: "${APP_BITCOIN_RPC_PASS}"
|
||||||
LND_IP: "${APP_LIGHTNING_NODE_IP}"
|
LND_IP: "${APP_LIGHTNING_NODE_IP}"
|
||||||
LND_GPRC_PORT: ${APP_LIGHTNING_NODE_GRPC_PORT}
|
LND_GRPC_PORT: ${APP_LIGHTNING_NODE_GRPC_PORT}
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
ipv4_address: $APP_LIGHTNING_SHELL_IP
|
ipv4_address: $APP_LIGHTNING_SHELL_IP
|
||||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
|||||||
id: lightning-shell
|
id: lightning-shell
|
||||||
category: Lightning Node Management
|
category: Lightning Node Management
|
||||||
name: Lightning Shell
|
name: Lightning Shell
|
||||||
version: "0.1.10"
|
version: "0.1.10-build-1"
|
||||||
tagline: Web shell with a selection of LN node management utilities
|
tagline: Web shell with a selection of LN node management utilities
|
||||||
description: >
|
description: >
|
||||||
Lightning Shell is a web shell for the Umbrel personal server that
|
Lightning Shell is a web shell for the Umbrel personal server that
|
||||||
|
@ -16,7 +16,7 @@ services:
|
|||||||
- ${APP_LIGHTNING_NODE_DATA_DIR}:/lnd:ro
|
- ${APP_LIGHTNING_NODE_DATA_DIR}:/lnd:ro
|
||||||
environment:
|
environment:
|
||||||
LND_IP: $APP_LIGHTNING_NODE_IP
|
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
|
BITCOIN_NETWORK: $APP_BITCOIN_NETWORK
|
||||||
APP_HIDDEN_SERVICE: $APP_HIDDEN_SERVICE
|
APP_HIDDEN_SERVICE: $APP_HIDDEN_SERVICE
|
||||||
APP_DOMAIN: $APP_DOMAIN
|
APP_DOMAIN: $APP_DOMAIN
|
||||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
|||||||
id: lnmarkets
|
id: lnmarkets
|
||||||
category: Finance
|
category: Finance
|
||||||
name: LN Markets
|
name: LN Markets
|
||||||
version: "1.2.3"
|
version: "1.2.3-build-1"
|
||||||
tagline: Trade Bitcoin derivatives on Lightning
|
tagline: Trade Bitcoin derivatives on Lightning
|
||||||
description: >-
|
description: >-
|
||||||
LN Markets is the first Lightning-native Bitcoin derivatives
|
LN Markets is the first Lightning-native Bitcoin derivatives
|
||||||
|
@ -20,7 +20,7 @@ services:
|
|||||||
BITCOIN_RPC_USER: $APP_BITCOIN_RPC_USER
|
BITCOIN_RPC_USER: $APP_BITCOIN_RPC_USER
|
||||||
BITCOIN_RPC_PASS: $APP_BITCOIN_RPC_PASS
|
BITCOIN_RPC_PASS: $APP_BITCOIN_RPC_PASS
|
||||||
LND_IP: $APP_LIGHTNING_NODE_IP
|
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_IP: $APP_ELECTRS_NODE_IP
|
||||||
ELECTRUM_PORT: $APP_ELECTRS_NODE_PORT
|
ELECTRUM_PORT: $APP_ELECTRS_NODE_PORT
|
||||||
networks:
|
networks:
|
||||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
|||||||
id: node-red
|
id: node-red
|
||||||
category: Automation
|
category: Automation
|
||||||
name: Node-RED
|
name: Node-RED
|
||||||
version: "2.0.6-12"
|
version: "2.0.6-12-build-1"
|
||||||
tagline: Wire together the Internet of Things
|
tagline: Wire together the Internet of Things
|
||||||
description: >-
|
description: >-
|
||||||
Node-RED is a visual programming tool for wiring together hardware
|
Node-RED is a visual programming tool for wiring together hardware
|
||||||
|
@ -18,7 +18,7 @@ services:
|
|||||||
# Lightning node connection details
|
# Lightning node connection details
|
||||||
LND_DATA_DIR: $APP_LIGHTNING_NODE_DATA_DIR
|
LND_DATA_DIR: $APP_LIGHTNING_NODE_DATA_DIR
|
||||||
LND_HOST: $APP_LIGHTNING_NODE_IP
|
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
|
MACAROON_FILE: /lnd/data/chain/bitcoin/${APP_BITCOIN_NETWORK}/invoice.macaroon
|
||||||
TLS_FILE: /lnd/tls.cert
|
TLS_FILE: /lnd/tls.cert
|
||||||
APP_PASSWORD: $APP_PASSWORD
|
APP_PASSWORD: $APP_PASSWORD
|
||||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
|||||||
id: satsale
|
id: satsale
|
||||||
category: Finance
|
category: Finance
|
||||||
name: SatSale
|
name: SatSale
|
||||||
version: "0.1.13"
|
version: "0.1.13-build-1"
|
||||||
tagline: Lightweight Bitcoin payment processor
|
tagline: Lightweight Bitcoin payment processor
|
||||||
description: >-
|
description: >-
|
||||||
SatSale is a simple, easily deployable, lightweight Bitcoin payment
|
SatSale is a simple, easily deployable, lightweight Bitcoin payment
|
||||||
|
@ -17,7 +17,7 @@ services:
|
|||||||
USOCIAL_JOB: "WEB"
|
USOCIAL_JOB: "WEB"
|
||||||
APP_PASSWORD: "${APP_PASSWORD}"
|
APP_PASSWORD: "${APP_PASSWORD}"
|
||||||
LND_IP: "${APP_LIGHTNING_NODE_IP}"
|
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"
|
LND_DIR: "/lnd"
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
|||||||
id: usocial
|
id: usocial
|
||||||
category: Social
|
category: Social
|
||||||
name: usocial
|
name: usocial
|
||||||
version: "0.1.7"
|
version: "0.1.7-build-1"
|
||||||
tagline: Read. Listen. Pay back.
|
tagline: Read. Listen. Pay back.
|
||||||
description: >-
|
description: >-
|
||||||
The podcast client and feed reader for your personal server. With
|
The podcast client and feed reader for your personal server. With
|
||||||
|
Loading…
Reference in New Issue
Block a user