Browse Source

App Submission: AlbyHub (#1409)

Co-authored-by: Nathan Fretz <nmfretz@gmail.com>
main
Michael Bumann 4 months ago
committed by GitHub
parent
commit
cadbf4174d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 0
      albyhub/data/.gitkeep
  2. 23
      albyhub/docker-compose.yml
  3. 30
      albyhub/umbrel-app.yml

0
albyhub/data/.gitkeep

23
albyhub/docker-compose.yml

@ -0,0 +1,23 @@
version: "3.7"
services:
app_proxy:
environment:
APP_HOST: albyhub_server_1
APP_PORT: 8080
PROXY_AUTH_ADD: "false"
server:
image: ghcr.io/getalby/hub:v1.10.1@sha256:155ced1c6cbabd201ceb391dfae3f07c2f1c5e57c8ea9561687bef7d8c981ce1
user: 1000:1000
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_FILE: "/lnd/tls.cert"
LND_MACAROON_FILE: "/lnd/data/chain/bitcoin/$APP_BITCOIN_NETWORK/admin.macaroon"
WORK_DIR: "/data/albyhub"
COOKIE_SECRET: ${APP_SEED}
LOG_EVENTS: "true"
restart: on-failure
stop_grace_period: 3m

30
albyhub/umbrel-app.yml

@ -0,0 +1,30 @@
manifestVersion: 1
id: albyhub
name: Alby Hub
tagline: Your Hub to connect to the Bitcoin world
category: bitcoin
version: "1.10.1"
port: 59000
description: >-
Alby Hub is your gateway to Bitcoin world and allows you to use your Umbrel lightning node with the growing number of exciting bitcoin and nostr applications.
Connect any bitcoin app to your Hub for self-custodial payments anywhere — websites, mobile apps, desktop apps, games, CLI tools and more.
Use Alby Hub to manage your lightning channels through one sleek, user-friendly interface.
developer: Alby
website: https://albyhub.com
submitter: Alby
submission: https://github.com/getumbrel/umbrel-apps/pull/1409
repo: https://github.com/getAlby/hub
support: https://github.com/getAlby/hub/issues
gallery:
- 1.jpg
- 2.jpg
- 3.jpg
- 4.jpg
releaseNotes: >-
dependencies:
- lightning
path: ""
defaultUsername: ""
defaultPassword: ""
Loading…
Cancel
Save