-
Notifications
You must be signed in to change notification settings - Fork 408
Commit
- Loading branch information
There are no files selected for viewing
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 GitHub Actions / Lint appsPotentially using unsafe user in service "web"
|
||
|
||
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 |
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. | ||
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 GitHub Actions / Lint apps"releaseNotes" needs to be empty for new app submissions
|
||
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 GitHub Actions / Lint apps"icon" and "gallery" needs to be empty for new app submissions
|
||
- 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 GitHub Actions / Lint appssubmission
Check failure on line 28 in lnbits-holesail-proxy/umbrel-app.yml GitHub Actions / Lint appsInvalid submission field ""
|