romm icon indicating copy to clipboard operation
romm copied to clipboard

[Feature] Allow seting Admin User and Password from Environment Variables

Open dmfrey opened this issue 2 months ago • 1 comments

Is your feature request related to a problem? Please describe. The problem is not directly related to RomM, however, I currently deploy RomM into a Kubenertes (Talos Linux) cluster and utilize FluxCD for Ci/CD. From a Gitops standpoint, I can't establish the user account in a Gitops way, where the admin credentials would be stored in an password manager (1password accessed through External-Secrets) and inject them into the deployment as secrets and accessed via environment variables.

This would allow the container to created, then recreated in a gitops way, should the container ever need to be destroyed (i.e. hardware crash and rebuild, etc.)

Describe the solution you'd like Establish the Admin account from environment variables that create the Admin account.

Describe alternatives you've considered Have to recreate the admin user, scan an import the library again (lose access to saved progress, re-download all artwork, etc)

Additional context Happy to help test any capability.

dmfrey avatar Nov 10 '25 14:11 dmfrey

Image

gantoine avatar Nov 10 '25 23:11 gantoine