summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-10-17 00:12:49 +0200
committerFlorian Dold <florian@dold.me>2023-10-17 00:12:49 +0200
commit36386d840aac9b9ff8f68103e6833ad9e636745a (patch)
treef186def277de2091854f1d38168163bd3c0983aa
parent9cfe5fa2756303db62c98a16db757f468a303481 (diff)
downloaddeployment-36386d840aac9b9ff8f68103e6833ad9e636745a.tar.gz
deployment-36386d840aac9b9ff8f68103e6833ad9e636745a.tar.bz2
deployment-36386d840aac9b9ff8f68103e6833ad9e636745a.zip
WIP
-rw-r--r--sandcastle-ng/README.md5
-rwxr-xr-xsandcastle-ng/scripts/setup-sandcastle.sh8
2 files changed, 5 insertions, 8 deletions
diff --git a/sandcastle-ng/README.md b/sandcastle-ng/README.md
index becb516..f5f1cbc 100644
--- a/sandcastle-ng/README.md
+++ b/sandcastle-ng/README.md
@@ -55,6 +55,11 @@ You can poke around in a running sandcastle instance by running
podman exec -it taler-sandcastle /bin/bash
```
+Or, as a shortcut:
+```
+./sandcastle-enter
+```
+
This will drop you into a shell inside the running container,
where you have access to systemd, journalctl, etc.
diff --git a/sandcastle-ng/scripts/setup-sandcastle.sh b/sandcastle-ng/scripts/setup-sandcastle.sh
index 9598949..32d8edd 100755
--- a/sandcastle-ng/scripts/setup-sandcastle.sh
+++ b/sandcastle-ng/scripts/setup-sandcastle.sh
@@ -125,14 +125,6 @@ https://$MERCHANT_DOMAIN {
:$PORT_INTERNAL_MERCHANT {
reverse_proxy unix//run/taler/merchant-httpd/merchant-http.sock
}
-
-:$PORT_INTERNAL_LIBEUFIN_BANK {
- reverse_proxy :8080 {
- # libeufin-bank should eventually not require this anymore,
- # but currently doesn't work without this header.
- header_up X-Forwarded-Prefix ""
- }
-}
EOF
cat <<EOF >> /etc/hosts