• 0 Posts
  • 10 Comments
Joined 3 years ago
cake
Cake day: October 15th, 2023

help-circle


  • Proxmox is a virtualization solution: let it do its job and run a vm with opnsense.

    It is simple both from a virtualization and a networking perspective; your hypervisor is ‘hypervisoring’ and the firewall is firewalling, easier to maintain and debug, no custom thinkering required.

    If you are at home go with #1, more fun and lots of discoveries; if you have to pay the bills, go with #2, tested, solid, easier to handoff to your colleagues.


  • IMHO you should look/ask for such a feature in a google group because big g may have a business case for such a feature: it would pull back in those users who try to escape.

    and that should not be an immich feature but a google one.

    as a self-hoster I prefer to have control on my data; a solution to feed my data to google through a third party (that may do whatever it wants while performing the transfer) is the exact opposite of what i’m trying to achieve and would have little to no value for me.


  • If the main site gets compromised the credentials there must be considered lost and known to che attackers.

    with a pull backup that’s not an issue because the main site has no access to the remote system; it is a process on the remote site that has credentials to access the main site and not the other way around.

    the remote system may receive retrieve a compromised copy of the data, but the attacker cannot tamper with previous backups so recovery is still possible.





  • Add a second node using the new drive, move all vm to the new node, decommission old node, rebuild the old node with the new drive.

    You can get away with a disk clone but in my opinion a vm move is the proper way to go.

    Adding a new node you start with a clean install, any quirk you have on the old hw will be finally washed away (or will bite you back and be properly documented), you have a quick way back should anything go sideways (the clone too provides a quick way back, but i like this way much more ^^), you get some hands on multi node experience that will be useful for ha setup.