Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

6 total results found

Whoogle

Containered Apps

--- version: "3.3" services: whoogle: image: benbusby/whoogle-search:latest container_name: whoogle ports: - 5000:5000 restart: unless-stopped

Search Engine

Yacy

Containered Apps

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...

Search Engine
Network

Websurfx

Containered Apps

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...

Search Engine

LibreX

Containered Apps

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...

Utility
Search Engine

Araa

Containered Apps

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...

Search Engine

SearXNG

Containered Apps

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: - ...

Search Engine