mirror of
https://github.com/bashclub/proxmox-zfs-postinstall.git
synced 2024-11-07 18:31:58 +01:00
32 lines
1.0 KiB
Markdown
32 lines
1.0 KiB
Markdown
# proxmox-zfs-postinstall
|
|
|
|
This script installs and configures basic tools for running a Proxmox Server.
|
|
Following settings are made:
|
|
- 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
|
|
|
|
Just download and execute the script, all settings are made interactively.
|
|
```
|
|
wget https://github.com/bashclub/proxmox-zfs-postinstall/raw/dev/postinstall
|
|
./postinstall
|
|
```
|
|
|
|
# Author
|
|
### Thorsten Spille
|
|
[<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)
|