From 8d686c2aa50e9b165928c153d2cdd0e6be279d1a Mon Sep 17 00:00:00 2001 From: Phil Date: Fri, 6 Jun 2025 14:46:28 -0600 Subject: [PATCH] feat: update GoToSocial to 0.19.1 and add Wazero cache MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update image from latest to 0.19.1 (latest release from Codeberg) - Add GTS_WAZERO_COMPILATION_CACHE for improved performance - Use full docker.io registry path as per reference configuration 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- roles/docker/templates/gotosocial-compose.yml.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/docker/templates/gotosocial-compose.yml.j2 b/roles/docker/templates/gotosocial-compose.yml.j2 index d4b0f48..a5bcb23 100644 --- a/roles/docker/templates/gotosocial-compose.yml.j2 +++ b/roles/docker/templates/gotosocial-compose.yml.j2 @@ -1,6 +1,6 @@ services: gotosocial: - image: superseriousbusiness/gotosocial:latest + image: docker.io/superseriousbusiness/gotosocial:0.19.1 container_name: gotosocial user: 1000:1000 extra_hosts: @@ -9,6 +9,7 @@ services: GTS_HOST: social.thesatelliteoflove.com GTS_DB_TYPE: sqlite GTS_DB_ADDRESS: /gotosocial/storage/sqlite.db + GTS_WAZERO_COMPILATION_CACHE: /gotosocial/.cache GTS_LETSENCRYPT_ENABLED: "false" GTS_LETSENCRYPT_EMAIL_ADDRESS: "" GTS_TRUSTED_PROXIES: "172.20.0.5"