From 143eb43c5b9dce3f6f59fa399a118b559538a5c1 Mon Sep 17 00:00:00 2001 From: Roberto Hidalgo Date: Mon, 4 Sep 2023 20:54:57 -0600 Subject: [PATCH] upgrade to 0.11.1 --- gotosocial.yaml | 9 +++++++++ gts.nomad | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/gotosocial.yaml b/gotosocial.yaml index 6a5908a..dfdb5b8 100644 --- a/gotosocial.yaml +++ b/gotosocial.yaml @@ -150,6 +150,15 @@ instance-expose-suspended: false # Default: true instance-deliver-to-shared-inboxes: true +# Bool. This flag will inject a Mastodon version into the version field that +# is included in /api/v1/instance. This version is often used by Mastodon clients +# to do API feature detection. By injecting a Mastodon compatible version, it is +# possible to cajole those clients to behave correctly with GoToSocial. +# +# Options: [true, false] +# Default: false +instance-inject-mastodon-version: true + ########################### ##### ACCOUNTS CONFIG ##### ########################### diff --git a/gts.nomad b/gts.nomad index 07bf35e..54c6039 100644 --- a/gts.nomad +++ b/gts.nomad @@ -89,7 +89,7 @@ job "club-patito" { user = "nobody" config { - image = "superseriousbusiness/gotosocial:0.8.0" + image = "superseriousbusiness/gotosocial:0.11.1" ports = ["gotosocial"] args = [ "--config-path",