sandcastle-ng

Scripts for the deployment of Sandcastle (GNU Taler)
Log | Files | Refs | README

commit a827fd24afbb597d2947d0d590339bfa0e3aa3f7
parent cbb30074833f5bf8d940bf99a045e480024830c0
Author: Florian Dold <florian@dold.me>
Date:   Mon, 18 Nov 2024 22:45:56 +0100

improve README

Diffstat:
MREADME.md | 17+++++++++++++++++
1 file changed, 17 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -9,9 +9,26 @@ has systemd running inside. # Prerequisites You need (on your host system): + * podman * bash +The sandcastle-ng container exposes TCP ports that serve the APIs / Web +interfaces of the respective GNU Taler service via HTTP. + +Some of these services expect to be accessed via a certain hostname, +so it is recommended that you set up the following domain names: + +* `exchange.$MYDOMAIN` for taler-exchange +* `backend.$MYDOMAIN` for taler-merchant +* `bank.$MYDOMAIN` for libeufin-bank +* `landing.$MYDOMAIN` for the demo landing page +* `shop.$MYDOMAIN` for the demo blog shop page +* `donations.$MYDOMAIN` for the demo donations page + +Your host system should reverse-proxy HTTP(s) traffic to the respective service +port for each of the services. + # Building the Container Image