exchange landing: intro page + nginx :9014
This commit is contained in:
parent
a3334dbcf8
commit
dd4a984912
3 changed files with 398 additions and 0 deletions
21
configs/exchange-landing/README.md
Normal file
21
configs/exchange-landing/README.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# 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** | **`9014`** → `127.0.0.1:9014` |
|
||||
| Public path (once Caddy wired) | e.g. `https://exchange.hacktivism.ch/intro/` *or* dedicated intro host |
|
||||
|
||||
## Deploy
|
||||
|
||||
```bash
|
||||
# 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`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue