From 8c71a34a7a7aa2743601b9426acdb816dcbbb011 Mon Sep 17 00:00:00 2001 From: video-prize-ranch Date: Mon, 2 Jan 2023 19:13:25 -0500 Subject: [PATCH] Add note --- docs/getting-started/install.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/getting-started/install.md b/docs/getting-started/install.md index f1cbee1..d714f31 100644 --- a/docs/getting-started/install.md +++ b/docs/getting-started/install.md @@ -1,6 +1,8 @@ +> **💡 Tip:** Use [Caddy](https://caddyserver.com/) as your web server for better performance and simplified setup. [Learn more >](https://bcow.xyz/posts/why-you-should-replace-nginx) + This page describes multiple methods to install Librarian. The recommended method for production use is to install Librarian using Docker. -> **💡 Tip:** Use [Caddy](https://caddyserver.com/) as your web server for better performance and simplified setup. [Learn more >](https://bcow.xyz/posts/why-you-should-replace-nginx) +> See [this](/docs/getting-started/nginx-issues.md) if you are using NGINX. ## Docker Docker images for Librarian are available on [Codeberg](https://codeberg.org/librarian/-/packages/container/librarian/latest) for `linux/amd64` and `linux/arm64`. To get started, [install Docker](https://docs.docker.com/engine/install/) if it is not already installed.