mirror of
https://codeberg.org/gigirassy/pinata
synced 2026-08-30 15:27:39 +00:00
Update README.md
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user