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/)TR
truthfultemporarily @feddit.org
Posts 2
Comments 95
Proxmox setup - help needed
  • The containers will store their data in volumes, and ideally those volumes are individual ZFS datasets. The containers themselves are stateless, and you can just boot them up with the volume to "restore" them.

    However if you want to learn proxmox anyway this is a moot point anyway.

  • Proxmox setup - help needed
  • Some concerns:

    • get multiple smaller harddrives and put them into some kind of RAID / zpool with redundancy. the drives will fail.
    • there is absolutely zero reason to have a VM per service when a container will do. There are no advantages. But VMs will take significantly more resources and be harder to right-size. There is no restore/backup advantage using VMs.
    • for that reason there is also no reason to use proxmox in the first place, unless you want to learn proxmox. Truenas scale for example comes with pre-installed k3s.
    • I would get a separate hardware firewall because it makes easier to expand the network later.
  • What would the world look like if billionaires actually helped the people?
  • For sure wealth should be taxed, but OPs idea that it's just unused billions sitting around is untrue. People shouldn't belief in falsehoods. Also if you try to argue for wealth tax, and get something basic like this wrong, the argument is already lost.

  • yikes
    'I was tired' — Serbia's president apologizes for accidentally backing Ukraine's UN resolution
  • I am not sure you intended this, but that is exactly what happened. One person misspoke at a press conference that all travel was free immediately, and soon all the border posts were so overwhelmed that they actually had to let people cross.

  • Muslims and Mormons are basically the same thing

    Mormons believe that a biblical angel revealed prophecies indirectly to Joseph Smith, who wrote it down in the book of Mormon.

    Muslims believe that the biblical angel Gabriel revealed prophecies to Muhammad, who wrote it down in the Quran.

    13
    Rant! 100GB Log file in Nextcloud.
  • I disagree with this, container runtimes are a software like all others where logging needs to be configured. You can do so in the config of the container runtime environment.

    Containers actually make this significantly easier because you only need to configure it once and it will be applied to all containers.