mirror of
https://github.com/iio612/immich-native.git
synced 2026-04-15 11:11:06 +00:00
@@ -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.
|
||||
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
set -xeuo pipefail
|
||||
|
||||
REV=v1.117.0
|
||||
REV=v1.118.2
|
||||
|
||||
IMMICH_PATH=/var/lib/immich
|
||||
APP=$IMMICH_PATH/app
|
||||
|
||||
Reference in New Issue
Block a user