From 32e8dc3fd35a81f3dbaf586cb053251a88a3f353 Mon Sep 17 00:00:00 2001 From: Simon John Date: Thu, 17 Jul 2025 11:53:22 +0100 Subject: [PATCH] Added info about connecting to the EU instance. Added info about proxying via eportal to the EU instance. --- docs/radar/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/radar/README.md b/docs/radar/README.md index 762b72717..ebf7f895b 100644 --- a/docs/radar/README.md +++ b/docs/radar/README.md @@ -116,6 +116,12 @@ Then on your ePortal server, update /etc/eportal/config with the following: RADAR_PROXY_ENABLE = True ``` +If you are registered to the EU instance instead of the default US one, you should also add the following (remove/comment the line to revert to the US instance): + +```text +RADAR_PROXY_BASEURL = 'https://eu.radar.tuxcare.com' +``` + Then restart ePortal: ```text @@ -140,4 +146,4 @@ If you need to manually run a scan instantly for any reason, you can run: su -s /bin/bash nobody -c "tuxcare-radar --config /etc/tuxcare-radar/radar.yaml" ``` -Then visit [https://radar.tuxcare.com](https://radar.tuxcare.com/) to view the results. +Then visit [https://radar.tuxcare.com](https://radar.tuxcare.com/) (US) or [https://eu.radar.tuxcare.com](https://eu.radar.tuxcare.com/) (EU) to view the results.