diff --git a/2026/2026-07-17.md b/2026/2026-07-17.md new file mode 100644 index 0000000..de35634 --- /dev/null +++ b/2026/2026-07-17.md @@ -0,0 +1,5 @@ +# 2026-07-17 + +- Bank: `taler://withdraw` **ohne `:443`** (Wallet-Apps); live deployed +- Merchant/bank in-container apps after reboot via `ensure-taler-apps` + user units +- Admin-log: 13 Commits (19:04–01:07) + follow-up; `main` force-pushed → Forgejo diff --git a/scripts/taler-shared/ensure-taler-apps.sh b/scripts/taler-shared/ensure-taler-apps.sh index a569410..58dca1a 100644 --- a/scripts/taler-shared/ensure-taler-apps.sh +++ b/scripts/taler-shared/ensure-taler-apps.sh @@ -47,13 +47,12 @@ ctr_has_proc() { } ensure_merchant_loopback_helper() { - # Optional helper (loopback helper) — loopback :19097 + # Optional loopback helper on :19097 if present in the container image if podman exec "$MER_CTR" bash -lc "ss -tln 2>/dev/null | grep -q ':19097'" 2>/dev/null; then log "merchant: loopback :19097 already listening" return 0 fi if ! podman exec "$MER_CTR" test -f /usr/local/bin/ui-unlock-api.py 2>/dev/null; then - log "merchant: WARN helper missing" return 0 fi log "merchant: start loopback helper :19097…"