mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +02:00
Samourai Server hotfix (#2021)
This commit is contained in:
parent
98ff0e2200
commit
fc191f556c
@ -24,7 +24,8 @@ services:
|
||||
ipv4_address: $APP_SAMOURAI_SERVER_DB_IP
|
||||
|
||||
node:
|
||||
image: louneskmt/dojo-nodejs:1.16.1@sha256:49de92774ecfcb88af1dc67f8d498641d750c4ec9acaab3c448d70c4f2d4bfe7
|
||||
# image: louneskmt/dojo-nodejs:1.16.1@sha256:49de92774ecfcb88af1dc67f8d498641d750c4ec9acaab3c448d70c4f2d4bfe7
|
||||
image: nmfretz/dojo-nodejs:1.16.1-rpcfix@sha256:bd047ed34e04b605c662c94ed5819322c0db65b6e3425acd3607486ef28a83ce
|
||||
init: true
|
||||
restart: on-failure
|
||||
command: "/home/node/app/wait-for-it.sh ${APP_SAMOURAI_SERVER_DB_IP}:3306 --timeout=720 --strict -- /home/node/app/restart.sh"
|
||||
|
@ -2,9 +2,12 @@ manifestVersion: 1.1
|
||||
id: samourai-server
|
||||
category: bitcoin
|
||||
name: Samourai Server
|
||||
version: "1.16.1-hotfix-3"
|
||||
version: "1.16.1-hotfix-4"
|
||||
tagline: Your private backing server for Samourai Wallet
|
||||
description: >-
|
||||
⚠️ Whirlpool functionality no longer works due to the shutdown of Samourai's Whirlpool coordinator. Dojo functionality is unaffected.
|
||||
|
||||
|
||||
Samourai Server is an exclusive Umbrel app that runs Samourai Dojo
|
||||
and Whirlpool backing servers, and provides you easy step-by-step instructions
|
||||
to connect your Samourai Wallet to them. Samourai Wallet is unrivaled in
|
||||
@ -32,6 +35,9 @@ path: ""
|
||||
defaultUsername: ""
|
||||
defaultPassword: ""
|
||||
releaseNotes: >-
|
||||
This update fixes a bug where users could not connect using Whirlpool GUI
|
||||
This update fixes a bug where Samourai Server could not connect to Bitcoin Core v28.0.
|
||||
|
||||
|
||||
Note that Whirlpool functionality no longer works due to the shutdown of Samourai's Whirlpool coordinator. Dojo functionality is unaffected.
|
||||
submitter: Umbrel
|
||||
submission: https://github.com/getumbrel/umbrel/pull/461
|
Loading…
Reference in New Issue
Block a user