ffs
This commit is contained in:
parent
d2d2926dfc
commit
a836df5d59
4 changed files with 41 additions and 43 deletions
22
Umbrel/docker-compose.yml
Normal file
22
Umbrel/docker-compose.yml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
version: "3.7"
|
||||
services:
|
||||
app_proxy:
|
||||
environment:
|
||||
APP_HOST: lightning-pub
|
||||
APP_PORT: 1776
|
||||
|
||||
server:
|
||||
image:
|
||||
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: 1776
|
||||
restart: on-failure
|
||||
stop_grace_period: 1m
|
||||
36
Umbrel/umbrel-app.yml
Normal file
36
Umbrel/umbrel-app.yml
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
manifestVersion: 1
|
||||
id: lightning-pub
|
||||
category: finance
|
||||
name: Lightning.Pub
|
||||
version: "1.0.0"
|
||||
tagline: lightning, nostr, accounts, lnurl, web
|
||||
description: >-
|
||||
"Pub" is a Nostr-native account system designed
|
||||
to make running Lightning infrastructure for your friends/family/customers
|
||||
easier than previously thought possible.
|
||||
|
||||
Being Nostr-native eliminates the complexity of configuring your node like a server by using commodity Nostr relays.
|
||||
These relays, unlike LNURL proxies, are trustless by nature of Nostr's own encryption spec (NIP44).
|
||||
|
||||
Support for optional services are integrated into Pub for operators seeking backward compatibility with legacy LNURLs and Lightning Addresses.
|
||||
|
||||
By solving the networking and programability hurdles, Pub provides Lightning with a 3rd Layer that enables node-runners and
|
||||
Uncle Jims to more easily bring their personal network into Bitcoin's permissionless economy. In doing so, Pub runners
|
||||
can keep the Lightning Network decentralized, with custodial scaling that is free of fiat rails, large banks,
|
||||
and other forms of high-time-preference shitcoinery.
|
||||
developer: shocknet
|
||||
website: https://shock.network
|
||||
dependencies:
|
||||
- lightning
|
||||
repo: https://github.com/shocknet/Lightning.Pub
|
||||
support: https://github.com/shocknet/Lightning.Pub/discussions
|
||||
port: 1776
|
||||
gallery:
|
||||
- 1.jpg
|
||||
- 2.jpg
|
||||
- 3.jpg
|
||||
path: ""
|
||||
defaultUsername: ""
|
||||
defaultPassword: ""
|
||||
submitter: shocknet
|
||||
submission: https://github.com/getumbrel/umbrel/pull/334
|
||||
Loading…
Add table
Add a link
Reference in a new issue