Michael Bumann
4 months ago
committed by
GitHub
3 changed files with 53 additions and 0 deletions
@ -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 |
@ -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…
Reference in new issue