No prob @lolcat , thanks for the fast fix :) I agree that nginx is not the ideal option but setting up an apache instance on Arch is a nightmare, I couldn't even get redirect working lol.
Also, the imagick.ini file should have the extension=imagick line uncommented to make php load the imagick module.
Nvm bros, the latest commit fixed the issue :) @bread btw I didn't even had to use the pinned php83-sodium PKG from the AUR, I just had to install php-sodium and uncomment "; extension=sodium" in…
Hmm actually I followed the very same steps that @bread suggests in the updated nginx guide, ofc I used "localhost" as server_name. Maybe I should add some other stuff in the configuration file? I…
In the network tab I see a huge list of 301, 304 and 404 (depending on the chosen engine) errors for any image header. It I click on the preview the image loads tho
My bad, I just had to punt "onion" without extension :) closing
Ok lets 4get this :) the issue has disappeared, maybe it was some kind of tor network temporary quirk.
So something really weird is happening on my side. I get kind of 2 pages without issues, if I click on "next page" after that the result are loaded, I get the error. Another detail I forgot, when…
Huh sorry, my bad, I had launched the same search with DDG as well and I ended up mixing the URLs :P. The correct link is; http://localhost/web?s=can%27t+open+display+%3A0 For what it's worth,…
Ahh that sounds good! So if I build with the luuul/4get: latest
tag , docker wouldnt need to pull it and I can keep the docker-compose.yaml as it is. Also, from the examples that you kindly…
Hey @throwaway thank you for responding:)
Sure you could do that. It would be easier to run docker build -t luuul/4get:latest .
But won't that pull the remote docker image? Id like to…