koopa-admin-log/configs/exchange-landing
Hernâni Marques c7f86dd3da
landings: distinct Chrome / Firefox / Edge / Brave browser marks
Wallet hub rows on bank, exchange, and merchant landings used vague mono
icons that were hard to tell apart.

Replace them with multi-colour brand-style marks for Chrome, Firefox, Edge,
and Brave. Hub label becomes “Web browsers (experimental)”.

Also drop the circled “①” prefix from the shop pay popup “Wallet payment”
label — leftover copy-paste artefact from an earlier draft, not intentional
numbering.
2026-07-10 20:25:40 +02:00
..
index.html landings: distinct Chrome / Firefox / Edge / Brave browser marks 2026-07-10 20:25:40 +02:00
nginx-landing.conf exchange landing: intro page + nginx :9014 2026-07-09 12:06:59 +02:00
README.md exchange landing: intro page + nginx :9014 2026-07-09 12:06:59 +02:00

Exchange landing (exchange.hacktivism.ch intro)

Static intro (add-exchange QR + links) for the GOA exchange.

Item Value
Container taler-hacktivism-exchange-ansible
In-container path /var/www/exchange-landing/
nginx listen 9014 (nginx-landing.conf)
Host port to publish / wire 9014127.0.0.1:9014
Public path (once Caddy wired) e.g. https://exchange.hacktivism.ch/intro/ or dedicated intro host

Deploy

# from laptop → koopa
scp -r configs/exchange-landing/* koopa:/tmp/exchange-landing/
# on koopa: install nginx if missing, copy files, enable site, publish port

See scripts/taler-landing/deploy-landings.sh.