18 lines
577 B
Text
18 lines
577 B
Text
# 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
|
|
}
|
|
}
|