From f295102e72549b00fae53e98faf516cf01b9bcea Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Mon, 25 Aug 2025 16:42:21 +0200 Subject: [PATCH] Add note about updating .env file for reverse proxy Added informational note regarding reverse proxy configuration. --- frontend/public/json/tracktor.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/public/json/tracktor.json b/frontend/public/json/tracktor.json index 2d7d0a07..0a8f7c3b 100644 --- a/frontend/public/json/tracktor.json +++ b/frontend/public/json/tracktor.json @@ -31,5 +31,10 @@ "username": null, "password": null }, - "notes": [] + "notes": [ + { + "text": "Please check and update the '/opt/tracktor/app/backend/.env' file if using behind reverse proxy.", + "type": "info" + } + ] }