lolcat pushed to master at lolcat/4get 2024-06-22 18:00:31 +00:00
4e1df70ce6 getTextContent google error piece of shit
Compare 2 commits »
lolcat commented on issue lolcat/4get#19 2024-06-22 16:49:33 +00:00
Question: how set 4get instance in Artix

@root yes

lolcat commented on issue lolcat/4get#23 2024-06-21 19:56:06 +00:00
Request: add startpage scraper

I'm planning to add more Google sources soon, please stay tuned

lolcat closed issue lolcat/4get#3 2024-06-20 04:01:51 +00:00
Docker: multiple issues
lolcat commented on issue lolcat/4get#3 2024-06-20 04:01:49 +00:00
Docker: multiple issues

Latest commit should fix this, feel free to re-open if other issues arises :)

lolcat pushed to master at lolcat/4get 2024-06-20 03:52:37 +00:00
0b68d6b2a9 Merge pull request 'docker_tor_documentation' (#22) from docker_tor_documentation into master
a0b3189198 improve documentation
84b5c11d6b persist DataDirectory
5ef7c8b852 add documentation
Compare 4 commits »
lolcat merged pull request lolcat/4get#22 2024-06-20 03:52:36 +00:00
docker_tor_documentation
lolcat commented on issue lolcat/4get#19 2024-06-19 22:20:02 +00:00
Question: how set 4get instance in Artix

Also, keep in mind that running 4get over Tor or a vpn would have Google blocking you very soon, and there's no way to circumvent this.

You can setup proxychains

lolcat commented on issue lolcat/4get#21 2024-06-19 13:05:40 +00:00
[Suggestion] Add website blacklist feature

The idea was that clicking on the favicon of a website opens a dialog like usual, but with the added option in there to open a popup for filtering, with a pre-filled regexp that you can edit if…

lolcat commented on issue lolcat/4get#21 2024-06-18 20:49:29 +00:00
[Suggestion] Add website blacklist feature

I'm currently working on that. It will allow you to write regexp and other rule types to filter your results. Filters will be stored client-side in javascript localStorage

What do you think?

lolcat pushed to master at lolcat/4get 2024-06-18 10:31:03 +00:00
40da72e855 added mint.lgbt
lolcat commented on issue lolcat/4get#20 2024-06-18 10:24:43 +00:00
docker container and tor

throwie is the goat

lolcat closed issue lolcat/4get#20 2024-06-18 10:24:43 +00:00
docker container and tor
lolcat commented on issue lolcat/4get#19 2024-06-16 21:20:21 +00:00
Question: how set 4get instance in Artix

Another person got in touch with me, and also has trouble setting this up on Arch, so this isn't a you thing. I'll investigate later on and write a guide on how to fix this mess.

lolcat commented on issue lolcat/4get#19 2024-06-16 19:21:12 +00:00
Question: how set 4get instance in Artix

You placed this in /etc/httpd/confextra/httpd-ssl.conf?

lolcat commented on issue lolcat/4get#19 2024-06-16 19:01:25 +00:00
Question: how set 4get instance in Artix

Place this under a <VirtualHost *:80> in your configuration and restart apache

lolcat commented on issue lolcat/4get#19 2024-06-16 14:12:26 +00:00
Question: how set 4get instance in Artix

No, you use the rules here

lolcat/4get#19 (comment)

lolcat commented on issue lolcat/4get#19 2024-06-15 20:31:00 +00:00
Question: how set 4get instance in Artix

Setup the RedirectRule config

lolcat commented on issue lolcat/4get#19 2024-06-15 18:47:02 +00:00
Question: how set 4get instance in Artix

4get should be stored at the root of the webserver, otherwise you will see broken links.

/settings returning a 404 error means the .php internal redirect does not work.

lolcat commented on issue lolcat/4get#19 2024-06-14 22:39:05 +00:00
Question: how set 4get instance in Artix

Dude I'm so sorry you're going through this, I have no fucking clue what mpm_event does. Shit just works on debian, and docker works on pretty much anything.

Let me know if you figure this…