@lord-adendaloth @vikinghoarder @PersephoneDives 99% of websites don't work, and this gets another 9 every 5 years. If you use Noscript, you can selectively disable scripts.
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.
@lord-adendaloth @vikinghoarder @PersephoneDives 99% of websites don't work, and this gets another 9 every 5 years. If you use Noscript, you can selectively disable scripts.
deleted by creator
@LoafyLemon @jarfil @Honse but they could just as well mark the ads as essential then
@RomTy @ThePenguinDev if Meta can shut it down, it will. Everything good is illegal.
Piracy is best compared to riding a bus without a ticket.
go on, show us the threatening email
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.
@TrinityTek vhosts also refers to the general concept. In nginx you configure multiple servers with the same listening addresses but different names.
@skullgiver @Fonz It is possible; you have to set it up yourself and you won’t federate with many places.
Hosting Lemmy or Mastodon on Tor or I2P isn’t hard; you just host it, and link your Tor/I2P daemon to it same as any other website. But you have to be aware you’ll be cut off from the majority of other instances. You’ll be running standalone.
I am not sure about Lemmy, but Pleroma supports feeding all your federation traffic through a proxy; you can use one called fedproxy to split out your I2P federation traffic through your I2P daemon, and likewise for Tor. I am not currently running this on my server. It should still work for other fedisoftware than Pleroma. https://docs.akkoma.dev/stable/configuration/i2p/
@TrinityTek@lemmy.world @selfhosted@lemmy.world Everything on your server has a URL, like https://your.server.name.example/c/your_community_name. Unless you want all the official public URLs to everything on your server to have a port number in them (https://your.server.name.example:1234/TrinityTek) you probably want to figure this out <i>before</i> deploying anything.
I suggest using vhosts. You can for example run Lemmy on port 8001 and Mastodon on port 8002 (both should be bound to 127.0.0.1 without HTTPS). Then you get two domain names pointing at the same server. Then you install nginx on your server, as your actual web server, and you configure it so requests for lemmy.trinitytek.com gets proxied to lemmy and mastodon.trinitytek.com gets proxied to mastodon
@online @selfhosted I have to say this is the first time I’ve ever seen anyone ask this
@kratoz29 @selfhosted You cannot go much cheaper from $6 per month… there’s just not that far down to go. You can save maybe another $3 per month. There’s a $3.50/mo plan on Vultr. I have an OVHcloud VPS that cost $100 for 2 years but that was some special promotional deal.
I also stumbled across this one that is $3.40/month (but the $5/month is a much better deal, with 4GB of RAM) but I don’t know anything about this hosting provider so it could just as well be a scam: https://bill.alexhost.com/cart/moldova/
@Amanduh @TrinityTek you can’t just make up any word you like for the last part
@r00ty @danQuix0te message received at social.immibis.com (??why??)
edit: because it’s in the selfhosted community, which I follow
@republicofRAD @jaackf You can leave your own PC on, you can buy new hardware, or you can rent a server. Any of the above is a valid way to run your own services.
A low-end VPS (virtual private server) costs around $5 a month and can run plenty of stuff as long as it’s not particularly heavy (no video hosting). Running a website on a VPS is a very common first entry to self-hosting, especially if you don’t have stable internet at home.
@kilgore_trout @bloodfart apple wants people to jump through THEIR hoops to run anything on their phone, so they can get a 30% cut of the money. That’s why they’re so rich. PWAs bypass that. Apple would kill off web browsers too if they had the power - just like they did kill off Flash, which made the web too powerful for Apple at the time, giving not enough incentive to install their walled garden apps.