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
The formatting is a bit weird but I kinda like it, lol.
Any luck getting APCU to work on artix?
I don't know brother, everyone who has tried getting this to work on arch has failed until they tried the docker container. Don't hate yourself too much if you can't get it to work.