If you care about bios, you’re doing it wrong - new accounts use uefi.

Doer of things, sometimes.
Boosts things if they are generally interesting, since fediverse discoverability sucks.
I’m probably not upset about what you’re creating - only about what you’re destroying to make room.
It’s illegal to be pro-Palestine in Germany since the government equates it with pro-Holocaust.

  • 1 Post
  • 18 Comments
Joined 1 year ago
cake
Cake day: July 6th, 2023

help-circle








  • Here’s what I have for Pleroma.

    server {
    server_name social.immibis.com; # this is what matches the domain name
    root /var/www/social_html; # empty folder
    location / {
    proxy_pass http://localhost:4000;
    }

    # this block was from the pleroma documentation, I think. Mastodon and Lemmy might have their own recommendations. Upgrade is to enable proxying websockets. and the rest seems generally sensible for proxying.
    proxy_set_header Upgrade $http_upgrade;
    proxy_set_header Connection “upgrade”;
    proxy_set_header Host $http_host;
    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    client_max_body_size 16m;
    ignore_invalid_headers off;

    # when you run Certbot it will change this to 443, insert SSL configuration, and set up a redirect on port 80
    listen [::]:80;
    listen 80;
    }


  • @skullgiver Yes, there are many ways to make sure your server connects to Tor and I2P sites. But that’s what the guy who ISN’T running a Tor/I2P site has to do, to federate with the Tor/I2P site. If you’re running the Tor/I2P site you can’t really do much on your side to enable federation.

    Cloudflare won’t help because you need inbound connections. Some VPNs support *transient* port mapping designed for BitTorrent, but good luck trying to claim a stable port number for any significant length of time, never mind port 443 (which I’m sure is outside of the allocation range anyway). You’d have more luck trying to find a VPS provider crazy enough to let you pay anonymously with cryptocurrency with just a pinky promise that you’re not hosting child porn. Or just don’t federate.