Nextcloud: Disable sign-up link

This commit is contained in:
fruchti 2025-07-04 09:13:32 +02:00
parent ff92b8f082
commit 53a5948f22

View file

@ -16,6 +16,7 @@ in
]; ];
blacklisted_files = []; blacklisted_files = [];
trashbin_retention_obligation = "auto, 14"; trashbin_retention_obligation = "auto, 14";
"simpleSignUpLink.shown" = false;
}; };
config = { config = {
dbtype = "pgsql"; dbtype = "pgsql";