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