mirror of
https://github.com/YunoHost-Apps/galene_ynh.git
synced 2024-09-03 18:36:31 +02:00
cleaning
This commit is contained in:
parent
944ac787bd
commit
6a1a24ea81
2 changed files with 2 additions and 3 deletions
|
@ -18,7 +18,8 @@ userdoc = "https://galene.org/faq.html"
|
||||||
code = "https://github.com/jech/galene"
|
code = "https://github.com/jech/galene"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.2.14"
|
yunohost = ">= 11.2.15"
|
||||||
|
helpers_version = "2.1"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = false
|
multi_instance = false
|
||||||
|
|
||||||
|
|
|
@ -120,10 +120,8 @@ ynh_script_progression "Upgrading system configurations related to $app..."
|
||||||
|
|
||||||
public_ip4="$(curl -s ip.yunohost.org)" || true
|
public_ip4="$(curl -s ip.yunohost.org)" || true
|
||||||
|
|
||||||
# Create a dedicated NGINX config
|
|
||||||
ynh_config_add_nginx
|
ynh_config_add_nginx
|
||||||
|
|
||||||
# Create a dedicated systemd config
|
|
||||||
ynh_config_add_systemd
|
ynh_config_add_systemd
|
||||||
ynh_config_add_systemd --service=${app}_ldap --template="ldap.service"
|
ynh_config_add_systemd --service=${app}_ldap --template="ldap.service"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue