From c6d7bd2efb22299f5401213a01547da0876e9768 Mon Sep 17 00:00:00 2001 From: Mickael Date: Mon, 25 Feb 2019 20:32:18 +0100 Subject: [PATCH] try to make zabbix publi just to import template --- scripts/install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install b/scripts/install index fe36002..3998dd5 100644 --- a/scripts/install +++ b/scripts/install @@ -372,6 +372,9 @@ yunohost service add zabbix-agent -d "Management of Zabbix Agent" #yunohost service add NAME_INIT.D --log "/var/log/FILE.log" +# Make app public if for importing template +# unprotected_uris allows SSO credentials to be passed anyway +ynh_app_setting_set "$app" unprotected_uris "/" #================================================= # RELOAD NGINX AND PHP-FPM