RomM logo

RomM

Beautiful, powerful, self-hosted rom manager and player

Alternative to: antstream arcade


About Versions (100)

4.3.1

2025-10-04

What’s Changed

New environment variables

  • DISABLE_SETUP_WIZARD: Disables the setup wizard when using OIDC
  • TINFOIL_WELCOME_MESSAGE: Custom welcome message in Tinfoil
  • Support for OIDC role claim
    • OIDC_CLAIM_ROLES: List of claim roles
    • OIDC_ROLE_VIEWER: Mapped role for viewer user
    • OIDC_ROLE_EDITOR: Mapped role for editor user
    • OIDC_ROLE_ADMIN: Mapped role for admin users

Resetting HowLongToBeat Data

If you need to reset HLTB data due to the bug¹ above and want to reset the HLTB IDs on all your games, you can run this SQL script against your database container:

UPDATE roms
SET roms.hltb_id = null, roms.hltb_metadata = '{}'

To access the SQL interface if using mariadb:

sudo docker exec -it <container id or name> mariadb -u <db username> -p <db name> 

New Contributors

Full Changelog: https://github.com/rommapp/romm/compare/4.3.0…4.3.1