Try and put some stuff in config
This commit is contained in:
parent
93c4b9a90c
commit
44aca3fc2a
|
@ -25,5 +25,16 @@
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
serverName = "akkoma.gladtherescake.eu";
|
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;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue