mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-10 15:25:43 +02:00
10 lines
318 B
YAML
10 lines
318 B
YAML
credentials:
|
|
database_password:
|
|
description: "Password for the Pixelfed database user"
|
|
algorithm: "bcrypt"
|
|
validation: "^\\$2[aby]\\$.{56}$"
|
|
|
|
app_key:
|
|
description: "Application key used for encryption in Pixelfed (.env APP_KEY)"
|
|
algorithm: "plain"
|
|
validation: "^base64:[A-Za-z0-9+/=]{40,}$" |