dgibbs wrote:LinuxGSM Developer here.
I will look at a workaround to get this working. LinuxGSM relies on checking the webpage for the version number to see if a new version is available.
I will instead have to compare both stable and experimental to make sure admins who use "experimental branch" always get the most recent release regardless of it being experimental or stable.
I couple of requests for the devs.
Would it be possible to do either of the following?
Use SteamCMD: Most game servers use SteamCMD to keep the servers updated. It's really easy from an end-user point of view and less development for me if dev's change the website design.
Use json version checker: Rather than relying on scraping the website, some games use a public json file to show the version number making checking version numbers with scripts very easy.
https://github.com/GameServerManagers/L ... ssues/1933
THhanks
If user wants latest version, use the link above.
If user wants latest exper version, scrape the exper site
If user wants latest stable version, scrape the stable site
But ofc, some sort of simplicity to automate this process, should be done already.
I looked at your project looks amazuing, how much does it cost? Can you create a docker for it? Best would be an unraid docker... (best "OS" in the world)
I tried LinuxGSM-Docker
and get the following error on unraid, i guess its bc of wrong diretorys or something like this... since you have more exp then me, maybe you can bring out a unraid optimized version, or tell me what i did wrong..
Command:
root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='linuxgsm-docker' --net='bridge' -e TZ="Europe/Berlin" -e HOST_OS="unRAID" -e 'DEBIAN_FRONTEND'='noninteractive' -e 'TERM'='xterm' -e 'PATH'='$PATH:/home/lgsm' 'gameservermanagers/linuxgsm-docker'
f81674364ce4174dc2e20821c1d4dd5611455c993e0c17a573f0b43aa55a4083
/usr/bin/docker: Error response from daemon: oci runtime error: container_linux.go:265: starting container process caused "exec: "bash": executable file not found in $PATH".
The command failed.
Unraid really lacks any sort of gaming docker, would be the only one existing.. they have many users and they grow rapidly bc many youtubers are using their stuff. (like linus
https://www.youtube.com/watch?v=LXOaCkbt4lI)