Wruczek / ts-website

A website for your TeamSpeak 3 server
https://ts.wruczek.tech
GNU General Public License v3.0
337 stars 80 forks source link

Sqlite3 compatibility #96

Closed Bischi1997 closed 5 years ago

Bischi1997 commented 5 years ago

First of thanks for this awesome site, I really appreciate your work. Is there a possibility to connect to an sqlite database? If so, how do I do this?

Wruczek commented 5 years ago

Thanks for your kind words!

Why would you need sqlite? Do you want to store some other data there?

Bischi1997 commented 5 years ago

I got it to work. I did not quiet understand the system . It actually works as intended. No need for this Issue. Sorry...

Issue was, that I got an error connecting. This was resolved by adding my IP to the whitelist of teamspeak and changing the ts IP in the conf file to the external one (was previously 127.0.0.1).

I was thinking it was directly connecting to the database, which is not the case.

Wruczek commented 5 years ago

Yeah, if you have connection issues then it's not related to the teamspeak backend you are using, they all provide server query. Glad you got that resolved :)