-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keys management #117
Comments
It would be better to create orremove the symbolic links on all keys in mod's "key" directory to server's "keys" directory at mod switching ON or OFF |
I agree, that is probably how it has to work for it to support different keys on multiple different configurations |
Perhaps this could be of use? https://gist.github.com/Freddo3000/a5cd0494f649db75e43611122c9c3f15 I manage keys and mods using that script, where it symlinks the keys in order to keep them up to date. |
Implementing keys management is quite easy. Maintaining virtual server folders across Windows and Linux is not so much fun. If you want to try it out you can use the git branch It adds an extra burden on Windows as the server binary gets a new path which triggers a new entry in Windows Firewall that must be permitted. |
The text was updated successfully, but these errors were encountered: