Closed ISJ-439 closed 2 years ago
Hey! So, I believe your issue is that your crawler is not set to intranet/local. If you want to index lan pages you need to set the server to either intranet mode, or, switch your network to the allip.freedom one (but preferably do not index lan pages in the p2p network)
@Dalethium Hello sir,
It's set to "Search portal for your own web pages" (I have an entirely other node that's public), but its also using a FQDN that's resolvable by a public DNS. To be clear, im not using 10.0.0.0/8 or similar.
The yacy is running in a docker container so there is a possibility its querying from 172.16.x.x , if that helps.
What is the detailed step-by-step procedure to reproduce the bug?
If you we're to do this by yourself:
sudo apt install kiwix kiwix-tools docker.io
sudo mkdir /opt/yacy_data sudo chmod 777 /opt/yacy_data
Select: Access only with qualified account Peer User: adminuser Set the passwords
Select: Robinson Mode Select: Private Peer
The maximum size of the cache: 50MB Compression level: 0
Max searches in 3s: 3 Max searches in 1mn: 30 Max searches in 10mn: 300
Greeting Line: Search the archived copies of Wikipedia for removed or changed articles. URL of Home Page: http://example.com:8090/ Index remote results: uncheck (this system is for searching the crawled pages only)
sudo docker run -d --name yacy -p 8090:8090 -p 8443:8443 -v /opt/yacy_data:/opt/yacy_search_server/DATA --log-opt max-size=200m --log-opt max-file=2 yacy/yacy_search_server:latest
sudo adduser kiwixuser
su - kiwixuser -c 'kiwix-serve --library /home/kiwixuser/example.zim --port 5555 --nosearchbar --daemon'
Hello,
I've found a lead here, is it possible that it's not mapping the custom port used (5555) to the search parameters? A TCPDump shows its requesting the right URL but the wrong port (default of 80 not 5555).
Regards
Closing this issue as it seems it got solved in the last comment. Please leave a comment if further help is needed.
Closing this issue as it seems it got solved in the last comment. Please leave a comment if further help is needed.
That's incorrect sir, the issue persists, pages with non standard ports are not indexed properly.
I made a new issue to reduce "fluff" https://github.com/yacy/yacy_search_server/issues/475
Hello,
When loading a new page to crawl, which is a locally hosted page on the same server, I'm getting a error 503. However using Lynx, a cli web browser for linux I can load it fine.
How would i troubleshoot this further?
Yacy Console: https://i.imgur.com/IwpjkuS.png
Kiwix Server Logs: