mirror of
https://github.com/YunoHost-Apps/immich_ynh.git
synced 2024-09-03 20:36:24 +02:00
Updates
This commit is contained in:
parent
0133ab7148
commit
539f5d1a3e
3 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ WorkingDirectory=__FINALPATH__/
|
|||
Environment="NODE_ENV=production"
|
||||
Environment="__YNH_NODE_LOAD_PATH__"
|
||||
EnvironmentFile=__FINALPATH__/.env
|
||||
ExecStart=__YNH_NODE__ server/dist/apps/immich/apps/immich/src/main
|
||||
ExecStart=__YNH_NODE__ ml/dist/main.js
|
||||
StandardOutput=append:/var/log/__APP__/__APP__-ml.log
|
||||
StandardError=inherit
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ WorkingDirectory=__FINALPATH__/
|
|||
Environment="NODE_ENV=production"
|
||||
Environment="__YNH_NODE_LOAD_PATH__"
|
||||
EnvironmentFile=__FINALPATH__/.env
|
||||
ExecStart=__YNH_NODE__ server/dist/apps/immich/apps/immich/src/main
|
||||
ExecStart=__YNH_NODE__ web/usr/src/app/build/index.js
|
||||
StandardOutput=append:/var/log/__APP__/__APP__-web.log
|
||||
StandardError=inherit
|
||||
|
||||
|
|
|
@ -77,7 +77,7 @@ ynh_script_progression --message="Installing dependencies..." --weight=1
|
|||
ynh_install_nodejs --nodejs_version=$NODEJS_VERSION 2>&1
|
||||
|
||||
ynh_install_app_dependencies $pkg_dependencies
|
||||
sudo ln -s /usr/lib/x86_64-linux-musl/libc.so /lib/libc.musl-x86_64.so.1
|
||||
# sudo ln -s /usr/lib/x86_64-linux-musl/libc.so /lib/libc.musl-x86_64.so.1
|
||||
|
||||
#=================================================
|
||||
# CREATE DEDICATED USER
|
||||
|
|
Loading…
Add table
Reference in a new issue