From 11c581041754851276297bcfb9389756930113c9 Mon Sep 17 00:00:00 2001 From: gigirassy Date: Fri, 28 Aug 2026 05:56:42 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 340202c..49d92ce 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Despite being so light, Pinata supports bookmarks via cookies (encrypted!) and c ### Go -**not recommended.** +**currently not recommended.** Port 8080 is needed to run with this method; Docker is most recommended if that is taken. @@ -31,8 +31,9 @@ Port 8080 is needed to run with this method; Docker is most recommended if that ### Compose (recommended) -* Clone this repo. -* Tweak ``compose.yml`` as you see fit and follow instructions if you want to enable bookmarks. +* Clone this repo **with submodules**. ``git clone https://codeberg.org/gigirassy/pinata/ --recurse-submodules`` +* Tweak ``compose.yml`` as you see fit and follow instructions if you want to enable bookmarks. This includes using the prebuilt image proxy image if your server can't handle heavy compiling with LTO, native optimizations, and all that...or * Comment out image proxy backend and PINATA_IMAGE_BACKEND environment variable if memory is a concern. +* (cool bug facts: a custom-compiled image proxy can make image compression faster by up to 0.20 seconds!) * ``docker compose up -d`` -* ``docker compose pull && docker compose up -d`` to update. +* ``docker compose pull && cd image-proxy && git pull && cd .. && docker compose up -d --build`` to update.