diff --git a/samourai-server/hooks/pre-start b/samourai-server/hooks/pre-start index 9ff5ad8..423ac47 100755 --- a/samourai-server/hooks/pre-start +++ b/samourai-server/hooks/pre-start @@ -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 diff --git a/samourai-server/torrc.template b/samourai-server/torrc.template index df93880..558a4a2 100644 --- a/samourai-server/torrc.template +++ b/samourai-server/torrc.template @@ -1,3 +1,7 @@ # samourai-server whirlpool Hidden Service HiddenServiceDir /data/app-$APP_ID-whirlpool -HiddenServicePort 80 samourai-server_whirlpool_1:8898 \ No newline at end of file +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 \ No newline at end of file diff --git a/samourai-server/umbrel-app.yml b/samourai-server/umbrel-app.yml index 3a6f7e5..81133dd 100644 --- a/samourai-server/umbrel-app.yml +++ b/samourai-server/umbrel-app.yml @@ -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 \ No newline at end of file