author | Nemo <commits@captnemo.in> | 2025-05-08 1:38:51.0 +05:30:00 |
---|---|---|
committer | Nemo <commits@captnemo.in> | 2025-05-08 1:38:51.0 +05:30:00 |
commit | c29df346caa239e53baf23895d8c885fe990aa1f [patch] |
|
tree | 51f1d67f477576a23bd66598e2c2d81fd47a6183 |
|
parent | 4e112cb45895938d95d65fffe30c57b2960b8974 |
|
download | c29df346caa239e53baf23895d8c885fe990aa1f.tar.gz |
upgrade mastodon
Diff
mastodon/locals.tf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mastodon/locals.tf b/mastodon/locals.tf index 0cc6dbc..6c240cb 100644 --- a/mastodon/locals.tf +++ a/mastodon/locals.tf @@ -1,5 +1,5 @@ locals { version = "4.1.25" version = "4.2.21" env = [ "LOCAL_DOMAIN=tatooine.club", "REDIS_HOST=mastodon-redis", @@ -19,5 +19,7 @@ "SMTP_LOGIN=mastodon@mail.tatooine.club", "SMTP_PASSWORD=${var.smtp-password}", "SMTP_FROM_ADDRESS=mastodon@mail.tatooine.club", # Disable admin notifications for new Mastodon versions "UPDATE_CHECK_URL=" ] }