Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file.
13 changes: 13 additions & 0 deletions lightning-control-center/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: "3.7"
services:
app:
image: sparkielabs/lightning-control-center:0.1.2@sha256:f29ccb41e4c5dcb214b74670b088af2638ecb9d4e50b0ff1e2252a8774062b2e
restart: on-failure
network_mode: host

Check warning on line 6 in lightning-control-center/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

access.host_network

Service `app` uses host networking; justify this in the PR.
environment:
- RPC_USER=${APP_BITCOIN_RPC_USER}
- RPC_PASS=${APP_BITCOIN_RPC_PASS}
- RPC_HOST=${APP_BITCOIN_RPC_HOST}
- RPC_PORT=${APP_BITCOIN_RPC_PORT}
volumes:
- ${APP_DATA_DIR}/data:/app/data
23 changes: 23 additions & 0 deletions lightning-control-center/umbrel-app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
manifestVersion: 1
id: lightning-control-center
name: Lightning Control Center
tagline: Bitcoin Lightning node management dashboard
category: finance
version: "0.1.2"
port: 8766
path: ""
description: >-
LCC is a browser-based Lightning node management dashboard.
Manage channels, peers, routing, wallet, fees, and analytics
from one clean interface. Built for sovereign node operators.
No terminal required.
developer: Sparkie Labs
website: https://github.com/lioranecho-cpu/lightning-control-center
dependencies:
- lightning
repo: https://github.com/lioranecho-cpu/lightning-control-center
support: https://github.com/lioranecho-cpu/lightning-control-center/issues
gallery: []
releaseNotes: ""
submitter: lioranecho-cpu
submission: https://github.com/getumbrel/umbrel-apps/pull/5974