Add note about auth/tls

As this is turning into a bit of a faq, I think we should add this to the README
This commit is contained in:
Jan-Piet Mens
2024-12-27 08:27:57 +01:00
committed by GitHub
parent 7877aaa9f8
commit f780bbede3

View File

@@ -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