merchant landing: dual-currency intro + nginx :9015

This commit is contained in:
Hernâni Marques 2026-07-09 12:18:40 +02:00
parent dd4a984912
commit 8bd0ec24a0
No known key found for this signature in database
3 changed files with 504 additions and 0 deletions

View file

@ -0,0 +1,15 @@
# Merchant landing (`taler.hacktivism.ch` intro)
Static intro for the **GOA merchant** backend.
| Item | Value |
|------|--------|
| Container | `taler-hacktivism` |
| In-container path | `/var/www/merchant-landing/` |
| nginx | listen **9015** (`nginx-landing.conf`) |
| **Host port to publish / wire** | **`9015`** → `127.0.0.1:9015` |
| Public path (once Caddy wired) | e.g. `https://taler.hacktivism.ch/intro/` |
## Deploy
See `scripts/taler-landing/deploy-landings.sh`.