github rommapp/romm 4.3.1

14 hours ago

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: 4.3.0...4.3.1

Don't miss a new romm release

NewReleases is sending notifications on new releases.