fix(gotosocial): int without quote (but as string)
This commit is contained in:
parent
59c7fd372a
commit
568eba8017
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ name: gotosocial
|
|||
description: With GoToSocial, you can keep in touch with your friends, post, read, and share images and articles. All without being tracked or advertised to!
|
||||
icon: https://docs.gotosocial.org/en/latest/assets/sloth.png
|
||||
type: application
|
||||
version: "0.2.11"
|
||||
version: "0.2.12"
|
||||
# renovate: image=docker.io/superseriousbusiness/gotosocial
|
||||
appVersion: "0.18.0"
|
||||
maintainers:
|
||||
|
|
|
@ -7,7 +7,7 @@ description: "With GoToSocial, you can keep in touch with your friends, post, re
|
|||
|
||||
# gotosocial
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
With GoToSocial, you can keep in touch with your friends, post, read, and share images and articles. All without being tracked or advertised to!
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ data:
|
|||
{{- with .advancedRateLimitExceptions }}
|
||||
GTS_ADVANCED_RATE_LIMIT_EXCEPTIONS: {{ . | join "," | b64enc }}
|
||||
{{- end }}
|
||||
GTS_ADVANCED_RATE_LIMIT_REQUESTS: {{ .advancedRateLimitRequests | b64enc }}
|
||||
GTS_ADVANCED_RATE_LIMIT_REQUESTS: {{ toYaml .advancedRateLimitRequests | b64enc }}
|
||||
|
||||
GTS_DB_TYPE: {{ .database.type | b64enc }}
|
||||
{{- if (eq .database.type "sqlite") }}
|
||||
|
|
Loading…
Add table
Reference in a new issue