Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@shoop afaik you have to enable RCon (Remote Console) in config to have a connection
-
@shoop @melezorus34 Yeah you can, but it doesn't provide everything I want. It was a while ago I looked in to it, but if I recall correctly it doesn't include all output from commands.
@nitwhiz I'm actually planning to integrate it into a sort of server manager, so that I can spin up new servers on the fly :) -
@nitwhiz Go for relaying Docker info to a TypeScript backend. I'd like to move completely to Go, but I'm still a Go beginner, so one thing at a time.
Is interacting with Docker a smooth process with Node? Seems like it'd be a hassle. -
@ScriptCoded depends on how clean you try to do things.
I'm just fiddling around in the moment, so it's more or less just docker-compose being spawned by node.
Deployment happens automatically via gitlab ci, as soon as i merge something into master of one of my projects. -
stop68675y@ScriptCoded go seems for me more sane, since since it works better in background tasks.
-
@nitwhiz Ah I see. Just interesting to hear alternate solutions. Good luck with that!
Related Rants
Finally!
Got my Minecraft server running inside Docker to properly stream logs through Go to this shitty web interface. Fucking hell I didn't think this would be so fucking complicated!
Edit: Forgot the image :)
rant
minecraft
go
grpc
docker