From d95e0d533da108de4a891ae9e03be6aeb35b805a Mon Sep 17 00:00:00 2001 From: Fabian Steeg Date: Fri, 1 Mar 2024 12:48:37 +0100 Subject: [PATCH] Add proxies and redirects to deployment overview --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index cd806c99..92992544 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,14 @@ cd rpb The overall RPB system consists of 4 applications: RPB & BiblioVino (Java/Play, based on [NWBib](https://github.com/hbz/nwbib)), RPPD (Java/Play, based on [lobid-gnd](https://github.com/hbz/lobid-gnd)), and Strapi-RPB (JavaScript/React). +### Proxies and redirects + +| | LBZ-URLs | Lobid-URL | +| --- | -------- | --------- | +| RPB | https://rpb.lbz-rlp.de, http://www.rpb-rlp.de/ | https://rpb.lobid.org | +| BiblioVino | https://wein.lbz-rlp.de/, http://weinbibliographie.de/ | https://wein.lobid.org | +| RPPD | http://www.rppd-rlp.de/ | https://rppd.lobid.org | + ### RPB & BiblioVino Source code: https://github.com/hbz/rpb & https://github.com/hbz/rpb/tree/biblioVino (https://github.com/hbz/rpb/pull/52)