Hi,
Since Fedora is using Discourse, would it maybe be a good idea to start a community effort to get it working out of the box on a Podman machine? With that I mean that the default setup of the Discourse installation steps at the moment mainly target Ubuntu LTS with Docker.
I managed to get the container build done with their installation scripts, but after that I didn’t really knew how to change the command arguments to start the container the right way. I think if the folks that manage this instance (which I guess is not running Ubuntu LTS) document the steps they take to customize the install scripts of Discourse and publish that we would already go a long way.
Even better would be to add some code to the Discourse installation scripts to make it intelligent enough to also work for Podman. I noticed that most already works when podman-docker
is installed and some image references in the scripts are changed and network/storage driver checks are customized.
Or if you could please share what Podman command line arguments you (or other people) use to start the Discourse container publicly on the web, then I might tinker around with the scripts and work out something with the Discourse upstream people.