mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
fix: add trusted proxy to mealie so Gunicorn trusts X-Forwarded-* headers, fix kanidm mealie groups
This commit is contained in:
parent
6ed22d37af
commit
f69fe83c42
4 changed files with 137 additions and 11 deletions
|
@ -169,14 +169,8 @@ in
|
|||
"openid"
|
||||
"email"
|
||||
"profile"
|
||||
"groups"
|
||||
];
|
||||
claimMaps.groups = {
|
||||
joinType = "array";
|
||||
valuesByGroup = {
|
||||
"mealie.access" = [ "user" ];
|
||||
"mealie.admins" = [ "admin" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# Paperless
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue