All wiki instances that want to use Parsoid need to be set with their API endpoint in the config.yml
.
I want to use Parsoid in a dynamic wiki family. New wiki instances can be created at any time by an automated script. Those new instances then would have to be added to config.yml
. While this could be done by a script, the Parsoid would also need to be restarted. And this probably is a problem. As it would make the service unavailable for all the other instances.
Are there any recommendations / suggestions on how to deal with this? Would localsettings.js
be an option?