Multi servers support
TheCalypso opened this issue ยท 2 comments
Is your feature request related to a problem? Please describe.
Hello,
Congratulations for the work you have done is really great!
Being the admin of a minecraft network our community thought that it might be nice to be able to use the plugin on several servers but to have a single web access to have everything in one place.
Describe the solution you'd like
For this a support by database would probably be the most suitable. People with several dedicated machines could use this system and also people with only one machine but several servers on it. The plugin should therefore be a "proxy" mode and a "follower" mode.
Hey,
what you are describing is already planned :)
There is #138 which is the first step to make maps rendered with BlueMap fully transferrable to other web-app's. With that you'll already (without database support) be able to use e.g. rsync or nfs or an nginx reverse-proxy to setup maps from multiple servers on one webapp.
And then there is #80 which adds support for MySQL and maybe even more databases :)
Both are some bigger changes/features that will probably take some more time until they are done, however i am already working on a web-app rewrite that includes big preparations for #138 :)
I am not doing ETA's or promises, but this TODO has the currently planned steps listed in rough order =)
(Closing this, just because its basically a duplicate of #138 and #80)