yaroto98
@yaroto98@lemmy.world
- Comment on My Firewall was not putting out last night. So I could not get any pihole action. 1 day ago:
Good to hear brother, stay safe.
- Comment on My Firewall was not putting out last night. So I could not get any pihole action. 2 days ago:
Rawdogging the internet is a great way to catch a disease.
- Comment on Weekly Recommendations Thread: What are you playing this week? 2 days ago:
Not suuuuuper patient, but I’m enjoying Project Wingman. Love playing on my steam deck. Had to scratch that dogfighting itch after finishing ace combat 6 earlier this year. And it’ll be a while before ace combat 7 has been out long enough for me to buy it for a decent price.
- Comment on Why do people host RSS? 1 week ago:
Exactly this.
- Comment on Is this a good first homeserver? 1 week ago:
One thing you may want to explore is your OS. If you want to do what you suggested with a NAS OS like TrueNAS or Unraid. They can take advantage of a ssd cache. One small regular ssd for your OS, storage on your hdd array, and a NAS quality ssd that essentially runs your docker containers that gets backed up to your array.
It’s not nessesary. But if it’s something you think you might want to do in the future, you’ll want a plan for it now. Make sure you have enough mobo connections, and space in your case or an idea on how you would want to expand.
- Comment on Finally happish with my all-in-one homelab (20+ services and way too much tinkering) 2 weeks ago:
Wait, we’re putting stickers in the case now?
- Comment on slskd - auto login 2 weeks ago:
It likely also needs an ip address range to determine what is “local” for you. Is it 192.168.1.0\24, 10.0.0.0\24 or something else. Unsure what that flag would be though for slskd.
- Comment on What path does data take when connecting to a domain at my address? 1 month ago:
Depends, you can set it up a few different ways.
-
you can set the dns so each subdomain resolves to a different port with your ip, in which case your router can forward that port to any local address on your network.
-
reverse proxy, this is most common. You use a service to do the translating for you. Your router forwards all requests on port 80 and 443 to your reverse proxy. The reverse proxy takes requests for subdomain1 and forwards it to the associated ip/port locally.
-
- Comment on Best Way to Create STL from Images 2 months ago:
Not easy for complex pictures, but if you have a simple png with a transparent background you can import it into blender or orcaslicer and then add to the z axis.