forked from michael.heier/citadel-apps
Update Jam from v0.0.9 to v0.0.10 (#43)
This commit is contained in:
parent
72edf190bd
commit
19f25eecdb
|
@ -8,7 +8,7 @@ version: 3
|
||||||
metadata:
|
metadata:
|
||||||
category: Wallets
|
category: Wallets
|
||||||
name: JAM
|
name: JAM
|
||||||
version: 0.0.9
|
version: 0.0.10
|
||||||
tagline: JoinMarket's awesome, man
|
tagline: JoinMarket's awesome, man
|
||||||
description: JAM (JoinMarket's awesome, man) is a web-interface for JoinMarket
|
description: JAM (JoinMarket's awesome, man) is a web-interface for JoinMarket
|
||||||
with focus on user-friendliness. It's time for top-notch privacy for your
|
with focus on user-friendliness. It's time for top-notch privacy for your
|
||||||
|
@ -16,10 +16,10 @@ metadata:
|
||||||
privacy for all. The app provides sensible defaults and is easy to use for
|
privacy for all. The app provides sensible defaults and is easy to use for
|
||||||
beginners while still providing the features advanced users expect.
|
beginners while still providing the features advanced users expect.
|
||||||
developers:
|
developers:
|
||||||
JAM developers: https://github.com/joinmarket-webui/joinmarket-webui
|
JAM developers: https://github.com/joinmarket-webui/jam
|
||||||
dependencies:
|
dependencies:
|
||||||
- bitcoind
|
- bitcoind
|
||||||
repo: https://github.com/joinmarket-webui/joinmarket-webui
|
repo: https://github.com/joinmarket-webui/jam
|
||||||
support: https://t.me/JoinMarketWebUI
|
support: https://t.me/JoinMarketWebUI
|
||||||
gallery:
|
gallery:
|
||||||
- 1.jpg
|
- 1.jpg
|
||||||
|
@ -30,7 +30,7 @@ metadata:
|
||||||
defaultPassword: $APP_SEED
|
defaultPassword: $APP_SEED
|
||||||
containers:
|
containers:
|
||||||
- name: joinmarket-webui
|
- name: joinmarket-webui
|
||||||
image: ghcr.io/joinmarket-webui/joinmarket-webui-standalone:v0.0.9-clientserver-v0.9.6
|
image: ghcr.io/joinmarket-webui/joinmarket-webui-standalone:v0.0.10-clientserver-v0.9.6
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
init: true
|
init: true
|
||||||
|
@ -43,17 +43,11 @@ containers:
|
||||||
ENSURE_WALLET: "true"
|
ENSURE_WALLET: "true"
|
||||||
APP_USER: citadel
|
APP_USER: citadel
|
||||||
APP_PASSWORD: ${APP_SEED}
|
APP_PASSWORD: ${APP_SEED}
|
||||||
jm_tor_control_host: $TOR_PROXY_IP
|
jm_network: $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: $BITCOIN_IP
|
jm_rpc_host: $BITCOIN_IP
|
||||||
jm_rpc_port: $BITCOIN_RPC_PORT
|
jm_rpc_port: $BITCOIN_RPC_PORT
|
||||||
jm_rpc_user: $BITCOIN_RPC_USER
|
jm_rpc_user: $BITCOIN_RPC_USER
|
||||||
jm_rpc_password: ${BITCOIN_RPC_PASS}
|
jm_rpc_password: ${BITCOIN_RPC_PASS}
|
||||||
jm_rpc_wallet_file: jm_webui_default
|
jm_rpc_wallet_file: jm_webui_default
|
||||||
jm_network: $BITCOIN_NETWORK
|
|
||||||
jm_max_cj_fee_abs: 300000
|
jm_max_cj_fee_abs: 300000
|
||||||
jm_max_cj_fee_rel: 0.0003
|
jm_max_cj_fee_rel: 0.0003
|
||||||
|
|
Loading…
Reference in New Issue
Block a user