• 2 Posts
  • 8 Comments
Joined 1 year ago
cake
Cake day: July 15th, 2023

help-circle






  • Spez killed third party apps so he could track people and sell ads. First party apps were bad and getting worse. And the whole way it went down was just dishonest and shitty. I don’t wanna support that.

    I also really enjoyed being able to see new content AND comment on it/interact with the community. That was the reason Reddit was cool to me. If I didn’t channel that energy towards something else I’d have ended up back on Reddit.

    And the cherry on top, I love the idea of decentralized social networks. It’s better for the internet.



  • I’ve got a few layers of security for my homelab setup that make me feel pretty comfortable against random attacks.

    Cloudflare is used to manage my domains and act as an external proxy to obscure my IP address, I’ve only forwarded ports 80 and 443 to Traefik my containerized reverse proxy, Authelia to add 2FA to services that I feel should have extra protection and my homelab nodes are on a separate vlan that is configured to drop all attempts to initiate communication outside of that vlan. I also use the ubiquity intrusion detection and prevention features on my firewall to attempt to stop any know malicious activity.

    A majority of these configurations are overkill for a homelab, but were fun to implement. If you use a reverse proxy and keep your software up to date you will likely be fine unless you are specifically targeted by skilled hackers. Any random scans, or shotgun style attacks tend to target unpatched vulnerabilities.