SearXNG doesn’t have valkey database in docker-compose on Runtipi App Store
Can you add valkey database into SearXNG docker-compose in Runtipi App Store. It is required in order for “public_instance: true” line in settings.yml file to work.
Here’s an example from official docker-compose by SearXNG Team.
https://github.com/searxng/searxng-docker/blob/master/docker-compose.yaml
GitHub
searxng-docker/docker-compose.yaml at master · searxng/searxng-docker
The docker-compose files for setting up a SearXNG instance with docker. - searxng/searxng-docker
3 Replies
you could use the version from my appstore https://codeberg.org/falkheiland/runtipi-appstore
"searxng/data/settings.yml" is not doing anything.
In "searxng/searxng/settings.yml"
If I enable public_instance. It gives me Bad Gateway page.
@Falk Try change from "${APP_DATA_DIR}/searxng" to "${APP_DATA_DIR}/data". So it should work perfect. I have to manually move settings.yml from data folder to searxng folder to make everything work.
@Nicolas @Stavros I modify searxng (to make public_instance to work) for you to update in official App Store repro.
docker-compose.json
data/settings.yml
Will have a look at it in the coming days.
fixed it and adjusted for the latest json scheme