ops: GOA vanilla landings stats wdGet + collect greening
This commit is contained in:
parent
0d881cd726
commit
337d253691
24 changed files with 1074 additions and 107 deletions
18
scripts/caddy/wdGet-bank-snippet.caddy
Normal file
18
scripts/caddy/wdGet-bank-snippet.caddy
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Paste into live ~/koopa-caddy/Caddyfile inside bank.hacktivism.ch { ... }
|
||||
# BEFORE the catch-all: reverse_proxy 127.0.0.1:9012
|
||||
# Then on koopa: sudo ~/bin/caddy-apply
|
||||
#
|
||||
# FP pattern: francpaysan-admin-log files/caddy/Caddyfile @wdGet
|
||||
# GET Integration → landing :9013 → demo-api :19096
|
||||
# (injects suggested_exchange / required_exchange for Android/iOS)
|
||||
# SoT mirrors: configs/caddy/Caddyfile + host/caddy/Caddyfile
|
||||
|
||||
@wdGet {
|
||||
method GET
|
||||
path /taler-integration/withdrawal-operation/*
|
||||
}
|
||||
handle @wdGet {
|
||||
reverse_proxy 127.0.0.1:9013 {
|
||||
import proxy_public
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue