fix valkey templating issues, add more docs

This commit is contained in:
jessebot
2025-01-18 10:55:23 +01:00
parent 8ba545ed6a
commit 893130411c
4 changed files with 21 additions and 10 deletions
+8 -1
View File
@@ -187,7 +187,7 @@ valkey:
enabled: true
existingSecret: ""
existingSecretPasswordKey: "password"
# TLS settings
tls:
enabled: false
@@ -375,6 +375,7 @@ pixelfed:
# ActivityPub Configuration
activity_pub:
# -- enable ActivityPub
enabled: false
remote_follow: false
inbox: false
@@ -399,11 +400,17 @@ pixelfed:
# "sparkpost", "log", "array"
driver: smtp
host: smtp.mailtrap.io
# -- mail server port
port: 2525
# -- mail server username
username: ""
# -- mail server password
password: ""
# -- mail server encryption type
encryption: "tls"
# -- address to use for sending emails
from_address: "pixelfed@example.com"
# -- name to use for sending emails
from_name: "Pixelfed"
# -- name of an existing Kubernetes Secret for mail credentials
existingSecret: ""