From 11db47b005ec594c63931ae8dbdf89bdf353be40 Mon Sep 17 00:00:00 2001 From: Compositr Date: Mon, 18 Nov 2024 14:21:07 +1100 Subject: [PATCH] chore: update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b5ade57..33349a8 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ If you are deploying to production, you can provide a directory path in the firs Only `.svg` files will be read from that directory. The server's default port is `7878`, although this can be configured with the `PORT` environment variable. +It is recommended to place a reverse proxy in front of luciders to provide caching support, response compression and other optimisations that are out of scope for this project. + # Docker You can build and run this project with Docker. The Dockerfile is configured to use the submodule for the icons. To build the image: