Avatar

dev_all_the_opsB

dev_all_the_ops@alien.top
Joined
0 posts • 28 comments
Direct message

Port forwarding will work, but it has major downsides

  1. Will draw attention of bots
  2. Secure as long as there are no security holes in openssh (which is rare but has happened)
  3. You _must_ harden the ssh server by disabling password auth, putting behind fail2ban

There are far better and safer alternatives that I would recommend over exposing a raw port to the world.

  1. Tailscale
  2. Wireguard/OpenVPN
permalink
report
reply

8gb is bare minimum for ZFS. 32gb would be great. ZFS will use all of it.

I would use a minimum of 3 drives because then it is easy to expand later (opposed to starting with 1 or 2).

You could start with the 16tb drives if you want. Personally I like to save power and every spinning drive takes 5-15 watts of power.

permalink
report
parent
reply

What do you mean the addresses are private? Are you double NAT-ed?

As others have mentioned, tailscale or Cloudflare tunnels can solve your problem

permalink
report
reply

Do you care about power consumption?

If not, grab a used Xeon workstation off eBay or Facebook. Grab a pci HBA card and you are set. Note that TrueNas needs lots of ram.

Personally, I wouldn’t want to pay power for an empty drive, so I’d setup the 3 12x drives in a zfs pool and store/sell the 16g drives until you actually need them.

permalink
report
reply

Use Samba.

If you want a GUI for samba on ubuntu checkout

- casaos

- open media vault

permalink
report
reply

CasaOS is about as easy as it gets.

curl -fsSL https://get.casaos.io | sudo bash  

It provides a gui front end for docker. You can install it on any debian based system (which mint is). Combine that with the portainer app and there isn’t much you can’t do.

permalink
report
reply

All the major NAS brands have a google cloud sync (synology/QNAP/asusstor/casaos)

Owncloud/Nextcloud have a google drive sync plugin

You could use something like rsync to copy to another cloud or drive.

permalink
report
reply
  • CasaOs
  • Cosmos-server

Or proxmox and then you can run one or the other or both virtually.

permalink
report
reply

This video by Wolfgang has tons of good information on finding a good low power cpu.

There is a google sheet pinned at the top where people have real world power measurements.

Basically you want to find a low TDP cpu/motherboard combo.

permalink
report
reply

Why not both?

I run CasaOS inside Proxmox

permalink
report
reply