Please commit the theme, I will add it
The wording changes are kind of useless since I'm working on a new frontend at the moment.
tell me @root , does the homepage work when duckduckgo scraper fails? Cause I set it to timeout after 30 seconds, so maybe it's just really slow and you're blocked from duckduckgo.
Awesome, I'm happy you managed to figure it out. Is the nginx guide missing anything or are you ready to merge?
It times out because the IP you used for requesting results is blocked, that's just something duckduckgo does. Use the qwant scraper if you need bing results
Can you make sure libsodium is loaded?
will@fuckedmachine:~$ php -r "phpinfo();"
Just reset your shell. If you don't put a ;
last command will be appended to the current one.
It's an extension, I believe. Does your package provider really not bundle ANY extensions at all? Can you even decode JSON?
Can you run these tests for me?
$ php -a
php > print_r(json_dec…
it requires systemd
what the hell?
Ok, if you can't get this to work, I can try moving to using openSSL extension. Is there a way for you to set that up?
Yes! That's the extension I use to encrypt the npt tokens for pagination.
You need this extension: https://github.com/jedisct1/libsodium-php
Is it available in the repos?
When it renders half of it that means it crashed somewhere, are you sure
APCU is needed for pagination to work. I store encrypted data inside apcu keys, and encrypt it. This is why when you paginate results, you get these random characters in your url bar. These random…
The closest match I have is this
will@fuckedmachine:~$ cat /etc/php/8.2/cli/conf.d/20-apcu.ini
extension=apcu.so