From f780bbede3d09126f87ae3736d76fdd12fb3772b Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Fri, 27 Dec 2024 08:27:57 +0100 Subject: [PATCH] Add note about auth/tls As this is turning into a bit of a faq, I think we should add this to the README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 34c9010..0f8aba5 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,10 @@ pages, this is a more advanced interface with more functionality, all in one pla - Calculation of distance travelled - Highly customisable +## Notes + +Frontend has no provision for user management, authentication, or for configuring TLS; these are tasks which a HTTP server you use will have to provide, and an explanation on how to do that is beyond our scope; you should be able to find a myriad explanatory documents for the server you wish to use. Also note, that even if you set up authentication, any user successfully being able to access Frontend will be able to see all Recorder data, as the API of the latter doesn't distinguish querying users. + ## Installation ### Docker