diff options
author | Anton Luka Šijanec <anton@sijanec.eu> | 2021-08-23 18:33:02 +0200 |
---|---|---|
committer | Anton Luka Šijanec <anton@sijanec.eu> | 2021-08-23 18:33:02 +0200 |
commit | 75408d571691b7ada31693cfe90fa672e294fa95 (patch) | |
tree | fa3f93692c5c1e2ddd05efbd1f4619dd516ce288 | |
parent | l and h get args, no logmem, embed css, php dep (diff) | |
download | sear.c-75408d571691b7ada31693cfe90fa672e294fa95.tar sear.c-75408d571691b7ada31693cfe90fa672e294fa95.tar.gz sear.c-75408d571691b7ada31693cfe90fa672e294fa95.tar.bz2 sear.c-75408d571691b7ada31693cfe90fa672e294fa95.tar.lz sear.c-75408d571691b7ada31693cfe90fa672e294fa95.tar.xz sear.c-75408d571691b7ada31693cfe90fa672e294fa95.tar.zst sear.c-75408d571691b7ada31693cfe90fa672e294fa95.zip |
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | debian/README.Debian | 13 |
2 files changed, 3 insertions, 12 deletions
@@ -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 <anton@sijanec.eu> Sun, 04 Apr 2021 16:00:00 +0200 + -- Anton Luka Šijanec <anton@sijanec.eu> Pon, 23 Aug 2021 18:00:00 +0200 |