On Mon, Jun 14, 2021 at 09:41:00PM +1000, Philip Rhoades via Podman wrote:
On 2021-06-14 21:29, mh wrote:
> Hi
>
> > Excellent! Could I get images from those containers? If so, I
> > presume
> > there would just need to be some configuring done? - now that you have
> > done all the hard work . .
>
> There are official images on dockerhub and opublished by the Jitsi
> project:
>
>
https://github.com/jitsi/docker-jitsi-meet/
>
> A pod definition to run all necessary containers can be found here:
>
>
https://code.immerda.ch/immerda/ibox/puppet-modules/-/blob/master/ib_apac...
Ah thanks for that - I wonder what Adrian meant when he said: "It took some
time to set it up" - if issues that needed to be solved were encountered . .
I do not really remember all of it anymore.
We wanted to run rootless and behind an existing reverse proxy. That
made it more complicated. We first had a pod, but that did not work
rootless. There were a couple of problems with how networking is setup
and what we wanted. We are now using host networking.
We also wanted to make it available at
example.com/jitsi and spent too
much time with it until we decided it is easier to run in with a
dedicated domain name.
Then we did not want to use lingering to start the systemd services as
non-root. We are now using root systemd but with 'User=jitsi' which is
also not recommended as far as I know.
So there were different things that slowed us down. We somehow solved
everything, but I cannot remember what we changed. It is definitely
not reproducible from my side, but it is possible to make it work.
Adrian