diff options
author | sijanec <anton@sijanec.eu> | 2021-04-06 15:00:37 +0200 |
---|---|---|
committer | sijanec <anton@sijanec.eu> | 2021-04-06 15:00:37 +0200 |
commit | 55524315f2c25a347905d2d7d31c8580fe702075 (patch) | |
tree | 963dce8c514fa4ed625b6ea78cc5b5c8e64f6d1f | |
parent | fixing bugs in production goes brrr (diff) | |
download | sear.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 |
-rw-r--r-- | README.md | 13 | ||||
-rw-r--r-- | debian/changelog | 6 |
2 files changed, 13 insertions, 6 deletions
@@ -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 diff --git a/debian/changelog b/debian/changelog index 2fc3e1e..c9625a1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +sear.c (0.0.9-1) stable; urgency=low + + * added notices about building in README + + -- Anton Luka Šijanec <anton@sijanec.eu> Tue, 06 Apr 2021 15:00:00 +0200 + sear.c (0.0.8-1) stable; urgency=low * testing building in production goes brrrrrr |