gotosocial: allow registration and expose public timeline

This commit is contained in:
Joakim Repomaa
2024-11-04 22:52:26 +02:00
parent 79b598cd25
commit c441b1cb2c

View File

@@ -14,7 +14,8 @@ in
bind-address = "localhost";
instance-languages = [ "de" "fi" "en" ];
instance-inject-mastodon-version = true;
accounts-registrations-open = true;
accounts-registration-open = true;
instance-expose-public-timeline = true;
letsencrypt-enabled = false;
smtp-host = "horologium.uberspace.de";
smtp-port = 587;