Roland Häder
Roland Häder
I'm updating the node manually as I have touched the `settings.yml` file and it might cause conflicts on rebase.
`valkey` wasn't installed. Under Devuan/Debian you need to install `valkey-server` which listens on the same port as REDIS does. So if you need to run both, change the port in...
A `git diff` brings no output here as I have committed my local changes to `settings.yml`. I run it directly from the source root directory.
```ini [uwsgi] # Who will run the code uid = searx gid = searx # Cache cache2 = name=searxcache,items=2000,blocks=2000,blocksize=4096,bitmap=1 # disable logging for privacy disable-logging = true # Number of...
That is might be my local commit on `settings.yml` then where I added my secret key, base URL and changed some other configuration. An idea is a to add `searx/settinhs.yml`...
An other also very common way is to have 2 configuration files, a committed `settings.yml` and an ignored `settings-local.yml` with loading order settings -> local. So the local settings can...
Ah, so you have a "local configuration" file as I described as 2nd option. That's what I didn't know. I then revert my changes and before set them in your...
All done!
I'm currently doing this here: ```crontab $ crontab -l MAILTO="[email protected]" # m h dom mon dow command @weekly ${HOME}/update.sh 2>&1 ``` And `update.sh`: ```shell #!/bin/sh cd ${HOME}/searx/ || exit 255...
Yes, I remember it crashes during shooting the reactor.