1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-08-01 04:27:46 +00:00

Remove ldap usage and update site input

This commit is contained in:
RGBCube 2024-01-12 12:33:47 +03:00
parent 1d050f5143
commit 0489b721b1
No known key found for this signature in database
2 changed files with 3 additions and 9 deletions

6
flake.lock generated
View file

@ -879,11 +879,11 @@
"tools": "tools" "tools": "tools"
}, },
"locked": { "locked": {
"lastModified": 1704993388, "lastModified": 1705051963,
"narHash": "sha256-jlWthzG6FJSPJYnDqQys0i8KkBAh3B41kO2yLHIjOUs=", "narHash": "sha256-itwKf0wTMihtXUQB7/UZgwJ1ETBPts/p/t2UzRQhkv8=",
"owner": "RGBCube", "owner": "RGBCube",
"repo": "Site", "repo": "Site",
"rev": "67e7b7db2771eef493688aae7fe73b6db44c67e0", "rev": "97eb3e5d253d3da44c9c5b3e7abd5fe3efcb96bd",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -49,12 +49,6 @@ serverSystemConfiguration {
external_user_syncronization = true; external_user_syncronization = true;
}; };
config.":pleroma".":ldap" = {
enabled = true;
host = "127.0.0.1";
# Continue...
};
config.":pleroma".":rate_limit" = let config.":pleroma".":rate_limit" = let
ratelimit = unauth: auth: [(mkTuple [1000 unauth]) (mkTuple [1000 auth])]; ratelimit = unauth: auth: [(mkTuple [1000 unauth]) (mkTuple [1000 auth])];
in { in {