Release v1.118.2

Signed-off-by: Juhyung Park <qkrwngud825@gmail.com>
This commit is contained in:
Juhyung Park
2024-10-17 13:26:56 +09:00
parent 0b60be262b
commit df1076a9e3
4 changed files with 3 additions and 27 deletions

View File

@@ -147,7 +147,7 @@ In summary, the `install.sh` script does the following:
## Done!
Your Immich installation should be running at 3001 port, listening from localhost (127.0.0.1).
Your Immich installation should be running at 2283 port, listening from localhost (127.0.0.1).
Immich will additionally use localhost's 3003 ports.

View File

@@ -1,23 +0,0 @@
[Unit]
Description=immich microservices
Documentation=https://github.com/immich-app/immich
Requires=redis-server.service
Requires=postgresql.service
[Service]
User=immich
Group=immich
Type=simple
Restart=on-failure
UMask=0077
WorkingDirectory=/var/lib/immich/app
EnvironmentFile=/var/lib/immich/env
ExecStart=node /var/lib/immich/app/dist/main microservices
SyslogIdentifier=immich-microservices
StandardOutput=append:/var/log/immich/immich-microservices.log
StandardError=append:/var/log/immich/immich-microservices.log
[Install]
WantedBy=multi-user.target

View File

@@ -4,7 +4,6 @@ Documentation=https://github.com/immich-app/immich
Requires=redis-server.service
Requires=postgresql.service
Requires=immich-machine-learning.service
Requires=immich-microservices.service
[Service]
User=immich
@@ -15,7 +14,7 @@ UMask=0077
WorkingDirectory=/var/lib/immich/app
EnvironmentFile=/var/lib/immich/env
ExecStart=node /var/lib/immich/app/dist/main immich
ExecStart=node /var/lib/immich/app/dist/main
SyslogIdentifier=immich
StandardOutput=append:/var/log/immich/immich.log

View File

@@ -2,7 +2,7 @@
set -xeuo pipefail
REV=v1.117.0
REV=v1.118.2
IMMICH_PATH=/var/lib/immich
APP=$IMMICH_PATH/app