Ivan Gabaldon
Ivan Gabaldon
You know, licensing changes yada yada yada ([#3348](https://github.com/searxng/searxng/issues/3348)). This PR replaces Redis by Valkey and cleans up some deprecated, useless or non-defined options in the Docker compose spec. I have...
The container only runs without permissions at the moment it runs the uWSGI server, the rest of the [script](https://github.com/searxng/searxng/blob/4f7dd05d99f159111db152f86a583a5e2964d4a4/dockerfiles/docker-entrypoint.sh) runs with the ownership that Docker is running (by default root...
This PR completely reworks the Caddy config file to solve several inconveniences that are not worth having them in separate PRs, the changes are these... * *Try* to protect the...
Like #1231, this adds the appropriate ESM resolution and sets the package as a module by default. 8d4f23166d708b42bacc5ce4bc73d72ba296057b (3.19.0)  *This* PR 
See https://github.com/caddyserver/caddy/issues/6678#issuecomment-2460992231
The configuration in Granian is handled with ENVs, much more convenient and practical for updating. The settings have been tested for over two months in a production instance, being usable...
On PR https://github.com/searxng/searxng/pull/4707, Buildah will start building the future images for SearXNG and not Docker. Docker specific flags and keywords like [`HEALTHCHECK`](https://docs.docker.com/reference/dockerfile/#healthcheck) are excluded, this is because it's using the...
To sync with https://github.com/searxng/searxng/pull/4911
To sync with https://github.com/searxng/searxng/pull/4820
*Unit converter* plugin no longer exists, it's now part of *Calculator*. You can also perform operations with units: --- Unknown plugins in `settings.yml` will softfail and not register.