lanager icon indicating copy to clipboard operation
lanager copied to clipboard

Unsupported cipher or incorrect key length. Supported ciphers are: aes-128-cbc, aes-256-cbc, aes-128-gcm, aes-256-gcm

Open howsTricks opened this issue 9 months ago • 1 comments

Docker image information REPOSITORY TAG IMAGE ID CREATED SIZE zeropingheroes/lanager stable 0cc246d47cbc 11 months ago 307MB

Bug description API_KEY needs to be 32 bytes long but in documentation it says 32 characters long. Suggesting to change step to say 32 bytes long and suggest using command "openssl rand -base64 32" instead of opening a google link.

Reproduction steps Configure API_KEY in .env file to be 32 character long

Expected behavior Homepage loads

howsTricks avatar Aug 04 '25 22:08 howsTricks

Yep sounds good to me. I'll accept a pull request for the changes, or failing that update the docs in a few months.

ilumos avatar Aug 05 '25 11:08 ilumos