hmm claims;
This commit is contained in:
parent
aa0d2d3bc3
commit
ff193e9ce7
1 changed files with 3 additions and 1 deletions
|
|
@ -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 = {
|
||||||
"/" = {
|
"/" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue