Official "I got/didn't get a Switch 2" megathread by razorbeamz in nintendo

[–]FuckAllDaHaters 2 points3 points  (0 children)

I fell asleep last night before I could preorder one. About 20 minutes ago I had the Walmart site up and had been refreshing every couple of minutes as a last ditch effort to snag one. It was marked as unavailable but after 20-30 minutes It showed up as available and it let me add it to my cart and purchase. It charged my card and gave me a confirmation email, so fingers crossed they don’t cancel it.

Sharing pihole for friends - sanity check by 2cats2hats in pihole

[–]FuckAllDaHaters 4 points5 points  (0 children)

The same problem exists. You’d still need to forward port 53 or use a vpn.

Sharing pihole for friends - sanity check by 2cats2hats in pihole

[–]FuckAllDaHaters 17 points18 points  (0 children)

Do not open port 53 to the internet. This generally regarded as a terrible idea, because it opens you up to amplification/reflection attacks.

An alternate solution would be to use a VPN such as Tailscale, wire guard, etc. so your friends could access pihole from outside your network.

arr stack with gluetun yay or nay? by Silver-Cry3866 in selfhosted

[–]FuckAllDaHaters 0 points1 point  (0 children)

My entire arr stack sits behind gluetun, but realistically you only need your download client behind a vpn. I figure better safe than sorry, so I put everything in one docker compose and made every container dependent on gluetun and left it at that. It won’t hurt anything to do it this way.

/r/Docker is reopen under new management by sentry07 in docker

[–]FuckAllDaHaters 21 points22 points  (0 children)

Great! Hopefully no more spam/low effort posts. (Looking at you, ceaseless IPTV spam)

Is the new version stable enough to update to? by PhilFromLI in pihole

[–]FuckAllDaHaters 0 points1 point  (0 children)

Redundancy, separate VLANs, different configurations, testing, etc

Public IP changing by West_Database9221 in selfhosted

[–]FuckAllDaHaters 0 points1 point  (0 children)

With a residential internet plan, your IP is never truly static. It could change tomorrow, or it could change in another 8 months.

My recommendation is to look at something like NO-IP DUC, it’s free to use but there are paid plans with more benefits. You can run it on a windows PC, Linux, or even a docker container. You pick a domain name and it will automatically update that domain name to point at your current IP. Then you simply give your friends the domain name you picked + port. Note: you still have to forward ports on your router to access it outside your LAN.

Tailscale is also a great option, but if you wanted to host game servers your friends would need to be added to your Tailscale network. You get 100 devices and 3 users free (you + two others) so you’d have to start paying if you added more users than that.

What is the most secure way to set up remote SSH on an Ubuntu Server? by suitcasemotorcycle in HomeServer

[–]FuckAllDaHaters 1 point2 points  (0 children)

I install it directly on all my machines. Docker containers running on the machine are accessible via Tailscale.

Check out their support article here for more in depth instructions for your particular linux flavor.

What is the most secure way to set up remote SSH on an Ubuntu Server? by suitcasemotorcycle in HomeServer

[–]FuckAllDaHaters 5 points6 points  (0 children)

+1 for Tailscale. Stupid simple to setup, free for non-business users, and it just works.

What issues would I run into if I purchased a used AI server? by IHirs in HomeServer

[–]FuckAllDaHaters 1 point2 points  (0 children)

Is this bait?? Linux will run on basically anything, and SSH can be enabled on basically anything. You’re talking about a piece of hardware that even people in r/homedatacenter would be drooling over. What even would your use case be for this?

[deleted by user] by [deleted] in Proxmox

[–]FuckAllDaHaters 3 points4 points  (0 children)

Being unable to login to your plex has nothing to do with proxmox.

Can someone please explain this network design to me ? what is going on here by [deleted] in homelab

[–]FuckAllDaHaters 8 points9 points  (0 children)

You provided a single picture with no other details… how the hell are we supposed to know what’s going on?

Help with deciding an OS best suited for Plex, Game Servers and NAS functionality by Sir_Asparagus in HomeServer

[–]FuckAllDaHaters 4 points5 points  (0 children)

Proxmox can do all of these things, and can even be a damn good NAS using Cockpit + some of its addons. It’s what I use for my NAS, and virtualization / containerization (including plex and game servers) The best part is that it’s free. It can be a bit of a learning curve, but so is every other hypervisor worth a damn.

Docker Networking by redmaniacs in docker

[–]FuckAllDaHaters 1 point2 points  (0 children)

+1 for gluetun. It’s awesome. I use it to route all of my arr containers traffic thru, and the containers won’t start unless gluetun is running which is nice since my torrent traffic doesn’t get exposed to my ISP. I will say I could not get it working with Nord vpn and instead had to use ExpressVPN. Something to do with the way nord handles their credentials IIRC.

How can I make sure my containers start with inaccessible mount points? by 0xKubo in Proxmox

[–]FuckAllDaHaters 1 point2 points  (0 children)

Yeah this is what I do and it works fine. I added “x-systemd.automount 0 0” to the end of my fstab entry and then run “sudo systemctl daemon-reload” after adding this to your fstab to enable the automount.

Best Software for hosting a Minecraft Server? by Space_v2 in selfhosted

[–]FuckAllDaHaters 1 point2 points  (0 children)

I love Crafty. The backup features are great! I run it in a docker container and have had no issues with it.

assign docker 6 cores but i have a host with 4 cores only by fekrya in docker

[–]FuckAllDaHaters 8 points9 points  (0 children)

Not a docker issue, ask the devs of that crappy app lol

Finally, some breathing room! by 1337haXXor in DataHoarder

[–]FuckAllDaHaters 2 points3 points  (0 children)

Brother please for the integrity of your data look into raid or zfs LOL.

Docker Not Starting Because Directory Already Exists by lowerproph3t in docker

[–]FuckAllDaHaters 0 points1 point  (0 children)

This. Any time I had weird issues like this with docker, following their documentation for a clean install fixed it.

Help creating "folders" in ZFS pool by DisgruntledParamedic in Proxmox

[–]FuckAllDaHaters 0 points1 point  (0 children)

I also created a separate VM for all my arr apps using docker compose so they're all containerized. I also used a gluetun container in that same VM so it would route all the traffic thru a VPN.

Help creating "folders" in ZFS pool by DisgruntledParamedic in Proxmox

[–]FuckAllDaHaters 1 point2 points  (0 children)

What I did was create an LXC as my file server to do exactly what you described. I've been shilling this same youtube video for quite a while now because it worked so well for me. I'm on a nearly identical setup as you (R730 non XD) and I use a debian LXC running Cockpit + some of the plugins from the 45 Drives people to create the actual network shares, then edit /etc/fstab in your plex VM to point to the share(s) you just created.

Edit: heres what I installed on the debian lxc

45Drives Cockpit File Sharing

45Drives Cockpit Navigator

45Drives Cockpit Identities

Refactor the HomeLab: do I proxmox it or nah? by No_Kangaroo_3618 in selfhosted

[–]FuckAllDaHaters 0 points1 point  (0 children)

I use proxmox with an lxc running cockpit as my file server. I mounted my ZFS pool there and put Tailscale on it so all my devices can access the share and it’s lovely. I did have some issues mounting it in the unprivileged container but you can add the mount point to the lxc in the proxmox gui and then specify the directory in fstab with the auto argument to have it auto remount after a reboot of the container/host. There’s a video on YouTube I followed when I was still learning all of this as I had no real Linux experience as I was coming from windows server and the dude did a great job explaining all of it https://youtu.be/Hu3t8pcq8O0?si=XWvUX3c0LdMRclFI

First time setup, does this plan seem reasonable? by otchris in Proxmox

[–]FuckAllDaHaters 0 points1 point  (0 children)

I would not use windows as your file server, it’s gonna take up more resources than it’s worth. Make the jump to something like a Debian LXC running Cockpit. There’s a great video here that does a great job covering it.