Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App Submission: AlbyHub v1.10.1 #1409

Merged
merged 12 commits into from
Oct 1, 2024
Merged
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 added albyhub/data/.gitkeep
Empty file.
23 changes: 23 additions & 0 deletions albyhub/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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
bumi marked this conversation as resolved.
Show resolved Hide resolved
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 changes: 30 additions & 0 deletions albyhub/umbrel-app.yml
Original file line number Diff line number Diff line change
@@ -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:

Check warning on line 20 in albyhub/umbrel-app.yml

View workflow job for this annotation

GitHub Actions / Lint apps

"icon" and "gallery" needs to be empty for new app submissions

The "icon" and "gallery" fields must be empty for new app submissions as it is being created by the Umbrel team.
- 1.jpg
- 2.jpg
- 3.jpg
- 4.jpg
releaseNotes: >-
dependencies:
- lightning
path: ""
defaultUsername: ""
defaultPassword: ""