mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
App Submission: AlbyHub (#1409)
Co-authored-by: Nathan Fretz <nmfretz@gmail.com>
This commit is contained in:
parent
bd5622b2a3
commit
cadbf4174d
0
albyhub/data/.gitkeep
Normal file
0
albyhub/data/.gitkeep
Normal file
23
albyhub/docker-compose.yml
Normal file
23
albyhub/docker-compose.yml
Normal file
@ -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
Normal file
30
albyhub/umbrel-app.yml
Normal file
@ -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
Block a user