Markus Heiser
Markus Heiser
Isn't it simpler/better to use `[hash]` from [roolup.js](https://rollupjs.org/configuration-options/#output-assetfilenames) / e.g.: ```diff index f8d3e6757..45ae8a574 100644 --- a/client/simple/vite.config.js +++ b/client/simple/vite.config.js @@ -107,9 +107,9 @@ export default defineConfig({ // file naming conventions /...
At the moment, this is not possible because we are copying the assets (images). With the PR: - https://github.com/searxng/searxng/pull/4284 we moved to vite, but at the moment we are not...
That's a pity :-( ... even though I didn't use it often, I had the impression that it was a valid and robust information service. Since the current implementation no...
Can't reproduce this issue .. try my instance for example: https://darmarit.org/searx/preferences However, this error message has nothing to do with the Docker image. Please report bugs related to SearXNG software...
With ON ..  Result list is centered ..  Set to OFF ..  and you get left alignment 
Please use a different browser .. firefox, chromium or .. just to see, the issue is related to your WEB browser.
> As soon as the width drops below 1276px (but larger than 800px), Thanks for the tip. After some research, I have the impression that this option is a source...
Thanks a lot for the analysis :+1: > This also doesn't seem like something we should tackle in one giant PR, but rather start patching some of the HTML per...
Hi @glanham-jr thanks for your PR https://github.com/searxng/searxng/pull/3797#issuecomment-2351617203 .. to continue the bug fixes (of the preferences page) I send https://github.com/searxng/searxng/pull/3830 .. can you have a look? ---- update: I pushed...
closed by: https://github.com/searxng/searxng/pull/4183 A type/class `searx.result_types.Translations` has been implemented: https://docs.searxng.org/dev/result_types/answer.html#searx.result_types.answer.Translations https://github.com/searxng/searxng/blob/36a1ef12399d529f210ceb4f8b28f497fabd0834/searx/engines/libretranslate.py#L56-L57