Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion container_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down