Try and put some stuff in config

This commit is contained in:
Lillian Violet 2023-11-25 13:53:13 +01:00
parent c8349f2ed9
commit 608d96ae6d

View file

@ -25,5 +25,16 @@
forceSSL = true;
serverName = "akkoma.gladtherescake.eu";
};
config = {
":pleroma".":instance" = {
name = "GLaDTheresCake Akkoma";
email = "akkoma@gladtherescake.eu";
notify_email = "no-reply@akkoma.gladtherescake.eu";
languages = ["en" "nl"];
registrations_open = false;
max_pinned_statuses = 10;
cleanup_attachments = true;
};
};
};
}