You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/radar/README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,12 @@ Then on your ePortal server, update /etc/eportal/config with the following:
116
116
RADAR_PROXY_ENABLE = True
117
117
```
118
118
119
+
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):
@@ -140,4 +146,4 @@ If you need to manually run a scan instantly for any reason, you can run:
140
146
su -s /bin/bash nobody -c "tuxcare-radar --config /etc/tuxcare-radar/radar.yaml"
141
147
```
142
148
143
-
Then visit [https://radar.tuxcare.com](https://radar.tuxcare.com/) to view the results.
149
+
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.
0 commit comments