forked from michael.heier/umbrel-apps
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
|
# 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
|
if [[ -f "${HIDDEN_SERVICE_FILE}" ]]; then
|
||||||
exit
|
exit
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
# samourai-server whirlpool Hidden Service
|
# samourai-server whirlpool Hidden Service
|
||||||
HiddenServiceDir /data/app-$APP_ID-whirlpool
|
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
|
id: samourai-server
|
||||||
category: Wallet Servers
|
category: Wallet Servers
|
||||||
name: Samourai Server
|
name: Samourai Server
|
||||||
version: "1.16.1-hotfix-1"
|
version: "1.16.1-hotfix-2"
|
||||||
tagline: Your private backing server for Samourai Wallet
|
tagline: Your private backing server for Samourai Wallet
|
||||||
description: >-
|
description: >-
|
||||||
Samourai Server is an exclusive Umbrel app that runs Samourai Dojo
|
Samourai Server is an exclusive Umbrel app that runs Samourai Dojo
|
||||||
|
@ -32,6 +32,6 @@ path: ""
|
||||||
defaultUsername: ""
|
defaultUsername: ""
|
||||||
defaultPassword: ""
|
defaultPassword: ""
|
||||||
releaseNotes: >-
|
releaseNotes: >-
|
||||||
Change web UI port from 3005 to 3021
|
Fix remote access via Tor
|
||||||
submitter: Umbrel
|
submitter: Umbrel
|
||||||
submission: https://github.com/getumbrel/umbrel/pull/461
|
submission: https://github.com/getumbrel/umbrel/pull/461
|
Loading…
Reference in New Issue
Block a user