Browse Source
Samourai server remote access fix (#401)
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
main
Steven Briscoe
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
8 additions and
4 deletions
-
samourai-server/hooks/pre-start
-
samourai-server/torrc.template
-
samourai-server/umbrel-app.yml
|
|
@ -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 |