Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Update Jam to v0.1.1 #47

Merged
merged 1 commit into from
Oct 7, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions apps/jam/app.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
citadel_version: 4
metadata:
name: JAM
version: 0.1.0
version: 0.1.1
category: Wallets
tagline: JoinMarket's awesome, man
tagline: Your sats. Your privacy. Your profit.
developers:
JAM developers: https://github.com/joinmarket-webui/jam
permissions:
Expand All @@ -19,26 +19,24 @@ metadata:
- 5.jpg
defaultPassword: $APP_SEED
torOnly: false
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 bitcoin. Widespread use of JoinMarket improves bitcoin's fungibility and privacy for all. The 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 focus on user-friendliness. It's time for top-notch privacy for your bitcoin. Widespread use of JoinMarket improves bitcoin's fungibility and privacy for all. The app provides sensible defaults and is easy to use for beginners while still providing the features advanced users expect.
services:
main:
image: ghcr.io/joinmarket-webui/jam-standalone:v0.1.0-clientserver-v0.9.8
image: ghcr.io/joinmarket-webui/jam-standalone:v0.1.1-clientserver-v0.9.8
stop_grace_period: 1m
restart: on-failure
init: true
environment:
jm_rpc_port: $BITCOIN_RPC_PORT
jm_rpc_password: ${BITCOIN_RPC_PASS}
jm_rpc_user: $BITCOIN_RPC_USER
APP_USER: citadel
jm_rpc_host: $BITCOIN_IP
jm_network: $BITCOIN_NETWORK
jm_max_cj_fee_abs: '300000'
jm_max_cj_fee_rel: '0.0003'
jm_rpc_wallet_file: jm_webui_default
RESTORE_DEFAULT_CONFIG: 'true'
REMOVE_LOCK_FILES: 'true'
ENSURE_WALLET: 'true'
APP_USER: citadel
APP_PASSWORD: ${APP_SEED}
port: 80
mounts:
Expand Down