I've seen Parsoid compose files flying around, so I don't think that part would be too gnarly -- the main challenge will be customising the generated LocalSettings.php.
Mediawiki now [includes a `docker-compose.yml` file](https://github.com/wikimedia/mediawiki/blob/master/docker-compose.yml) upstream, which seems to support URL rewriting out of the box (but not Parsoid yet).
I've seen Parsoid compose files flying around, so I don't think that part would be too gnarly -- the main challenge will be customising the generated `LocalSettings.php`.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Mediawiki now includes a
docker-compose.ymlfile upstream, which seems to support URL rewriting out of the box (but not Parsoid yet).I've seen Parsoid compose files flying around, so I don't think that part would be too gnarly -- the main challenge will be customising the generated
LocalSettings.php.Maybe based on https://github.com/gwicke/mediawiki-containers/blob/master/docker-compose.yml?