koopa-admin-log/configs/exchange-landing
2026-07-10 20:17:00 +02:00
..
index.html exchange landing: gold App Store button and logo 2026-07-10 20:17:00 +02:00
nginx-landing.conf exchange landing: intro page + nginx :9014 2026-07-09 12:06:59 +02:00
og-goa-shop.png exchange landing: Open Graph preview image (GOA shop products) 2026-07-10 19:03:00 +02:00
README.md exchange landing: Open Graph preview image (GOA shop products) 2026-07-10 19:03:00 +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
Link previews Open Graph / Twitter meta → og-goa-shop.png (1200×630 GOA shop grid)

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
# ensure og-goa-shop.png is under /var/www/exchange-landing/ (served as /intro/og-goa-shop.png)

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