From 89497b2d4edb8104c12e55e8ee983be81d82cd28 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 16:28:41 -0400 Subject: [PATCH] chore(deps): update superseriousbusiness/gotosocial docker tag to v0.9.0 (#589) * chore(deps): update superseriousbusiness/gotosocial docker tag to v0.9.0 * Update app version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-action update-app-version --- apps/gotosocial/config.json | 18 +++++++++++++----- apps/gotosocial/docker-compose.yml | 2 +- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/apps/gotosocial/config.json b/apps/gotosocial/config.json index 99c1b029..77075372 100644 --- a/apps/gotosocial/config.json +++ b/apps/gotosocial/config.json @@ -6,11 +6,13 @@ "exposable": true, "force_expose": true, "id": "gotosocial", - "tipi_version": 3, + "tipi_version": 4, "uid": 1000, "gid": 1000, - "version": "0.8.1", - "categories": ["social"], + "version": "0.9.0", + "categories": [ + "social" + ], "description": "Fast, fun, ActivityPub server, powered by Go.", "short_desc": "Fast, fun, ActivityPub server, powered by Go.", "author": "superseriousbusiness", @@ -27,8 +29,14 @@ "type": "text", "required": true, "options": [ - { "label": "Open Sign Up", "value": "true" }, - { "label": "Invite Only", "value": "false" } + { + "label": "Open Sign Up", + "value": "true" + }, + { + "label": "Invite Only", + "value": "false" + } ], "env_variable": "GTS_ACCOUNTS_REGISTRATION_OPE" }, diff --git a/apps/gotosocial/docker-compose.yml b/apps/gotosocial/docker-compose.yml index d420b669..09f177bf 100644 --- a/apps/gotosocial/docker-compose.yml +++ b/apps/gotosocial/docker-compose.yml @@ -3,7 +3,7 @@ version: "3" services: gotosocial: container_name: gotosocial - image: superseriousbusiness/gotosocial:0.8.1 + image: superseriousbusiness/gotosocial:0.9.0 user: 1000:1000 ports: - ${APP_PORT}:8080