mirror of
https://github.com/alangrainger/immich-public-proxy.git
synced 2025-01-16 04:46:45 +01:00
Update docs
This commit is contained in:
parent
efaa9ba20a
commit
e6d056900c
1 changed files with 6 additions and 6 deletions
|
@ -17,9 +17,9 @@ 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
|
||||
## How to install with Docker
|
||||
|
||||
1. Clone the repo:
|
||||
|
||||
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue