upgrade to 0.11.1

This commit is contained in:
Roberto Hidalgo 2023-09-04 20:54:57 -06:00
parent 0a87539f3e
commit 143eb43c5b
2 changed files with 10 additions and 1 deletions

View File

@ -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 #####
###########################

View File

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