MAX_GROUP_PINNED_POSTS option

default value for MAX_GROUP_PINNED_POSTS

properly define MAX_GROUP_PINNED_POSTS

v3.14.1
This commit is contained in:
Ulf Gebhardt 2026-02-13 17:31:17 +01:00
parent bc0ec5dbf4
commit 0c4701a811
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9
3 changed files with 4 additions and 1 deletions

2
.env
View File

@ -1 +1 @@
OCELOT_VERSION=sha-1f8f902
OCELOT_VERSION=sha-179bf69

View File

@ -20,3 +20,4 @@ ocelot:
NETWORK_NAME: "stage.ocelot.social"
ASK_FOR_REAL_NAME: "false"
REQUIRE_LOCATION: "false"
MAX_GROUP_PINNED_POSTS: "1"

View File

@ -22,6 +22,7 @@ backend:
INVITE_REGISTRATION: {{ .StateValues.ocelot.options.INVITE_REGISTRATION | quote }}
CATEGORIES_ACTIVE: {{ .StateValues.ocelot.options.CATEGORIES_ACTIVE | quote }}
MAX_PINNED_POSTS: {{ .StateValues.ocelot.options.MAX_PINNED_POSTS | quote }}
MAX_GROUP_PINNED_POSTS: {{ .StateValues.ocelot.options.MAX_GROUP_PINNED_POSTS | quote }}
webapp:
image:
@ -34,6 +35,7 @@ webapp:
NETWORK_NAME: {{ .StateValues.ocelot.options.NETWORK_NAME | quote }}
ASK_FOR_REAL_NAME: {{ .StateValues.ocelot.options.ASK_FOR_REAL_NAME | quote }}
REQUIRE_LOCATION: {{ .StateValues.ocelot.options.REQUIRE_LOCATION | quote }}
MAX_GROUP_PINNED_POSTS: {{ .StateValues.ocelot.options.MAX_GROUP_PINNED_POSTS | quote }}
maintenance:
image: