[-] NeonWoofGenesis@kek.henlo.fi 2 points 1 year ago

As @slashzero@hakbox.social said, if you're using an additional nginx server, your docker nginx can't listen for port 80 or 443. Here's my host nginx reverse proxy's ssl section for reference:

server {
    server_name kek.henlo.fi;

        location / {
	proxy_http_version 1.1;
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection "upgrade";

        include proxy_params;
        proxy_pass http://localhost:9001;
    }

    listen 443 ssl http2;
    listen [::]:443 ssl http2;
    ssl_certificate /etc/letsencrypt/live/kek.henlo.fi/fullchain.pem; # managed by Certbot
    ssl_certificate_key /etc/letsencrypt/live/kek.henlo.fi/privkey.pem; # managed by Certbot
    include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot
    ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot
}

Maybe you're missing some proxy headers, or the docker compose isn't forwarding the correct ports.

But it can definitely be something completely different.

[-] NeonWoofGenesis@kek.henlo.fi 1 points 1 year ago

I can see a usecase for where you don't know where to start or search with, and then verify with actual searches.

I recently used it to explain for a friend what is the difference between wheat and ale beer, and it gave a very good summary. With DDG I might not get a direct explanation and would need to read a few articles and then word them in a comprehensive way.

[-] NeonWoofGenesis@kek.henlo.fi 8 points 1 year ago

You can disable the power button shortcut. Search for something like "emergency sos".

[-] NeonWoofGenesis@kek.henlo.fi 19 points 1 year ago

See other comments. They are gonna implement Face It anticheat which won't work with linux.

[-] NeonWoofGenesis@kek.henlo.fi 1 points 1 year ago

True, same experience here. It's nice to not see 1k+ comment threads filled with karmahoarders voted to the top.

[-] NeonWoofGenesis@kek.henlo.fi 3 points 1 year ago

A legend has been born already for this network xD

NeonWoofGenesis

joined 1 year ago