proxmox-zfs-postinstall/README.md

34 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2021-04-21 13:36:57 +02:00
# proxmox-zfs-postinstall
2021-04-12 22:07:42 +02:00
2024-06-23 21:44:52 +02:00
This script installs and configures basic tools for running a new Proxmox Server (Version 8+).
2021-04-12 22:07:42 +02:00
Following settings are made:
2023-10-02 20:49:40 +02:00
- Install and configure zfs-auto-snapshot
- Switch pve-enterprise/pve-no-subscription/pvetest repo
- Switch ceph repo between quincy/reef and enterprise/no-subscription/test or remove it
2023-10-02 20:49:40 +02:00
- 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
2024-06-23 21:44:52 +02:00
- Install virtio-win ISO
2023-10-02 20:49:40 +02:00
- Create zfspool storage for swap disks if not exists
- Adjust default volblocksize for Proxmox zfspool storage
2024-06-23 21:44:52 +02:00
- Configure proxmox mail delivery proxmox notifications (pve8)
2021-07-27 09:37:27 +02:00
# Usage
Just download and execute the script, all settings are made interactively.
```
2024-06-23 21:44:52 +02:00
wget -O ./postinstall --no-cache https://github.com/bashclub/proxmox-zfs-postinstall/raw/main/postinstall
2023-10-02 21:21:46 +02:00
bash ./postinstall
2021-07-27 09:37:27 +02:00
```
2023-03-14 15:42:46 +01:00
2023-03-14 15:45:23 +01:00
# Author
### Thorsten Spille
2023-03-14 15:44:43 +01:00
[<img src="https://storage.ko-fi.com/cdn/brandasset/kofi_s_tag_dark.png" rel="Support me on Ko-Fi">](https://ko-fi.com/thorakel)