From 6fe24bcab410e9da06f828339fbdf5ccbc3095b0 Mon Sep 17 00:00:00 2001 From: DrMxrcy <58747968+DrMxrcy@users.noreply.github.com> Date: Tue, 2 May 2023 17:53:00 -0400 Subject: [PATCH] Add UID and GID Info (#439) --- apps/gotosocial/config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/gotosocial/config.json b/apps/gotosocial/config.json index c453e191..99c1b029 100644 --- a/apps/gotosocial/config.json +++ b/apps/gotosocial/config.json @@ -6,7 +6,9 @@ "exposable": true, "force_expose": true, "id": "gotosocial", - "tipi_version": 2, + "tipi_version": 3, + "uid": 1000, + "gid": 1000, "version": "0.8.1", "categories": ["social"], "description": "Fast, fun, ActivityPub server, powered by Go.",