mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-20 03:34:07 +02:00
pleroma add some settings
This commit is contained in:
parent
bc6d519523
commit
b84028b478
1 changed files with 14 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Reference in a new issue