Remove localhost patch and update instruction

Since the immich-native project was born, upstream now properly reads and
honors IMMICH_HOST.

Signed-off-by: Juhyung Park <qkrwngud825@gmail.com>
This commit is contained in:
Juhyung Park
2025-04-01 13:44:28 +09:00
parent 73862db50c
commit 16ae8c56b0
2 changed files with 1 additions and 10 deletions

View File

@@ -144,7 +144,7 @@ In summary, the `install.sh` script does the following:
* Replaces `/usr/src` to `/var/lib/immich`.
* Limits listening host from 0.0.0.0 to 127.0.0.1. If you do not want this to happen (make sure you fully understand the security risks!), comment out the `sed` command in `install.sh`'s "Use 127.0.0.1" part.
* Limits listening host from 0.0.0.0 to 127.0.0.1. If you do not want this to happen (make sure you fully understand the security risks!), change `IMMICH_HOST=127.0.0.1` to `IMMICH_HOST=0.0.0.0` from the `env` file.
## Done!