Proxmox/CHANGELOG.MD

77 lines
2.1 KiB
Plaintext
Raw Normal View History

2022-01-23 08:18:11 +00:00
# Change Log
All notable changes to this project will be documented in this file.
2022-01-26 02:12:28 +00:00
2022-02-02 03:22:22 +00:00
## 2022-02-01
### Changed
- **All Scripts**
- Fix issue where some networks were slow to assign a IP address to the container causing scripts to fail.
2022-01-30 08:51:40 +00:00
## 2022-01-30
### Changed
- **Zigbee2MQTT LXC**
- Clean up / Improve script
2022-01-30 09:59:20 +00:00
- Improve documentation
2022-01-30 08:51:40 +00:00
2022-01-30 01:27:19 +00:00
## 2022-01-29
### Changed
- **Node-Red LXC**
- Clean up / Improve script
2022-01-30 09:59:20 +00:00
- Improve documentation
2022-01-30 01:27:19 +00:00
2022-01-26 02:12:28 +00:00
## 2022-01-25
### Changed
- **Jellyfin Media Server LXC**
- new script
2022-01-24 19:38:36 +00:00
## 2022-01-24
### Changed
- **Plex Media Server LXC**
- better Hardware Acceleration Support
- `va-driver-all` is preinstalled
- now using Ubuntu 21.10
2022-01-24 22:15:07 +00:00
- **misc**
2022-01-25 21:34:22 +00:00
- new GUI script [(Screenshot)](https://raw.githubusercontent.com/tteck/Proxmox/main/misc/images/pms-copy-data.png) to copy data from one Plex Media Server LXC to another Plex Media Server LXC
2022-01-24 19:38:36 +00:00
2022-01-23 08:18:11 +00:00
## Initial Catch up - 2022-01-23
### Changed
2022-01-23 19:36:32 +00:00
- **Plex Media Server LXC**
2022-01-24 03:05:38 +00:00
- add Hardware Acceleration Support
- add script to install Intel Drivers
2022-01-23 08:33:55 +00:00
- **Zwavejs2MQTT LXC**
2022-01-24 05:18:28 +00:00
- new script to solve no auto start at boot
2022-01-23 08:33:55 +00:00
- **Nginx Proxy Manager LXC**
2022-01-24 05:18:28 +00:00
- new script to use Debian 11
2022-01-23 08:33:55 +00:00
- **Ubuntu 21.10 LXC**
2022-01-24 05:18:28 +00:00
- new script
2022-01-23 08:33:55 +00:00
- **Mariadb LXC**
2022-01-24 03:05:38 +00:00
- add MariaDB Package Repository
2022-01-23 08:33:55 +00:00
- **MQTT LXC**
2022-01-24 03:05:38 +00:00
- add Eclipse Mosquitto Package Repository
2022-01-23 08:33:55 +00:00
- **Home Assistant Container LXC**
2022-01-24 05:44:23 +00:00
- change if ZFS filesystem is detected, execute automatic installation of static fuse-overlayfs
2022-01-24 03:05:38 +00:00
- add script for easy Home Assistant update
2022-01-23 08:33:55 +00:00
- **Home Assistant Container LXC (Podman)**
2022-01-24 05:44:23 +00:00
- change if ZFS filesystem is detected, execute automatic installation of static fuse-overlayfs
2022-01-23 08:33:55 +00:00
- **Home Assistant OS VM**
2022-01-24 03:05:38 +00:00
- change disk type from SATA to SCSI to follow Proxmox official recommendations of choosing VirtIO-SCSI with SCSI disk
2022-01-24 05:27:52 +00:00
- clean up
2022-01-23 08:33:55 +00:00
- **Proxmox VE 7 Post Install**
- new *No-Nag* method
2022-01-24 00:01:22 +00:00
- **misc**
2022-01-24 05:45:21 +00:00
- new GUI script (ha-copy-data.sh) to copy data from one Home Assistant LXC to another Home Assistant LXC (info inside script)
- new GUI script (z2m-copy-data.sh) to copy data from one Zigbee2MQTT LXC to another Zigbee2MQTT LXC (info inside script)