fix: reomved remnants of removed env / fixed encription key validatiion
This commit is contained in:
parent
f4084ba078
commit
3c35b8782e
3 changed files with 9 additions and 10 deletions
|
|
@ -10,7 +10,7 @@
|
|||
ansible.builtin.assert:
|
||||
that:
|
||||
- homarr_secret_encryption_key | length == 64
|
||||
- homarr_secret_encryption_key is match('^[a-f0-9]+$')
|
||||
- homarr_secret_encryption_key is match('^[a-fA-F0-9]+$')
|
||||
fail_msg: >-
|
||||
homarr_secret_encryption_key must be a 64-character hex string.
|
||||
Generate with: openssl rand -hex 32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue