docs: new root as prior history lost (orphan + GC); ~215 commits not recoverable
This commit is contained in:
commit
96961f23f5
268 changed files with 24161 additions and 0 deletions
23
configs/exchange-landing/README.md
Normal file
23
configs/exchange-landing/README.md
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# Exchange landing (`exchange.hacktivism.ch` intro)
|
||||
|
||||
Static intro (stats + links) for the **GOA exchange**. Withdraw QR removed (was wrong).
|
||||
|
||||
| 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 |
|
||||
| Link previews | Open Graph / Twitter meta → `og-goa-shop.png` (1200×630 GOA shop grid) |
|
||||
|
||||
## 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
|
||||
# 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`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue