From eb12a14dc459ab3781c86bd094ecad03b63466ec Mon Sep 17 00:00:00 2001 From: Alan Grainger Date: Wed, 30 Oct 2024 07:42:47 +0100 Subject: [PATCH 1/3] Update docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 640b6d5..d7c0559 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ It exposes no ports, allows no incoming data, and has no API to exploit. The ideal setup is to have Immich secured privately behind VPN or mTLS, and only allow public access to Immich Public Proxy. -[Live demo](https://immich-demo.note.sx/share/UiOulNielojwHbS0IJi5blwBOFzYC18CuPVtU23Bl3XK5YNVkbRONRT-HOTMQSMgdNs) +[Live demo](https://immich-demo.note.sx/share/ffSw63qnIYMtpmg0RNvOui0Dpio7BbxsObjvH8YZaobIjIAzl5n7zTX5d6EDHdOYEvo) ## How to install From 3e613f64c8a3ccdec6b1a5e056a83f72e1fad7c6 Mon Sep 17 00:00:00 2001 From: Alan Grainger Date: Wed, 30 Oct 2024 09:03:10 +0100 Subject: [PATCH 2/3] Update docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7c0559..1f7228e 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The ideal setup is to have Immich secured privately behind VPN or mTLS, and only [Live demo](https://immich-demo.note.sx/share/ffSw63qnIYMtpmg0RNvOui0Dpio7BbxsObjvH8YZaobIjIAzl5n7zTX5d6EDHdOYEvo) -## How to install +## How to install with Docker 1. Clone the repo: From 36456083147f0c4ebe8e4b1f7dd4ea6a42539a45 Mon Sep 17 00:00:00 2001 From: Alan Grainger Date: Wed, 30 Oct 2024 09:20:11 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f7228e..1e7fd9b 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,8 @@ CACHE_AGE=2592000 ``` - `IMMICH_URL` is the URL to access Immich in your local network. This is not your public URL. -- `API_KEY` get this from the Account Settings page of your Immich user account -- `CACHE_AGE` by default, assets will be cached for 30 days. Set this to 0 to disable caching. +- `API_KEY` get this from the Account Settings page of your Immich user account. +- `CACHE_AGE` this is setting the `cache-control` header, to tell the browser to cache the assets. Set to 0 to disable caching. 3. Start the docker container: