Advanced Search
Search Results
6 total results found
Whoogle
--- version: "3.3" services: whoogle: image: benbusby/whoogle-search:latest container_name: whoogle ports: - 5000:5000 restart: unless-stopped
Yacy
Link Won't work as a stack, need to run in CLi. Don't change --vCheck the image you want to use. docker run -d --name yacy_search_server -p 8090:8090 -p 8443:8443 -v yacy_search_server_data:/opt/yacy_search_server/DATA --restart unless-stopped --log-opt max...
Websurfx
Link Created the folder for Websurfx. In this example: /srv/Files/Websurfx/, in which you need to create two new empty files named allowlist.txt and blocklist.txt. Finally, create a new config file config.lua with this configuration: config.lua -- ### Gen...
LibreX
Link version: "2.1" services: librex: image: librex/librex:latest container_name: librex network_mode: bridge ports: - 8080:8080 environment: - PUID=1000 - PGID=1000 - VERSION=docker - TZ=America...
Araa
Github | Compose example | Clarification services: araa-search: container_name: Araa image: docker.io/temthelem/araa-search:latest environment: - DOMAIN=araa.domain.click ports: - "6413:8000" Configuring (Environmental Va...
SearXNG
Github Privacy-respecting, hackable metasearch engine services: redis: container_name: redis image: docker.io/valkey/valkey:8-alpine command: valkey-server --save 30 1 --loglevel warning restart: unless-stopped networks: - ...