Spencer Hughes

Results 26 comments of Spencer Hughes

Oh cool I didn't know about su-exec, I'll update the branch to use that methodology instead. EDIT: ok the branch has been updated to use su-exec. I also forgot to...

I have two Macs, one Intel and one M1, both running macOS 11.6. I put the exact same info into both of them (even using iCloud Keychain to add the...

@myrison This worked! Thank you so much for this.

Yes I also miss this.

Is the class for the video player 'VideoContainer-videoElement-1EaMR' for everyone else? I see that's what it is in the screenshot there and that's what it's called for me. I'm trying...

I'm using [itzg's Docker image](https://github.com/itzg/docker-minecraft-server) which creates separate folders for each world. I believe it's pretty popular which is why I thought it might be useful to support it in...

It absolutely could be done like that, and the default container behaviour would still support that workflow. However, I personally prefer to have all of the configuration live with the...

So the issue with that strategy would be that it would be re-running constantly, and Overviewer is quite CPU intensive. For less busy worlds, you may only want to run...

Your reluctance is quite reasonable, and ultimately I'm not married to my particular solution to this issue, just that scheduled runs is a way that people will likely want to...

I did some more research regarding the `restart_policy` option, and `restart_policy` is a subkey of `deploy`, which is only applicable to Docker Swarm deployments. Docker Compose only supports the `restart`...