Add note about updating .env file for reverse proxy

Added informational note regarding reverse proxy configuration.
This commit is contained in:
Tobias 2025-08-25 16:42:21 +02:00 committed by GitHub
parent 36db41530a
commit f295102e72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
}
]
}