joni1802 / ts3-manager

A modern web interface for maintaining Teamspeak3 servers
https://www.ts3.app
MIT License
189 stars 23 forks source link

[feature request] Option to auto-fill server ip/domain #56

Closed muleyo closed 2 years ago

muleyo commented 2 years ago

Hello,

would it be possible to add an option so server ip/domain will be auto-filled?

That'd be dope. Thanks

joni1802 commented 2 years ago

Hello,

there already is. Bild_2021-07-17_135930

muleyo commented 2 years ago

I just recompiled the project and pre-filled the "host" field since I host it on the same system as the teamspeak server.

The "remember me" option doesn't fulfill what I wanted.

joni1802 commented 2 years ago

You want the server IP or domain is prefilled by default. I think the current solution should be enough and is a little bit better in terms of security.

muleyo commented 2 years ago

Well, I wanted it pre-filled with 127.0.0.1 by default which I did by editing the Login.vue file. I've set host: "127.0.0.1". Afterwards I just re-packed/compiled the app. Works like charm.