benniekiss

Results 14 issues of benniekiss

When running `uv sync` on a project that contains platform-specific optional dependencies built from source, the sync fails when those dependencies cannot be built for the platform during package resolution....

question

Add a drop-down menu to select between remote podman engines configured in `containers.conf` Selecting a remote engine would show all of the containers running through that engine, allowing an admin...

enhancement

### Description ~Podman stores locally built images as `localhost/${IMAGE}`, so we should prepend `localhost/` to the image name to ensure we target the correct image.~ This PR makes sure to...

This PR refactors the init_cert.sh script in the docker container to support using custom SSL certificates. I've added two env-vars, `NGINX_SSL_CERT` and `NGINX_SSL_KEY`, which when set, will configure the nginx...