mirror of
https://github.com/YunoHost-Apps/grocy_ynh.git
synced 2024-09-03 19:25:54 +02:00
fix
This commit is contained in:
parent
725d327de1
commit
fb13144f8c
2 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@ Setting('DISABLE_AUTH', false);
|
||||||
|
|
||||||
// Either "Grocy\Middleware\DefaultAuthMiddleware", "Grocy\Middleware\ReverseProxyAuthMiddleware"
|
// Either "Grocy\Middleware\DefaultAuthMiddleware", "Grocy\Middleware\ReverseProxyAuthMiddleware"
|
||||||
// or any class that implements Grocy\Middleware\AuthMiddleware
|
// or any class that implements Grocy\Middleware\AuthMiddleware
|
||||||
Setting('AUTH_CLASS', 'Grocy\Middleware\DefaultAuthMiddleware');
|
Setting('AUTH_CLASS', 'Grocy\Middleware\LdapAuthMiddleware');
|
||||||
|
|
||||||
// Options when using ReverseProxyAuthMiddleware
|
// 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)
|
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)
|
||||||
|
|
|
@ -16,7 +16,7 @@ demo = "https://en.demo.grocy.info/stockoverview"
|
||||||
code = "https://github.com/grocy/grocy"
|
code = "https://github.com/grocy/grocy"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.16"
|
yunohost = ">= 11.1.18"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = true
|
ldap = true
|
||||||
|
|
Loading…
Add table
Reference in a new issue