Ulf Gebhardt 0c4701a811
v3.14.1
MAX_GROUP_PINNED_POSTS option

default value for MAX_GROUP_PINNED_POSTS

properly define MAX_GROUP_PINNED_POSTS

v3.14.1
2026-02-15 00:32:43 +01:00

24 lines
742 B
Go Template

{{ $image_tag := env "IMAGE_TAG" | default (exec "../scripts/branded_image_tag.sh" (list) | trim) }}
deploy:
GITHUB_REPOSITORY: ocelot-social-community/stage.ocelot.social
IMAGE_TAG: {{ $image_tag }}
DOMAIN: stage.ocelot.social
REDIRECT_DOMAINS: []
NAMESPACE: ocelot-staging
RELEASE_NAME_OCELOT: ocelot-social
NEO4J_STORAGE: "5Gi"
ocelot:
options:
PRODUCTION_DB_CLEAN_ALLOW: "false"
PUBLIC_REGISTRATION: "true"
INVITE_REGISTRATION: "true"
CATEGORIES_ACTIVE: "true"
MAX_PINNED_POSTS: "1"
BADGES_ENABLED: "true"
NETWORK_NAME: "stage.ocelot.social"
ASK_FOR_REAL_NAME: "false"
REQUIRE_LOCATION: "false"
MAX_GROUP_PINNED_POSTS: "1"