Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-09 | [mod] get rid of ./utils/brand.env and its workflow | Markus Heiser | |
All the environments defined in ./utils/brand.env are generated on the fly, so there is no longer a need to define the brand environment in this file and all the workflows to handle this file. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
2024-01-09 | [mod] ./utils/get_setting.py tiny YAML parser for settings.yml | Alexandre Flament | |
This allow to read settings on the fly even without virtualenv. The ultimate goal of the commit is to remove utils/brand.env from the git repository. The code includes a tiny yaml parser that **should** be good enough. The code read searx/settings.yml directly (and ignore the environment variables). yq [1] is a more reliable alternative but this require to download a binary from github which is not great. [1] https://github.com/mikefarah/yq/#install |