proxmox-zfs-postinstall/README.md

32 lines
1.1 KiB
Markdown
Raw Normal View History

2021-04-21 13:36:57 +02:00
# proxmox-zfs-postinstall
2021-04-12 22:07:42 +02:00
This script installs and configures basic tools for running a Proxmox Server.
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
- 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
2021-07-27 09:37:27 +02:00
# Usage
Just download and execute the script, all settings are made interactively.
```
2023-10-02 21:21:22 +02:00
wget -O ./postinstall --no-cache https://github.com/bashclub/proxmox-zfs-postinstall/raw/dev/postinstall
2023-10-02 18:16:03 +02:00
./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)