Sign inSign up

blx32/yacy_search_server

By blx32

Updated over 3 years ago

Distributed Peer-to-Peer Web Search Engine and Intranet Search Appliance

Image
0

90

blx32/yacy_search_server repository overview

Yacy Search Server

Built from https://github.com/yacy/yacy_search_server/tree/master/docker

Usage

Run the docker image
docker run -d --name yacy -p 8090:8090 -p 8443:8443 -v yacy_data:/opt/yacy_search_server/DATA --log-opt max-size=200m --log-opt max-file=2 blx32/yacy_search_server:aarch64-latest

YaCy web interface is then exposed at http://[container_ip]:8090 You can retrieve the container IP address with docker inspect.

Default admin account
  • login: admin
  • password: yacy

You should modify this default password with page /ConfigAccounts_p.html when exposing publicly your YaCy container.

Handle persistent data volume

As configured in the Dockerfile, by default yacy data (in /opt/yacy_search_server/DATA) will persist after container stop or deletion, in a volume named "yacy_data"

Tag summary

Content type

Image

Digest

sha256:2b1276759

Size

1.5 GB

Last updated

over 3 years ago

docker pull blx32/yacy_search_server:aarch64-latest