Hey,
I recently deployed my own XWiki server with Let’s Encrypt certificate via Docker and I found it a little cumbersome to get it running. I have read some helpful articles on this topic:
- GitHub XWiki Docker README
- XWiki.com Installation Guide using Docker
- Tomcat HTTPS configuration
- XWiki HTTPS mixed content problem
- Nginx and Let’sEncrypt deployment via Docker
… and based on that I had some ideas to facilitate the deployment process.
So I created a repository which reduces the effort of deploying XWiki via Docker to simply executing a script. It includes the feature to automatically generate a certificate for a domain using Nginx + Certbot Docker containers. You can find that repository here. It works well for my Ubuntu 20.04 server.
I just wanted to let you know about the existence of this repository and suggest you take a look at it. I hope you will find it helpful. Feedback is very welcome.
Best regards
Chris