Update README.md

This commit is contained in:
Thorsten Spille 2023-10-02 20:49:40 +02:00 committed by GitHub
parent c71244bf28
commit fdde5ae6f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,17 +2,21 @@
This script installs and configures basic tools for running a Proxmox Server. This script installs and configures basic tools for running a Proxmox Server.
Following settings are made: Following settings are made:
- Disable `pve-enterprise` repo - Install and configure zfs-auto-snapshot
- Add `pve-no-subscription` repo - Switch pve-enterprise/pve-no-subscription/pvetest repo
- Upgrade system to latest version - Disable "No subscription message" in webinterface in no-subscription mode
- 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` - Add pve-enterprise subscription key
- Configure snapshot retention for `zfs-auto-snapshot` interactively - Update system to the latest version
- `zfs_arc_[min|max]` will be calculated by size sum of all zpools in 512 MB steps - Install common tools
- Configure backup of `/etc` folder to new zfs dataset on `rpool/pveconf` - Install Proxmox SDN Extensions
- Configure `vm.swappiness` interactively - Configure automatic backup of /etc Folder
- Install checkmk Agent with optional encryption and registration - Configure locales
- Added Support for Proxmox VE 7.0 - SSH server hardening
- Added Proxmox SDN features - 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 # Usage