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/)CH
chaosratt @lemmy.computing.zone
Posts 0
Comments 8
VMs or containers?
  • If you are using PvE for linux "VMs" those probably aren't actually VMs but LXC containers. And if you are running docker in one of those, you've got containers in your containers.

    Welcome to the club.

  • Do you prefer x264 or 265 HEVC?
  • Depending on the original source codec, yes, but h265 can do that as well. For me the nice part is the firefox browser support and increasing device support. h265 seems to be stuck in patent hell and not going anywhere.

  • Help understanding Reverse Proxies
  • So reverse proxies are often used in self-hosted and home lab environments to keep things simple.

    Most self hosted apps end up with something like http://someip:1234 and http://someotherip:8372. With a reverse proxy you can setup and internal/private domain and have http(s)://app1.myinternaldomain.com or http(s);//myinternaldomain/app2 depending on which way you want to do it.

    Reverse proxies are NOT required usually for self hosted apps on your internal network. they just help with organization, because remembering port numbers is stupid. Frankly you could also use one of those dashboard apps with links, or even just old school bookmarks. But some of us set up all these apps for the of it and to learn how all this stuff works, getting a reverse proxy into the mix is just one more step in that.

  • self hosted group file sharing?
  • Nextcloud is a nice centralized system for that, you can setup shared folders that appear as a weblink that anyone can upload to, but it would require someone (likely you) to set up and maintain a LAMP stack application.

    Otherwise if you want a simpler "share files between PCs" kind of application then Syncthing would be great for that. Install it on both PCs, link them, then setup a shared folder. The contents of that folder are then mirrored between the pcs.

  • Ask a Pirate: What p2p networks do you use in 2023?
  • usenet for bulk current media, occasionally torrents for niche stuff, but now that rarbg is gone I'm going to have to find a new tracker. I use a seedbox for most torrent activity these days as well, too risky with ISPs clamping down.

    Once upon a time I used DC++ for things, but that was more than a decade ago and the last time I tried it all the severs seems to be in eastern eu countries and very shady. If anyone knows a good DC++ server I'd love to hear more.

  • How do you guys self host?
  • I have a small StarTech rack in my living room (live in an apartment) with some rack mount gear in it (R720, R210II, SuperMicro 846) as well as an "off-site" seed box rented from one of the OVH sub brands out of Canada. I use that server for any services that need to be public facing, that way my home is not exposed (not that I could really, with CGNAT).

    For example, I host my own lemmy instance, which was a PITA to set up and get federating correctly.