Skip to content

Commit

Permalink
Add AlbyHub v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bumi committed Aug 30, 2024
1 parent 8ec0dce commit 515f2a4
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 0 deletions.
Empty file added albyhub/data/.gitkeep
Empty file.
22 changes: 22 additions & 0 deletions albyhub/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
version: "3.7"

Check notice on line 1 in albyhub/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "server"

The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.
services:
app_proxy:
environment:
APP_HOST: albyhub_server_1
APP_PORT: 8080
PROXY_AUTH_ADD: "false"
server:
image: ghcr.io/getalby/hub:v1.6.0

Check failure on line 9 in albyhub/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Invalid image name "ghcr.io/getalby/hub:v1.6.0"

Images should be named like "<name>:<version-tag>@<sha256>"
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: "742375a0f444d6de9c692aa83ac43c10"
LOG_EVENTS: "true"
restart: on-failure
stop_grace_period: 1m
26 changes: 26 additions & 0 deletions albyhub/umbrel-app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
manifestVersion: 1
id: albyhub
name: Alby Hub
tagline: Your Hub to connect to the Bitcoin world
category: Finance

Check failure on line 5 in albyhub/umbrel-app.yml

View workflow job for this annotation

GitHub Actions / Lint apps

category

Invalid enum value. Expected 'files' | 'bitcoin' | 'media' | 'networking' | 'social' | 'automation' | 'finance' | 'ai' | 'developer', received 'Finance'
version: "1.6.0"
port: 59000
description: >-
AlbyHub
developer: Alby
website: https://albyhub.com
submitter: Alby
submission: https://github.com/getumbrel/umbrel-apps/pull/

Check failure on line 13 in albyhub/umbrel-app.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Invalid submission field "https://github.com/getumbrel/umbrel-apps/pull/"

The submission field must be set to the URL of this pull request: https://github.com/getumbrel/umbrel-apps/pull/1409
repo: https://github.com/getAlby/hub
support: https://github.com/getAlby/hub/issues
gallery:
- 1.png
- 2.png
- 3.png
- 4.png
releaseNotes: >-
dependencies:
- lightning
path: ""
defaultUsername: ""
defaultPassword: ""

0 comments on commit 515f2a4

Please sign in to comment.