Skip to content

Commit

Permalink
Add lnbits-holesail-proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
oren-z0 committed Jan 3, 2025
1 parent 167a092 commit 6743087
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 0 deletions.
Empty file.
20 changes: 20 additions & 0 deletions lnbits-holesail-proxy/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: "3.7"

Check notice on line 1 in lnbits-holesail-proxy/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "web"

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: lnbits-holesail-proxy_web_1
APP_PORT: 3000
web:
image: orenz0/holesail-server-manager:v1.0.5@sha256:b4680da334a22be69138f43b03bc798aad7a62836afc60d7615d7cd6375d9c8e
restart: on-failure
stop_grace_period: 1m
volumes:
- ${APP_DATA_DIR}/data:/data
environment:
HSM_DATA_FILE: /data/hsm.json
HSM_HOST: 0.0.0.0
HSM_PORT: 3000
HSM_TITLE: LNbits Holesail Proxy
HSM_TARGET_ADDRESS: $APP_LNBITS_IP
HSM_TARGET_PORT: $APP_LNBITS_PORT
28 changes: 28 additions & 0 deletions lnbits-holesail-proxy/umbrel-app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
manifestVersion: 1
id: lnbits-holesail-proxy
category: bitcoin
name: LNbits Holesail Proxy
version: "1.0.5"
tagline: A Holesail proxy to connect remotely to your LNbits.

Check failure on line 6 in lnbits-holesail-proxy/umbrel-app.yml

View workflow job for this annotation

GitHub Actions / Lint apps

tagline

Taglines should not end with a period
description: >-
Running Umbrel behind a home router (NAT) without a public domain?
TOR is too slow?
This app will allow you (and your friends) to connect remotely to your LNbits, using a Holesail server.
releaseNotes: >-

Check failure on line 11 in lnbits-holesail-proxy/umbrel-app.yml

View workflow job for this annotation

GitHub Actions / Lint apps

"releaseNotes" needs to be empty for new app submissions

The "releaseNotes" field must be empty for new app submissions as it is being displayed to the user only in case of an update.
First release.
developer: oren-z0
website: https://github.com/oren-z0/holesail-server-manager
dependencies:
- lnbits
repo: https://github.com/oren-z0/holesail-server-manager
support: https://github.com/oren-z0/holesail-server-manager/discussions
port: 3107
gallery:

Check warning on line 20 in lnbits-holesail-proxy/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
path: ""
defaultUsername: ""
defaultPassword: ""
submitter: oren-z0
submission: ""

Check failure on line 28 in lnbits-holesail-proxy/umbrel-app.yml

View workflow job for this annotation

GitHub Actions / Lint apps

submission

Invalid url

Check failure on line 28 in lnbits-holesail-proxy/umbrel-app.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Invalid submission field ""

The submission field must be set to the URL of this pull request: https://github.com/getumbrel/umbrel-apps/pull/2007

0 comments on commit 6743087

Please sign in to comment.