1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kanboard_ynh.git synced 2024-09-03 19:36:17 +02:00
This commit is contained in:
Éric Gaspar 2023-10-24 09:52:14 +02:00
parent 4a489302ac
commit f27d05ca6d
2 changed files with 2 additions and 2 deletions

View file

@ -205,7 +205,7 @@ define('LDAP_GROUP_ATTRIBUTE_NAME', 'cn');
define('LDAP_GROUP_SYNC', true);
// Enable/disable the reverse proxy authentication
define('REVERSE_PROXY_AUTH', true);
define('REVERSE_PROXY_AUTH', false);
// Header name to use for the username
define('REVERSE_PROXY_USER_HEADER', 'REMOTE_USER');

View file

@ -57,7 +57,7 @@ ram.runtime = "50M"
[resources.permissions]
main.url = "/"
#main.auth_header = false
main.auth_header = false
ics.url = "/?controller=ICalendarController"
ics.show_tile = false
ics.allowed = "visitors"