I thought I already posted this, but apparently I haven’t…
On Github, I have a repo that I forked from Horten Folkeverksted’s repo, that builds a Docker image supporting URL rewriting. The repo I forked hadn’t been touched since sometime in 2021. My goal is to maintain the repo, adding new XWiki version/servlet container/database combos as requested.
It currently supports the environment in which I run my own wiki: XWiki 15.5.0 + MariaDB + Apache Tomcat. If you’d like me to add wiki/servlet/database combos, just ask! If you don’t want to wait for me, please fork and open a pull request. Either way, PLEASE open an issue first.
I think I got this to work by opening a shell in my docker image and editing the tomcat config directly… not the best but it seems to work including file uploads.
All it takes is following some of the short url steps
If you need to perform some advanced configuration, you can get a shell inside the running XWiki container by issuing the following (but note that these won’t be saved if you remove the container):
docker exec -it <xwiki container id> bash -l
Could you explain what sort of mess you’re referring to?
To get edit access is easy, you just need to register on xwiki.org. See: