From c441b1cb2c6556bf3dfb843c4c1543acb09f3e33 Mon Sep 17 00:00:00 2001 From: Joakim Repomaa Date: Mon, 4 Nov 2024 22:52:26 +0200 Subject: [PATCH] gotosocial: allow registration and expose public timeline --- freun.dev/gotosocial.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/freun.dev/gotosocial.nix b/freun.dev/gotosocial.nix index 87a3c7d..536c5b8 100644 --- a/freun.dev/gotosocial.nix +++ b/freun.dev/gotosocial.nix @@ -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;