JulianFP / project-W

A self-hostable platform on which users can create transcripts of their audio files (speech-to-text) using Whisper AI
GNU Affero General Public License v3.0
2 stars 0 forks source link

ability to automate the creation of the admin user more easily #38

Open JulianFP opened 1 week ago

JulianFP commented 1 week ago

Currently the only way to create the initial admin user is by editing the sqlite database manually. This is not ideal, not easy to automate and kind of hacky. Instead the backend could create the initial admin user at first startup for you by reading its user/password from env variables or similar.

JulianFP commented 1 week ago

This would also allow for a true AIO docker-compose setup that includes the runner.