gotosocial: Inject supported Mastodon version

This commit is contained in:
Alex Palaistras 2023-07-22 10:28:09 +01:00
parent 85d020b59d
commit fad6a3d394

View File

@ -54,6 +54,13 @@ web-template-base-dir: "/opt/gotosocial/web/template/"
# Directory from which gotosocial will attempt to serve static web assets (images, scripts). # Directory from which gotosocial will attempt to serve static web assets (images, scripts).
web-asset-base-dir: "/opt/gotosocial/web/assets/" web-asset-base-dir: "/opt/gotosocial/web/assets/"
###########################
##### INSTANCE CONFIG #####
###########################
# Inject a Mastodon version into the version field that is included in /api/v1/instance.
instance-inject-mastodon-version: true
########################### ###########################
##### ACCOUNTS CONFIG ##### ##### ACCOUNTS CONFIG #####
########################### ###########################