LeonKalt
LeonKalt
```hcl resource "random_password" "clickhouse_password" { length = 16 special = true override_special = "_!%^" } ``` When the password is created like this, it can include, for example, a **%**....
### What would you like to see? Having different logos allows better customizability.
### What would you like to see? When sending an invite link and trying to register with an email you get `Error: Could not create user.` instead of a helpful...
### What would you like to see? it would be nice if username could also be an email.
### What would you like to see? For production environments it is best practice to avoid exposing the swagger docs. Therefore it would be nice if it would be possible...
### To Reproduce 1. Create a bucket with KMS key encryption 2. Add it to dokploy 3. Try to create dokploy backup ### Current vs. Expected behavior Encryption with KMS...