pleroma add some settings

This commit is contained in:
jopejoe1 2025-01-23 19:14:39 +01:00
parent bc6d519523
commit b84028b478

View file

@ -114,9 +114,22 @@ in
":pleroma" = { ":pleroma" = {
":instance" = { ":instance" = {
name = "Nyan Social"; name = "Nyan Social";
description = "More detailed description"; description = "A Nyantastic Fediverse instance!";
email = "admin@nyan.social"; email = "admin@nyan.social";
registration_open = false; registration_open = false;
federating = true;
federation_incoming_replies_max_depth = null;
max_remote_account_fields = 100;
external_user_synchronization = true;
local_bubble = [
"social.nekover.se"
];
};
":mrf_steal_emoji" = {
hosts = [
"social.nekover.se"
];
download_unknown_size = true;
}; };
"Pleroma.Web.Endpoint" = { "Pleroma.Web.Endpoint" = {
url.host = "nyan.social"; url.host = "nyan.social";