Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)NO
Posts
2
Comments
297
Joined
2 yr. ago

  • It would be cool if we had another candidate that didn’t suck instead of relying, once again, on voting for anyone but Trump.

    Because I don’t think most people are voting FOR Biden, as much as they are voting AGAINST Trump.

  • As soon as the pandemic was considered done, I’ve just deleted those awful apps. They overcharge you for the products, they stack on a bunch of bullshit fees, and they guilt you into tipping for the 50% chance that you get your order in a reasonable time and without things missing or wrong.

  • 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.