diff options
author | Anton Luka Šijanec <anton@sijanec.eu> | 2022-01-31 20:01:51 +0100 |
---|---|---|
committer | Anton Luka Šijanec <anton@sijanec.eu> | 2022-01-31 20:01:51 +0100 |
commit | e6fc35de3722765ad3e62d9c42b5e78085d7d807 (patch) | |
tree | 74698f55bb6c5fbcf1837d98610fd70a12fca168 /README.md | |
parent | v drugo gre radio (diff) | |
download | sear.c-e6fc35de3722765ad3e62d9c42b5e78085d7d807.tar sear.c-e6fc35de3722765ad3e62d9c42b5e78085d7d807.tar.gz sear.c-e6fc35de3722765ad3e62d9c42b5e78085d7d807.tar.bz2 sear.c-e6fc35de3722765ad3e62d9c42b5e78085d7d807.tar.lz sear.c-e6fc35de3722765ad3e62d9c42b5e78085d7d807.tar.xz sear.c-e6fc35de3722765ad3e62d9c42b5e78085d7d807.tar.zst sear.c-e6fc35de3722765ad3e62d9c42b5e78085d7d807.zip |
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -40,6 +40,8 @@ make * program writes all logs to standard error (and to `/logs.html` if compiled with `SC_LOGMEM`) * setting the h parameter will rewrite links to HTTP from HTTPS * setting the l parameter with a number will limit number of displayed links to that number. +* upstream engines sometimes respond with a CAPTCHA after repediated requests. set the environment variable `SC_FALLBACK` to a URL prefix (`http://fallback.example:7327/search?`) to HTTP redirect clients in case of such upstream errors. +* shipped systemd unit loads environment variables from `/etc/sear.c` if it exists as `VAR=VAL`. ## prebuilt binaries |