rate-fiction

No password is set yet. Create one where the application runs:

  • Deployed with Docker — run it in the container
    docker compose exec app npm run auth:hash -- --write
  • Running from a checkout with npm install
    npm run auth:hash -- --write

It is written to the data directory, where the application already looks, and takes effect without a restart.