mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Remove ldap usage and update site input
This commit is contained in:
parent
1d050f5143
commit
0489b721b1
2 changed files with 3 additions and 9 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -879,11 +879,11 @@
|
|||
"tools": "tools"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1704993388,
|
||||
"narHash": "sha256-jlWthzG6FJSPJYnDqQys0i8KkBAh3B41kO2yLHIjOUs=",
|
||||
"lastModified": 1705051963,
|
||||
"narHash": "sha256-itwKf0wTMihtXUQB7/UZgwJ1ETBPts/p/t2UzRQhkv8=",
|
||||
"owner": "RGBCube",
|
||||
"repo": "Site",
|
||||
"rev": "67e7b7db2771eef493688aae7fe73b6db44c67e0",
|
||||
"rev": "97eb3e5d253d3da44c9c5b3e7abd5fe3efcb96bd",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -49,12 +49,6 @@ serverSystemConfiguration {
|
|||
external_user_syncronization = true;
|
||||
};
|
||||
|
||||
config.":pleroma".":ldap" = {
|
||||
enabled = true;
|
||||
host = "127.0.0.1";
|
||||
# Continue...
|
||||
};
|
||||
|
||||
config.":pleroma".":rate_limit" = let
|
||||
ratelimit = unauth: auth: [(mkTuple [1000 unauth]) (mkTuple [1000 auth])];
|
||||
in {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue