From 75408d571691b7ada31693cfe90fa672e294fa95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Mon, 23 Aug 2021 18:33:02 +0200 Subject: fixed makefile and readme.debian --- Makefile | 2 +- debian/README.Debian | 13 ++----------- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/Makefile b/Makefile index 03d3c5b..9bebc19 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ clean: rm sear.c tmp -rf prepare: - sudo apt install libmicrohttpd-dev xxd build-essential libxml2-dev -y + sudo apt install libmicrohttpd-dev xxd build-essential libxml2-dev php-cli -y test-http: mkdir -p tmp diff --git a/debian/README.Debian b/debian/README.Debian index 76cabab..17e24d0 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -11,20 +11,11 @@ SearX are speed and simplicity. everything works * the horseshoe button redirects directly to the first result without wasting time on the results page. use if you feel lucky. (BP) -* check logs by navigating to /logs.html - -It's not recommended to run a public instance of sear.c yet, as google likes -to prevent spam by using a captcha. - -It's expected that I'll write a simple captcha forwarder so that users of public -instances will solve captchas that are presented and keep the instance healthy. - -Currently it's recommended to run private instances, protected by a password -using a reverse HTTP proxy. +* the image button searches for images and embeds them directly from servers systemd users can start with service sear.c start please also read the README.md file in the git repository or via web: http://git.sijanec.eu/sijanec/sear.c/src/branch/master/README.md - -- Anton Luka Šijanec Sun, 04 Apr 2021 16:00:00 +0200 + -- Anton Luka Šijanec Pon, 23 Aug 2021 18:00:00 +0200 -- cgit v1.2.3