1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galene_ynh.git synced 2024-09-03 18:36:31 +02:00
This commit is contained in:
Éric Gaspar 2024-06-20 23:02:01 +02:00
parent 944ac787bd
commit 6a1a24ea81
2 changed files with 2 additions and 3 deletions

View file

@ -18,7 +18,8 @@ userdoc = "https://galene.org/faq.html"
code = "https://github.com/jech/galene"
[integration]
yunohost = ">= 11.2.14"
yunohost = ">= 11.2.15"
helpers_version = "2.1"
architectures = "all"
multi_instance = false

View file

@ -120,10 +120,8 @@ ynh_script_progression "Upgrading system configurations related to $app..."
public_ip4="$(curl -s ip.yunohost.org)" || true
# Create a dedicated NGINX config
ynh_config_add_nginx
# Create a dedicated systemd config
ynh_config_add_systemd
ynh_config_add_systemd --service=${app}_ldap --template="ldap.service"