You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 19, 2024. It is now read-only.
These changes are designed with user in mind that want to host their server on more dedicated linux hardware.
By allowing the use of a unix socket, we can clear up the use of limited ports, as well as remove the requirement to run as sudo.
NGINX is a popular webserver solution that is used for both http proxies, as well as tcp and udp.
This allows us to proxy all incoming traffic through an nginx server which runs as admin, listening on the ports required by the minime server.
Also included is quite a hideous but functioning script that should compile importable nginx configurations for users to easily implement into their standard configurations, all of which are based off the servers within the switchboard. This can be executed with npm run-script compile-nginx
I haven't been able to really figure out what I want to do to handle IDZ, it's implementation remains untouched and will still function as it used to.