From fdde5ae6f9ba1807c7b96a95cf7363daad027c80 Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Mon, 2 Oct 2023 20:49:40 +0200 Subject: [PATCH] Update README.md --- README.md | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 67e2fda..7e7a99c 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,21 @@ This script installs and configures basic tools for running a Proxmox Server. Following settings are made: -- Disable `pve-enterprise` repo -- Add `pve-no-subscription` repo -- Upgrade system to latest version -- Install basic tools: `sudo vim ifupdown2 net-tools dnsutils ethtool git curl unzip screen iftop lshw smartmontools nvme-cli lsscsi sysstat zfs-auto-snapshot htop mc rpl` -- Configure snapshot retention for `zfs-auto-snapshot` interactively -- `zfs_arc_[min|max]` will be calculated by size sum of all zpools in 512 MB steps -- Configure backup of `/etc` folder to new zfs dataset on `rpool/pveconf` -- Configure `vm.swappiness` interactively -- Install checkmk Agent with optional encryption and registration -- Added Support for Proxmox VE 7.0 -- Added Proxmox SDN features +- Install and configure zfs-auto-snapshot +- Switch pve-enterprise/pve-no-subscription/pvetest repo +- Disable "No subscription message" in webinterface in no-subscription mode +- Add pve-enterprise subscription key +- Update system to the latest version +- Install common tools +- Install Proxmox SDN Extensions +- Configure automatic backup of /etc Folder +- Configure locales +- SSH server hardening +- Install checkzfs +- Install bashclub-zsync +- Create zfspool storage for swap disks if not exists +- Adjust default volblocksize for Proxmox zfspool storage +- Configure proxmox mail delivery with postfix # Usage