• Joined on 2024-06-06
root commented on issue lolcat/4get#19 2024-06-24 15:26:42 +00:00
Question: how set 4get instance in Artix

I use librewolf and I have this error:

Secure Connection Failed

An error occurred during a connection to localhost:80. SSL received a record that exceeded the maximum permissible…
root commented on issue lolcat/4get#19 2024-06-24 07:06:52 +00:00
Question: how set 4get instance in Artix

There are two docker-compose.yaml in the guide I am confused.

I moved the one in proxies and as before I ran docker compose up -d in the parent folder. Same error as before starting it…

root commented on issue lolcat/4get#19 2024-06-23 19:57:23 +00:00
Question: how set 4get instance in Artix

The guide is not clear.

lsd --tree
 ./
├──  docker-compose.yaml
└──  proxies/
    ├──  docker-compose.yaml
    └──  onion.txt

Like…

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

Do I need to download the images manually? What's luuul?

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

It fails to start:

mount /path/4get/torrc:/etc/tor/torrc (via /proc/self/fd/6), flags: 0x5000: not a directory: unknown: Are you trying to mount a directory onto a file (or vice-versa)?…
root commented on issue lolcat/4get#19 2024-06-23 19:03:51 +00:00
Question: how set 4get instance in Artix

No, I do not have any torrc file and I do not have experience with this.

Where do I create the torrc file?

root commented on issue lolcat/4get#19 2024-06-23 18:55:19 +00:00
Question: how set 4get instance in Artix

In this 4get folder is docker-compose.yaml inside proxies folder?

Where do I put torrc and other docker-compose.yaml in /srv/http/4get?

root commented on issue lolcat/4get#19 2024-06-23 17:45:32 +00:00
Question: how set 4get instance in Artix

Simply running docker compose up -d in 4get repo (/srv/http/4get here) works. I can use 4get connecting to http://localhost/ and search.

I made the files in /srv/http/4get and…

root commented on issue lolcat/4get#19 2024-06-22 15:59:46 +00:00
Question: how set 4get instance in Artix

Thanks @Evhorizon.

Do I need to follow https://git.lolcat.ca/lolcat/4get/src/branch/master/docs/docker.md before and than that?

root commented on issue lolcat/4get#19 2024-06-20 16:35:32 +00:00
Question: how set 4get instance in Artix

Usually I scrape DuckDuckGO so I think that I can just use docker with tor. When/if somebody makes a guide can you let me know?

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

Possibly I'd run it without a docker but if you need it for Tor or something I guess I'll use it.

I will wait for the guide then, thanks.

root commented on issue lolcat/4get#19 2024-06-16 20:11:41 +00:00
Question: how set 4get instance in Artix

No in /etc/httpd/conf/httpd.conf. I thought that SSL is not needed for local use and /etc/httpd/confextra/httpd-ssl.conf is not included anymore:

# Secure (SSL/TLS) connections
#Include…
root commented on issue lolcat/4get#19 2024-06-16 19:18:57 +00:00
Question: how set 4get instance in Artix

I added it and as before I see Error 404. Nothing new in the log.

root commented on issue lolcat/4get#19 2024-06-16 17:51:29 +00:00
Question: how set 4get instance in Artix

I am using this in the main config:

<Directory "/srv/http/4get">
    Options +MultiViews
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME}…
root commented on issue lolcat/4get#19 2024-06-16 07:15:36 +00:00
Question: how set 4get instance in Artix

Not sure to how do that.

Is it similar to this?

<VirtualHost *:80>
	# no domain = go to 4get.ca
	RedirectMatch 301 ^(.*)$ https://4get.ca$1
</VirtualHost>
root commented on issue lolcat/4get#19 2024-06-15 20:10:56 +00:00
Question: how set 4get instance in Artix

I moved the files from /srv/http/4get to /srv/http/.

And I updated the conf:

ServerRoot "/etc/httpd"
...
<Directory "/srv/http/">
...

The home page is displayed better but…

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

I did not look the Arch wiki after adding AddHandler php-script .php in the conf it starts.

I installed php83-curl and…

root commented on issue lolcat/4get#19 2024-06-14 17:31:13 +00:00
Question: how set 4get instance in Artix

Does it need mpm_event therefore?

Since disabling mpm_event and enabling mpm_prefork does not have errors.

I'll search to how do it for Artix/Arch otherwise.

root commented on issue lolcat/4get#19 2024-06-14 06:57:54 +00:00
Question: how set 4get instance in Artix

I installed this that I believe being the corresponding version:

pacman -Ql php-apache 
php-apache /etc/
php-apache /etc/httpd/
php-apache /etc/httpd/conf/
php-apache /etc/httpd/conf/extr…
root commented on issue lolcat/4get#19 2024-06-13 17:52:18 +00:00
Question: how set 4get instance in Artix

It is just a directory listing.

When I access http://127.0.1.1/4get/index.php I see an empty page with this line at the beginning:

load( "home.html", [ "server_short_description" =>…