summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorsijanec <anton@sijanec.eu>2021-04-06 15:00:37 +0200
committersijanec <anton@sijanec.eu>2021-04-06 15:00:37 +0200
commit55524315f2c25a347905d2d7d31c8580fe702075 (patch)
tree963dce8c514fa4ed625b6ea78cc5b5c8e64f6d1f /README.md
parentfixing bugs in production goes brrr (diff)
downloadsear.c-55524315f2c25a347905d2d7d31c8580fe702075.tar
sear.c-55524315f2c25a347905d2d7d31c8580fe702075.tar.gz
sear.c-55524315f2c25a347905d2d7d31c8580fe702075.tar.bz2
sear.c-55524315f2c25a347905d2d7d31c8580fe702075.tar.lz
sear.c-55524315f2c25a347905d2d7d31c8580fe702075.tar.xz
sear.c-55524315f2c25a347905d2d7d31c8580fe702075.tar.zst
sear.c-55524315f2c25a347905d2d7d31c8580fe702075.zip
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