yellowhat / searx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

searx

Deploy a custom searx instance

Local

podman build -t searx -f Dockerfile .
podman run -it --rm -p 8080:8080 searx

Requirements

  • A free account
  • A searx container image

How-to

  1. Create a new account
  2. Service name: searx
  3. Add a service (Container image):
    • Container image: ghcr.io/yellowhat/searx
    • Ports: HTTP/8080

Add search engine (Firefox)

  1. go to https://<hostname>/search?q=searx
  2. Right click on the address bar
  3. Click on Add "searx"

About


Languages

Language:Dockerfile 91.7%Language:Shell 8.3%