summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/README.md b/README.md
index 2fdf723..23e5460 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,5 @@
# sear.c
-[![Build Status](https://jenkins.sijanec.eu/job/sear.c/badge/icon)](https://jenkins.sijanec.eu/job/sear.c/)
-
sear.c is used as a lightweight replacement for [SearX](https://en.wikipedia.org/wiki/Searx) that proxies and caches search results
from the Google web search engine. The main advantages over SearX are speed and simplicity.
@@ -40,13 +38,16 @@ make
* check logs by navigating to /logs.html
* program also writes all logs to standard error
-## a word about public instances
+## prebuilt binaries
-It's not recommended to run a public instance of sear.c yet, as google likes to prevent spam by using a captcha.
+apart from the usual debian distribution, there are also prebuilt binaries built for amd64 and arm64, as well as debian packages.
-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.
+before downloading, check that the build passed, indicated below on the badge:
+
+[![Build Status](https://jenkins.sijanec.eu/job/sear.c/badge/icon)](https://jenkins.sijanec.eu/job/sear.c/)
-Currently it's recommended to run private instances, protected by a password using a reverse HTTP proxy.
+* amd64: [https://cargova.sijanec.eu/prog/sear.c](https://cargova.sijanec.eu/prog/sear.c)
+* arm64: [https://of.sijanec.eu/prog/sear.c/](https://of.sijanec.eu/prog/sear.c)
## screenshots