BlueSquare23 / web-lgsm

A simple web interface for the Linux Game Server Manager (LGSM) written in Python3 using Flask.
MIT License
34 stars 5 forks source link

Enable console commands #9

Closed hobsRKM closed 8 months ago

BlueSquare23 commented 8 months ago

Hrrm yeah that's a good idea. I had thought about this a while ago, but kinda forgot about it. Thanks for bringing it back to my attention!

I'm going to close this as an issue and I've turned it into a Todo.

https://github.com/BlueSquare23/web-lgsm/blob/92237c8909104c42ed8bbe324873dff6957dea49/Todos.txt#L3

I'll figure out some sort of way to add the send button onto the controls page!

send          sd   | Send command to game server console.
BlueSquare23 commented 5 months ago

Included in version 1.5. Must be enabled by manually editing the main.conf file and changing send_cmd to equal yes.