Moondarker

Results 24 comments of Moondarker

Nginx: ``` upstream mineproxy { server localhost:8080; } server { # listen 80; # uncomment for http listen 443 ssl; # comment for http server_name pproxy.rom1504.fr; ssl_certificate /etc/letsencrypt/live/rom1504.fr-0001/fullchain.pem; # comment...

As a first line of defense we should probably add a `beforeunload` event handler checking if Ctrl is pressed and saving users from accidentally closing the tab

> yeah preventing closing the page feel like "ad popup" > people should be able to just close it Last time it didn't track the state of Ctrl and W...

Thanks for the fast reply! You're right, I'll try to come up with a better solution for startup params asap

Note: this will break BattlEye RCON for those who had battleye config in server root... Should `BEpath` be moved to `variables` or just rolled back to hard-coded `/`?

> How so? How does moving the quotation marks affect BattlEye? Or are you just saying it's broken in the first place? I meant that if somebody were to update...

Alright, I've managed to test everything, ~~and it looks like quotes placement doesn't matter at all on Linux, unlike Windows~~ The reason why mods are not loading e.g. in #1768...

Not related to this particular issue with VanillaFix, just info for those who end up here from Google: Same thing was happening to me with DivineRPG v1.5.2 - a null...

It can be easily done using GitHub Actions If anybody wants to work on this, read this: https://cardinalby.github.io/blog/post/github-actions/webext/1-introduction/