Browse Source

Update Jam to v0.0.10 (#103)

main
Thebora Kompanioni 2 years ago
committed by GitHub
parent
commit
14967aa31b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      jam/docker-compose.yml
  2. 18
      jam/umbrel-app.yml

10
jam/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 80 APP_PORT: 80
jam: jam:
image: ghcr.io/joinmarket-webui/joinmarket-webui-standalone:v0.0.9-clientserver-v0.9.6@sha256:f36da8ed2f75b8db8dca34783b1e1ed11d0048270140b1c2cc072b15191e6b6c image: ghcr.io/joinmarket-webui/joinmarket-webui-standalone:v0.0.10-clientserver-v0.9.6@sha256:4287ebb5d7d9bda7acdc77662df7adf0b6e7a5974a39a314c3ec0e85336ec1d5
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m
init: true init: true
@ -19,18 +19,12 @@ services:
ENSURE_WALLET: "true" ENSURE_WALLET: "true"
APP_USER: umbrel APP_USER: umbrel
APP_PASSWORD: "${APP_PASSWORD}" APP_PASSWORD: "${APP_PASSWORD}"
jm_tor_control_host: $TOR_PROXY_IP jm_network: $APP_BITCOIN_NETWORK
jm_tor_control_port: 29051
jm_onion_socks5_host: $TOR_PROXY_IP
jm_onion_socks5_port: $TOR_PROXY_PORT
jm_socks5_host: $TOR_PROXY_IP
jm_socks5_port: $TOR_PROXY_PORT
jm_rpc_host: $APP_BITCOIN_NODE_IP jm_rpc_host: $APP_BITCOIN_NODE_IP
jm_rpc_port: $APP_BITCOIN_RPC_PORT jm_rpc_port: $APP_BITCOIN_RPC_PORT
jm_rpc_user: $APP_BITCOIN_RPC_USER jm_rpc_user: $APP_BITCOIN_RPC_USER
jm_rpc_password: "${APP_BITCOIN_RPC_PASS}" jm_rpc_password: "${APP_BITCOIN_RPC_PASS}"
jm_rpc_wallet_file: jam_default jm_rpc_wallet_file: jam_default
jm_network: $APP_BITCOIN_NETWORK
jm_max_cj_fee_abs: 300000 # 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:

18
jam/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: jam id: jam
category: Finance category: Finance
name: Jam name: Jam
version: "0.0.9" version: "0.0.10"
tagline: A user-friendly UI for JoinMarket tagline: A user-friendly UI for JoinMarket
description: >- description: >-
Jam is a user-interface for JoinMarket with focus on Jam is a user-interface for JoinMarket with focus on
@ -12,12 +12,22 @@ description: >-
The app provides sensible defaults and is easy to use for beginners while still providing the features advanced users expect. The app provides sensible defaults and is easy to use for beginners while still providing the features advanced users expect.
releaseNotes: >-
- In-app Orderbook
- Improved Earn Report
- Address-reuse warnings
- Human-readable locktime for Fidelity Bonds
- And, last but not least: the famed UTXO drill-down view
developer: JoinMarket WebUI Organisation developer: JoinMarket WebUI Organisation
website: https://github.com/joinmarket-webui website: https://jamapp.org
dependencies: dependencies:
- bitcoin - bitcoin
repo: https://github.com/joinmarket-webui/joinmarket-webui repo: https://github.com/joinmarket-webui/jam
support: https://github.com/joinmarket-webui/joinmarket-webui/issues support: https://github.com/joinmarket-webui/jam/issues
port: 5002 port: 5002
gallery: gallery:
- 1.jpg - 1.jpg

Loading…
Cancel
Save