diff --git a/config b/config index d8868a9..0dda4e5 160000 --- a/config +++ b/config @@ -1 +1 @@ -Subproject commit d8868a93bb9d01c32ba37566016125d95a0f4192 +Subproject commit 0dda4e50e69cd0b4b01feedcf7ea3867214e5b1d diff --git a/templates/compose/docker-compose.yaml b/templates/compose/docker-compose.yaml index b6b1680..f7e7491 100644 --- a/templates/compose/docker-compose.yaml +++ b/templates/compose/docker-compose.yaml @@ -85,7 +85,7 @@ services: # -- Free Flow 2 -- gotosocial: container_name: "free-flow-2" - image: localhost/flow/gotosocial:latest + image: localhost/flow/gotosocial:${GTS_VERSION} build: context: "../gotosocial" expose: diff --git a/templates/gotosocial/Dockerfile b/templates/gotosocial/Dockerfile index 6e56e44..36bdb18 100644 --- a/templates/gotosocial/Dockerfile +++ b/templates/gotosocial/Dockerfile @@ -1,4 +1,4 @@ -FROM superseriousbusiness/gotosocial:${GTS_VERSION} +FROM superseriousbusiness/gotosocial:${GTS_VERSION}@${GTS_DOCKER_IMAGE_DIGEST} USER 0 diff --git a/templates/gotosocial/config.yaml b/templates/gotosocial/config.yaml index 3d48522..3e7708e 100644 --- a/templates/gotosocial/config.yaml +++ b/templates/gotosocial/config.yaml @@ -33,7 +33,7 @@ log-db-queries: false # String. Application name to use internally. # Examples: ["My Application","gotosocial"] # Default: "gotosocial" -application-name: "${GTS_APPLICATION_NAME_01} ${GTS_APPLICATION_NAME_02} ${GTS_APPLICATION_NAME_03}" +application-name: "${GTS_APPLICATION_NAME_01} ${GTS_APPLICATION_NAME_02}" # String. Hostname that this server will be reachable at. Defaults to localhost for local testing, # but you should *definitely* change this when running for real, or your server won't work at all. @@ -234,7 +234,7 @@ accounts-reason-required: true # # Options: [true, false] # Default: false -accounts-allow-custom-css: false +accounts-allow-custom-css: true ######################## ##### MEDIA CONFIG #####