From d1377cd43755d5fd8f9e51fb13e306e0559e38a6 Mon Sep 17 00:00:00 2001 From: "quentin@aristote.fr" Date: Sat, 24 Jan 2026 23:07:42 +0100 Subject: add reverse proxy to cgit --- tests/run-tests.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/run-tests.sh') diff --git a/tests/run-tests.sh b/tests/run-tests.sh index 6b9a84a..6c64707 100755 --- a/tests/run-tests.sh +++ b/tests/run-tests.sh @@ -28,6 +28,7 @@ PORTS[quentin]=8080 PORTS[searx]=8081 PORTS[rss]=8083 PORTS[openpgpkey]=8084 +PORTS[git]=8086 for SERVICE in "${!PORTS[@]}" do URL="http://$IP:${PORTS[$SERVICE]}/" @@ -100,5 +101,10 @@ then fi echo Done. +echo +echo Checking cgit internal hyperlinks : +RESULT=$(curl "http://$IP:${PORTS[git]}/" $CURL_FLAGS) +echo $RESULT | grep "=\'/git/" > /dev/null && echo "Broken hyperlinks detected." + echo read -n1 -srp "Press any key to stop the server." -- cgit v1.2.3