issues
search
BlueSquare23
/
web-lgsm
A simple web interface for the Linux Game Server Manager (LGSM) written in Python3 using Flask.
MIT License
39
stars
4
forks
source link
Fix home page bug + add update script + more
#4
Closed
BlueSquare23
closed
10 months ago
BlueSquare23
commented
10 months ago
Fixed bug I just introduced where home page wasn't showing all servers cause my logic in
get_server_statuses()
was off.
Created an update script to allow users to update safely without overwriting their config.
Built around git.
Also:
Added
main.config
setting to disable edit page.
Fixed edit page tests accordingly.
Generally cleanuped repo.
Reordered Todos in rough order of priority.
get_server_statuses()
was off.main.config
setting to disable edit page.