-
Notifications
You must be signed in to change notification settings - Fork 406
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 GitHub Actions / Lint appsPotentially using unsafe user in service "server"
|
||
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 | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
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 GitHub Actions / Lint appsInvalid submission field "https://github.com/getumbrel/umbrel-apps/pull/"
|
||
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: "" |