upgrade to 0.11.1
This commit is contained in:
parent
0a87539f3e
commit
143eb43c5b
@ -150,6 +150,15 @@ instance-expose-suspended: false
|
|||||||
# Default: true
|
# Default: true
|
||||||
instance-deliver-to-shared-inboxes: 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 #####
|
##### ACCOUNTS CONFIG #####
|
||||||
###########################
|
###########################
|
||||||
|
@ -89,7 +89,7 @@ job "club-patito" {
|
|||||||
user = "nobody"
|
user = "nobody"
|
||||||
|
|
||||||
config {
|
config {
|
||||||
image = "superseriousbusiness/gotosocial:0.8.0"
|
image = "superseriousbusiness/gotosocial:0.11.1"
|
||||||
ports = ["gotosocial"]
|
ports = ["gotosocial"]
|
||||||
args = [
|
args = [
|
||||||
"--config-path",
|
"--config-path",
|
||||||
|
Loading…
Reference in New Issue
Block a user