Evhorizon
  • Joined on 2024-06-17
Evhorizon commented on issue lolcat/4get#56 2025-01-08 11:46:16 -05:00
Workaround for the latest php version

Thanks to you @lolcat , the Arch guys have already pushed a fix for apcu to their testing repos. I have opened an issue on their gitlab suggesting my fix for php-imagick and I'll keep you updated…

Evhorizon opened issue lolcat/4get#56 2025-01-07 14:35:38 -05:00
Workaround for the latest php version
Evhorizon commented on issue lolcat/4get#46 2024-10-25 14:24:15 -04:00
Thumbnails look broken on my own instance

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.

Evhorizon closed issue lolcat/4get#46 2024-10-25 14:24:15 -04:00
Thumbnails look broken on my own instance
Evhorizon commented on issue lolcat/4get#46 2024-10-25 05:38:30 -04:00
Thumbnails look broken on my own instance

Also, the imagick.ini file should have the extension=imagick line uncommented to make php load the imagick module.

Evhorizon commented on issue lolcat/4get#46 2024-10-25 04:57:06 -04:00
Thumbnails look broken on my own instance

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…

Evhorizon commented on issue lolcat/4get#46 2024-10-25 01:12:47 -04:00
Thumbnails look broken on my own instance

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…

Evhorizon commented on issue lolcat/4get#46 2024-10-24 10:59:21 -04:00
Thumbnails look broken on my own instance

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

Evhorizon opened issue lolcat/4get#46 2024-10-24 09:03:07 -04:00
Thumbnails look broken on my own instance
Evhorizon commented on issue lolcat/4get#45 2024-10-24 08:49:16 -04:00
How to search over Tor on local install?

My bad, I just had to punt "onion" without extension :) closing

Evhorizon closed issue lolcat/4get#45 2024-10-24 08:49:16 -04:00
How to search over Tor on local install?
Evhorizon opened issue lolcat/4get#45 2024-10-24 08:29:35 -04:00
How to search over Tor on local install?
Evhorizon closed issue lolcat/4get#27 2024-07-21 17:36:50 -04:00
Building the docker image locally
Evhorizon commented on issue lolcat/4get#28 2024-07-21 07:05:08 -04:00
startpage results won't go past few pages

Ok lets 4get this :) the issue has disappeared, maybe it was some kind of tor network temporary quirk.

Evhorizon closed issue lolcat/4get#28 2024-07-21 07:05:08 -04:00
startpage results won't go past few pages
Evhorizon commented on issue lolcat/4get#28 2024-07-20 10:04:24 -04:00
startpage results won't go past few pages

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…

Evhorizon commented on issue lolcat/4get#28 2024-07-20 04:28:54 -04:00
startpage results won't go past few pages

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,…

Evhorizon opened issue lolcat/4get#28 2024-07-19 18:38:27 -04:00
startpage results won't go past few pages
Evhorizon commented on issue lolcat/4get#27 2024-07-18 16:43:50 -04:00
Building the docker image locally

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…