feat: opened mastodon server

This commit is contained in:
Nick 2025-11-21 19:14:02 -06:00
parent 097a85cde2
commit c175d118c6

View file

@ -82,7 +82,7 @@ in
passwordFile = "/etc/mastodon-secrets/database"; passwordFile = "/etc/mastodon-secrets/database";
}; };
extraConfig = { extraConfig = {
SINGLE_USER_MODE = "true"; SINGLE_USER_MODE = "false";
SMTP_AUTH_METHOD = "plain"; SMTP_AUTH_METHOD = "plain";
SMTP_DELIVERY_METHOD = "smtp"; SMTP_DELIVERY_METHOD = "smtp";
SMTP_ENABLE_STARTTLS_AUTO = "true"; SMTP_ENABLE_STARTTLS_AUTO = "true";