Browse Source

Update jam app to v0.0.4 (#1305)

Co-authored-by: Luke Childs <lukechilds123@gmail.com>
0.4.16
Thebora Kompanioni 3 years ago
committed by GitHub
parent
commit
a6eeee7813
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      apps/jam/docker-compose.yml
  2. 2
      apps/registry.json

5
apps/jam/docker-compose.yml

@ -2,7 +2,7 @@ version: "3.7"
services: services:
jam: jam:
image: ghcr.io/joinmarket-webui/joinmarket-webui-standalone:v0.0.3-clientserver-v0.9.5@sha256:d33817e4daec4ddaaf95a1c08e54f50cff4893b7d8c5b3bbe8b179ced74bbaa2 image: ghcr.io/joinmarket-webui/joinmarket-webui-standalone:v0.0.4-clientserver-v0.9.5@sha256:45a47e5a2ea69183479f69df0683e59ea226d20e601a868439b2980a568ca2f6
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m
init: true init: true
@ -12,6 +12,7 @@ services:
- ${APP_DATA_DIR}/data/joinmarket:/root/.joinmarket - ${APP_DATA_DIR}/data/joinmarket:/root/.joinmarket
environment: environment:
ENSURE_WALLET: 1 ENSURE_WALLET: 1
RESTORE_DEFAULT_CONFIG: 1
APP_USER: umbrel APP_USER: umbrel
APP_PASSWORD: "${APP_PASSWORD}" APP_PASSWORD: "${APP_PASSWORD}"
jm_tor_control_host: $TOR_PROXY_IP jm_tor_control_host: $TOR_PROXY_IP
@ -26,7 +27,7 @@ services:
jm_rpc_password: "${BITCOIN_RPC_PASS}" jm_rpc_password: "${BITCOIN_RPC_PASS}"
jm_rpc_wallet_file: jam_default jm_rpc_wallet_file: jam_default
jm_network: $BITCOIN_NETWORK jm_network: $BITCOIN_NETWORK
jm_max_cj_fee_abs: 30000 # in sats jm_max_cj_fee_abs: 300000 # in sats
jm_max_cj_fee_rel: 0.0003 # 0.03% jm_max_cj_fee_rel: 0.0003 # 0.03%
networks: networks:
default: default:

2
apps/registry.json

@ -479,7 +479,7 @@
"id": "jam", "id": "jam",
"category": "Wallets", "category": "Wallets",
"name": "Jam", "name": "Jam",
"version": "v0.0.3", "version": "v0.0.4",
"tagline": "A user-friendly UI for JoinMarket", "tagline": "A user-friendly UI for JoinMarket",
"description": "Jam is a user-interface for JoinMarket with a focus on user-friendliness.\nIt is time for top-notch privacy for your bitcoin. Widespread use of JoinMarket improves bitcoin's fungibility and privacy for all.\n\nThe app provides sensible defaults and is easy to use for beginners while still providing the features advanced users expect.", "description": "Jam is a user-interface for JoinMarket with a focus on user-friendliness.\nIt is time for top-notch privacy for your bitcoin. Widespread use of JoinMarket improves bitcoin's fungibility and privacy for all.\n\nThe app provides sensible defaults and is easy to use for beginners while still providing the features advanced users expect.",
"developer": "JoinMarket WebUI Organisation", "developer": "JoinMarket WebUI Organisation",

Loading…
Cancel
Save