Take control of your web searches and internal data discovery with a fully decentralized, peer-to-peer search engine. This application allows you to host your own search index, ensuring complete privacy by eliminating reliance on centralized, commercial search providers. You can join a global network of users to access a large-scale search cluster or operate entirely offline for maximum security.
Key capabilities include:
Deploy easily via Docker or compile from source to create a highly customizable, privacy-aware search portal.
services:
yacy:
image: yacy/yacy_search_server:latest
container_name: yacy
restart: unless-stopped
ports:
- "8090:8090"
- "8443:8443"
volumes:
- ./data:/opt/yacy_search_server/DATA
environment:
- TZ=UTC# No specific secrets are required for a basic YaCy installation.
# Admin password is set via the web interface or command line after startup.
Auto-fetched about 22 hours ago
Auto-fetched about 22 hours ago