From 36386d840aac9b9ff8f68103e6833ad9e636745a Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 17 Oct 2023 00:12:49 +0200 Subject: WIP --- sandcastle-ng/README.md | 5 +++++ sandcastle-ng/scripts/setup-sandcastle.sh | 8 -------- 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 <> /etc/hosts -- cgit v1.2.3