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
5866a7e8a0
commit
ccfc3e5f3d
2 changed files with 5 additions and 2 deletions
|
@ -27,7 +27,7 @@ function detect_arch() {
|
||||||
NODEJS_VERSION=16
|
NODEJS_VERSION=16
|
||||||
|
|
||||||
# dependencies used by the app
|
# dependencies used by the app
|
||||||
pkg_dependencies="npm musl-dev postgresql ffmpeg"
|
pkg_dependencies="npm musl-dev libvips postgresql ffmpeg"
|
||||||
|
|
||||||
# libheif vips
|
# libheif vips
|
||||||
|
|
||||||
|
|
|
@ -207,7 +207,7 @@ ynh_script_progression --message="Configuring all systemd services..."
|
||||||
# Create a dedicated systemd config
|
# Create a dedicated systemd config
|
||||||
ynh_add_systemd_config --service=$app-server --template=server.service
|
ynh_add_systemd_config --service=$app-server --template=server.service
|
||||||
ynh_add_systemd_config --service=$app-microservices --template=microservices.service
|
ynh_add_systemd_config --service=$app-microservices --template=microservices.service
|
||||||
ynh_add_systemd_config --service=$app-machine-learning --template=ml.service
|
ynh_add_systemd_config --service=$app-ml --template=ml.service
|
||||||
ynh_add_systemd_config --service=$app-web --template=web.service
|
ynh_add_systemd_config --service=$app-web --template=web.service
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
@ -237,6 +237,9 @@ ynh_script_progression --message="Starting a systemd service..."
|
||||||
|
|
||||||
# Start a systemd service
|
# Start a systemd service
|
||||||
ynh_systemd_action --service_name=$app-server --action="start" --log_path="/var/log/$app/$app-server.log"
|
ynh_systemd_action --service_name=$app-server --action="start" --log_path="/var/log/$app/$app-server.log"
|
||||||
|
ynh_systemd_action --service_name=$app-microservices --action="start" --log_path="/var/log/$app/$app-microservices.log"
|
||||||
|
ynh_systemd_action --service_name=$app-ml --action="start" --log_path="/var/log/$app/$app-ml.log"
|
||||||
|
ynh_systemd_action --service_name=$app-web --action="start" --log_path="/var/log/$app/$app-web.log"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# SETUP SSOWAT
|
# SETUP SSOWAT
|
||||||
|
|
Loading…
Add table
Reference in a new issue