Big restructuring

This commit is contained in:
2025-05-20 00:13:45 +02:00
parent efe994a4c5
commit f748f9cef1
44 changed files with 697 additions and 469 deletions

View File

@@ -0,0 +1,10 @@
credentials:
database_password:
description: "Password for the Snipe-IT database user"
algorithm: "bcrypt"
validation: "^\\$2[aby]\\$.{56}$"
app_key:
description: "Application encryption key for Snipe-IT (.env APP_KEY)"
algorithm: "plain"
validation: "^base64:[A-Za-z0-9+/=]{40,}$"