IrosTheBeggar / mStream

The easiest music streaming server available
http://mstream.io
GNU General Public License v3.0
2.22k stars 188 forks source link

How connect a mysql database ? #315

Closed shortymc closed 3 years ago

shortymc commented 3 years ago

Hello ! Thanks for your very good work and support. I want the users of my website to be connected to mstream. Like this they can register to mStream. Is it possible ?

Best Regards

aroundmyroom commented 3 years ago

that could be possible if you create users, but how is this relevant to a mysql database?

shortymc commented 3 years ago

My online website already got registered users. There logins/keys are stored inside an mysql database. I want mStream connect to mysql database for know if user is already registered and connect it or redirect to a subscription page if not.

IrosTheBeggar commented 3 years ago

mStream doesn't use SQL, so you'll need to figure out another way to put your user system in front of mStream

You can setup a custom registration script to add users to mStream. It will take some work. You'll need to:

This is really outside the scope of mStream, so I'm closing this ticket. You can check out the Discord server to ask more advice about hosting mStream