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",