James Harmison

Results 15 comments of James Harmison

I typically do all of my workloads without TLS inside my cluster, performing TLS termination at the Ingress (which is that reverse proxy thing I mentioned before). Do I see...

I have had a few very busy weeks and haven't been able to thoroughly document all of this, but I did get it operational inside the container image, and built...

Any chance we could get the address/port exposed? I don't want to run this directly on my Linux machine, but would rather containerize the web server portions and the networking...

This works well for me, btw. Should be able to use Docker or Podman or whatever to build. I run with `-p 5000:5000 -v sidekick-data:/app/Sidekick/src/Sidekick.Web/sidekick` args. ``` FROM registry.fedoraproject.org/fedora:41 RUN...

Additional dependency, which isn't required for webkit2gtk in all cases - `glib-networking` is the package name in both Fedora and Ubuntu, alongside either GnuTLS or OpenSSL