- Switched to Prisma migrations with a new `check-db` script that validates DB connection and schema before app start, removing the manual database setup step and the required HASH_SALT env var.
- Added new environment variables `IGNORE_HOSTNAME` (ignore specific host IPs) and `DISABLE_UPDATES` (disable version checks), plus Galician language support.
- Updated Prisma to v3.15.2, fixed encoded character display, moved DISABLE_LOGIN check to the build step, and removed the password field from the accounts query.