koopa-admin-log/configs/merchant-landing
Hernâni Marques 2e088f95cd
landings: OG title contrast for Android (darker plate under GOA Shop)
Gold “GOA Shop” washed into the bright nebula on mobile previews.
Darken the title strip earlier and repaint brighter gold + subtitle.
Cache-bust ?v=android1 for crawlers.
2026-07-10 22:35:00 +02:00
..
index.html landings: OG title contrast for Android (darker plate under GOA Shop) 2026-07-10 22:35:00 +02:00
nginx-landing.conf merchant landing: dual-currency intro + nginx :9015 2026-07-09 12:18:40 +02:00
og-goa-shop.png landings: OG title contrast for Android (darker plate under GOA Shop) 2026-07-10 22:35:00 +02:00
qr-logo.png landings: QR center logo as PNG for Android (full Taler wordmark) 2026-07-10 22:12:00 +02:00
qr-logo.svg landings: QR center logo as PNG for Android (full Taler wordmark) 2026-07-10 22:12:00 +02:00
qr-payto.png merchant landing: qrencode PNGs for product + payto 2026-07-10 20:02:06 +02:00
qr-product-beacon-badge.png merchant landing: qrencode PNGs for product + payto 2026-07-10 20:02:06 +02:00
qr-product-blue-or-red-pill.png merchant landing: qrencode PNGs for product + payto 2026-07-10 20:02:06 +02:00
qr-product-comet-cap.png merchant landing: qrencode PNGs for product + payto 2026-07-10 20:02:06 +02:00
qr-product-eclipse-shades.png merchant landing: qrencode PNGs for product + payto 2026-07-10 20:02:06 +02:00
qr-product-nebula-coffee.png merchant landing: qrencode PNGs for product + payto 2026-07-10 20:02:06 +02:00
qr-product-orbit-sticker.png merchant landing: qrencode PNGs for product + payto 2026-07-10 20:02:06 +02:00
qr-product-rainbow-pill.png merchant landing: qrencode PNGs for product + payto 2026-07-10 20:02:06 +02:00
qr-product-relay-pin.png merchant landing: qrencode PNGs for product + payto 2026-07-10 20:02:06 +02:00
qr-product-shuttle-pass.png merchant landing: qrencode PNGs for product + payto 2026-07-10 20:02:06 +02:00
qr-product-star-chart.png merchant landing: qrencode PNGs for product + payto 2026-07-10 20:02:06 +02:00
qr-product-voidwave-playlist.png merchant landing: qrencode PNGs for product + payto 2026-07-10 20:02:06 +02:00
qrcode.min.js merchant landing: qrcode.min.js for client QR encode 2026-07-10 20:01:36 +02:00
README.md merchant landing: Open Graph preview image (GOA shop products) 2026-07-10 18:42:00 +02:00
shop-pay.css landings: QR center logo as PNG for Android (full Taler wordmark) 2026-07-10 22:12:00 +02:00
shop-pay.js landings: QR center logo as PNG for Android (full Taler wordmark) 2026-07-10 22:12:00 +02:00

Merchant landing (taler.hacktivism.ch intro)

Static intro for the GOA merchant backend (dual currency GOA + CHF).

Item Value
Container taler-hacktivism
In-container path /var/www/merchant-landing/
nginx listen 9015 (nginx-landing.conf)
Host port to publish / wire 9015127.0.0.1:9015
Public path https://taler.hacktivism.ch/intro/

Features (page)

Piece Notes
Wallet fold Collapsed “Get the wallet · Android / iOS / web browsers”
Web icons Chrome · Firefox · Opera · Ubuntu Touch (gold+blue; taler.net wallet)
GOA shop samples data-product buttons → public template pay (goa-shop instance)
Link previews Open Graph / Twitter meta → og-goa-shop.png (1200×630) for chats & social
Shop pay popup shop-pay.js / shop-pay.cssQR_Taler (blue ring + qr-logo.svg), settlement payto expandable
Get GOA first Hint + link to bank; p(l)ay with violet (l)
Stats Dual-currency aggregates; recent activity split GOA/CHF (≤5 each); refund badge violet
Performance Live HTTP probes + container RSS

Shop product ids/amounts must stay in sync with scripts/taler-monitoring/check_e2e.shE2E_SHOP_PRODUCTS (e2e random-picks 2 products per run by default).

Deploy

podman cp configs/merchant-landing/index.html \
  taler-hacktivism:/var/www/merchant-landing/index.html
podman cp configs/merchant-landing/og-goa-shop.png \
  taler-hacktivism:/var/www/merchant-landing/og-goa-shop.png
podman cp configs/merchant-landing/shop-pay.js \
  taler-hacktivism:/var/www/merchant-landing/shop-pay.js
# shop-pay.css, qr-logo.svg, qrcode.min.js as needed

Also see scripts/taler-landing/deploy-landings.sh if present.