1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grocy_ynh.git synced 2024-09-03 19:25:54 +02:00
This commit is contained in:
Éric Gaspar 2023-05-05 14:42:09 +02:00
parent 725d327de1
commit fb13144f8c
2 changed files with 2 additions and 2 deletions

View file

@ -76,7 +76,7 @@ Setting('DISABLE_AUTH', false);
// Either "Grocy\Middleware\DefaultAuthMiddleware", "Grocy\Middleware\ReverseProxyAuthMiddleware"
// or any class that implements Grocy\Middleware\AuthMiddleware
Setting('AUTH_CLASS', 'Grocy\Middleware\DefaultAuthMiddleware');
Setting('AUTH_CLASS', 'Grocy\Middleware\LdapAuthMiddleware');
// Options when using ReverseProxyAuthMiddleware
Setting('REVERSE_PROXY_AUTH_HEADER', 'REMOTE_USER'); // The name of the HTTP header which your reverse proxy uses to pass the username (on successful authentication)

View file

@ -16,7 +16,7 @@ demo = "https://en.demo.grocy.info/stockoverview"
code = "https://github.com/grocy/grocy"
[integration]
yunohost = ">= 11.1.16"
yunohost = ">= 11.1.18"
architectures = "all"
multi_instance = true
ldap = true