add custom emoji option

This commit is contained in:
jessebot
2025-01-19 18:24:57 +01:00
parent a9b031bddd
commit 847616e36c
3 changed files with 11 additions and 1 deletions
@@ -21,6 +21,9 @@ data:
ACCOUNT_DELETION: {{ .Values.pixelfed.account_deletion | quote }}
OAUTH_ENABLED: {{ .Values.pixelfed.oauth_enabled | quote }}
# not sure where to put this
CUSTOM_EMOJI: {{ .Values.pixelfed.custom_emoji | quote }}
# limits
MIN_PASSWORD_LENGTH: {{ .Values.pixelfed.min_password_length | quote }}
MAX_ACCOUNT_SIZE: {{ .Values.pixelfed.max_account_size | quote }}