docs: reflect live koopa state (inventory + exchange-ansible)
Capture what is actually running on host koopa: podman names/ports, Caddy vhosts, and hernani paths. Authoritative snapshot: host/overview/LIVE.md. Rename docs to live container taler-hacktivism-exchange-ansible (not the short taler-exchange-hacktivism label). Add public-only mirror of ~/ansible-taler-exchange deploy helpers (no secrets.yml).
This commit is contained in:
parent
549ca638e8
commit
b5c1bf7591
11 changed files with 274 additions and 17 deletions
31
configs/taler-exchange-ansible/public.yml
Normal file
31
configs/taler-exchange-ansible/public.yml
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
---
|
||||
# Event currency (GOA) — aligned with regional-currency without fiat.
|
||||
# Target: Caddy → host :9011 → container exchange.
|
||||
|
||||
domain_name: "hacktivism.ch"
|
||||
exchange_domain: "exchange.hacktivism.ch"
|
||||
TARGET_HOST_NAME: "taler-hacktivism-exchange-ansible"
|
||||
|
||||
taler_repo_suites: trixie
|
||||
|
||||
# regional-currency style flags (systemd required)
|
||||
require_systemd: true
|
||||
do_conversion: false
|
||||
# greenfield with new offline key: set true after offline key exists in container
|
||||
do_offline: false
|
||||
exchange_account_id: "1"
|
||||
use_static_goa_coins: true
|
||||
exchange_wire_method: x-taler-bank
|
||||
|
||||
CURRENCY: GOA
|
||||
CURRENCY_ROUND_UNIT: "GOA:0.00000001"
|
||||
EXCHANGE_BASE_URL: "https://exchange.hacktivism.ch/"
|
||||
EXCHANGE_HTTP_PORT: 9011
|
||||
|
||||
EXCHANGE_MASTER_PUB: TW6K5FXF81VYCAH0YWYX0SX98KBBSJ42VX27WAX01FTFH400QG10
|
||||
|
||||
EXCHANGE_TERMS_ETAG: "no-terms-v0"
|
||||
EXCHANGE_PP_ETAG: "no-privacy-v0"
|
||||
|
||||
EXCHANGE_BANK_ACCOUNT_PAYTO: "payto://x-taler-bank/bank.hacktivism.ch/exchange?receiver-name=GOA%20Exchange"
|
||||
EXCHANGE_WIRE_GATEWAY_URL: "https://bank.hacktivism.ch/accounts/exchange/taler-wire-gateway/"
|
||||
Loading…
Add table
Add a link
Reference in a new issue