fix: docs

This commit is contained in:
Alexander Nicholson 4584443+DragonStuff@users.noreply.github.com
2024-11-19 00:53:07 +09:00
parent bc67050933
commit 4661388d7c

View File

@@ -56,3 +56,7 @@ docker run -p 3000:3000 \
``` ```
4. Open http://localhost:3000 in your browser. 4. Open http://localhost:3000 in your browser.
## Authorization
This application does not perform authorisation of users. I recommend using a proxy such as [oauth2-proxy](https://github.com/oauth2-proxy/oauth2-proxy) to protect your application.