Samourai server remote access fix (#401)

Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
This commit is contained in:
Steven Briscoe 2023-02-08 23:13:27 +00:00 committed by GitHub
parent f6b05918c0
commit c873c99e55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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