diff --git a/container_configs.py b/container_configs.py index 1d7f439..3620cd2 100644 --- a/container_configs.py +++ b/container_configs.py @@ -215,7 +215,7 @@ def prowlarr(self): ) def homarr(self): - key = os.urandom(124).hex() + key = os.urandom(32).hex() # Because os.urandom(32) generates 32 random bytes, and .hex() converts each byte into two hexadecimal characters. return ( ' homarr:\n' ' image: ghcr.io/homarr-labs/homarr:latest\n'