mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Bypass proxy in Sparkkiosk (#47)
This commit is contained in:
parent
9d23bb3022
commit
cdf6223aa5
@ -3,6 +3,7 @@ version: "3.7"
|
||||
services:
|
||||
app_proxy:
|
||||
environment:
|
||||
PROXY_AUTH_ADD: "false"
|
||||
APP_HOST: $APP_SPARKKIOSK_IP
|
||||
APP_PORT: 21214
|
||||
|
||||
@ -31,4 +32,4 @@ services:
|
||||
APP_DOMAIN: $APP_DOMAIN
|
||||
networks:
|
||||
default:
|
||||
ipv4_address: $APP_SPARKKIOSK_IP
|
||||
ipv4_address: $APP_SPARKKIOSK_IP
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||
id: sparkkiosk
|
||||
category: Finance
|
||||
name: Sparkkiosk
|
||||
version: "1.0.0"
|
||||
version: "1.0.0-build-2"
|
||||
tagline: Minimal LNURL kiosk
|
||||
description: >-
|
||||
Use sparkkiosk to enable lightning payments from printed QR codes
|
||||
@ -24,4 +24,4 @@ gallery:
|
||||
- 3.jpg
|
||||
path: ""
|
||||
deterministicPassword: true
|
||||
torOnly: false
|
||||
torOnly: false
|
||||
|
Loading…
Reference in New Issue
Block a user