mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
Samourai server remote access fix (#401)
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
This commit is contained in:
parent
f6b05918c0
commit
c873c99e55
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Delay booting Samourai Server until the Dojo and Whirlpool Tor Hidden Services are ready
|
||||
|
||||
HIDDEN_SERVICE_FILE="${TOR_DATA_DIR}/app-${APP_ID}-whirlpool/hostname"
|
||||
HIDDEN_SERVICE_FILE="${TOR_DATA_DIR}/app-${APP_ID}-dojo/hostname"
|
||||
|
||||
if [[ -f "${HIDDEN_SERVICE_FILE}" ]]; then
|
||||
exit
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
# samourai-server whirlpool Hidden Service
|
||||
HiddenServiceDir /data/app-$APP_ID-whirlpool
|
||||
HiddenServicePort 80 samourai-server_whirlpool_1:8898
|
||||
HiddenServicePort 80 samourai-server_whirlpool_1:8898
|
||||
|
||||
# samourai-server dojo Hidden Service
|
||||
HiddenServiceDir /data/app-$APP_ID-dojo
|
||||
HiddenServicePort 80 samourai-server_nginx_1:80
|
|
@ -2,7 +2,7 @@ manifestVersion: 1.1
|
|||
id: samourai-server
|
||||
category: Wallet Servers
|
||||
name: Samourai Server
|
||||
version: "1.16.1-hotfix-1"
|
||||
version: "1.16.1-hotfix-2"
|
||||
tagline: Your private backing server for Samourai Wallet
|
||||
description: >-
|
||||
Samourai Server is an exclusive Umbrel app that runs Samourai Dojo
|
||||
|
@ -32,6 +32,6 @@ path: ""
|
|||
defaultUsername: ""
|
||||
defaultPassword: ""
|
||||
releaseNotes: >-
|
||||
Change web UI port from 3005 to 3021
|
||||
Fix remote access via Tor
|
||||
submitter: Umbrel
|
||||
submission: https://github.com/getumbrel/umbrel/pull/461
|
Loading…
Reference in New Issue
Block a user