add APP_KEY generation and parameter

This commit is contained in:
jessebot
2025-01-19 14:53:44 +01:00
parent 2996d0bf43
commit 5ebff144fc
4 changed files with 37 additions and 1 deletions
+11
View File
@@ -305,6 +305,17 @@ pixelfed:
# app specific settings
app:
# -- This key is used by the Illuminate encrypter service and should
# be set to a random, 32 character string, otherwise these encrypted strings
# will not be safe. If you don't generate one, we'll generate one for you
# however it will change everytime you upgrade the helm chart, so it should
# only be used for testing. In production, please set this, or pixelfed.app.existingSecret
key: ""
# -- use an existing Kuberentes Secret to store the app key
# If set, ignores pixelfed.app.key
existingSecret: ""
# -- key in pixelfed.app.existingSecret to use for the app key
existingSecretKey: ""
# -- The name of your server/instance
name: "Pixelfed"
# -- The app environment, keep it set to "production"