hmm claims;

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-10-05 17:17:56 -05:00
parent aa0d2d3bc3
commit ff193e9ce7

View file

@ -16,7 +16,9 @@
TRILIUM_NO_UPLOAD_LIMIT = "true"; TRILIUM_NO_UPLOAD_LIMIT = "true";
}; };
services.oauth2-proxy.nginx.virtualHosts."notes.joshuabell.xyz".allowed_groups = [ "notes" ]; services.oauth2-proxy.nginx.virtualHosts."notes.joshuabell.xyz" = {
allowed_groups = [ "notes" ];
};
services.nginx.virtualHosts."notes.joshuabell.xyz" = { services.nginx.virtualHosts."notes.joshuabell.xyz" = {
locations = { locations = {
"/" = { "/" = {