Compare commits

..

No commits in common. "b706c9016879f7b8364f6857da7f8e975a3a6681" and "b60c21522373205b7a5a8c7be75eddf5ca1f577d" have entirely different histories.

3 changed files with 0 additions and 17 deletions

View File

@ -2,15 +2,6 @@
# Change Log # Change Log
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## 2023-04-15
### Changed
- **InfluxDB LXC**
- Choosing InfluxDB v1 will result in Chronograf being installed automatically.
- **[User Submitted Guides](https://github.com/tteck/Proxmox/blob/main/USER_SUBMITTED_GUIDES.md)**
- Informative guides that demonstrate how to install various software packages using Proxmox VE Helper Scripts.
## 2023-04-14 ## 2023-04-14
### Changed ### Changed

View File

@ -1,6 +0,0 @@
<h1><p align="center"> User Submitted Guides </a></p></h1>
<sub> In order to contribute a guide on installing with Proxmox VE Helper Scripts, you should open a pull request that adds the guide to the `USER_SUBMITTED_GUIDES.md` file. </sub>
[Installing Home Assistant OS using Proxmox 7](https://community.home-assistant.io/t/installing-home-assistant-os-using-proxmox-7/201835)

View File

@ -41,8 +41,6 @@ if [[ $INFLUX == "2" ]]; then
$STD apt-get install -y influxdb2 $STD apt-get install -y influxdb2
else else
$STD apt-get install -y influxdb $STD apt-get install -y influxdb
wget -q https://dl.influxdata.com/chronograf/releases/chronograf_1.10.1_amd64.deb
$STD dpkg -i chronograf_1.10.1_amd64.deb
fi fi
$STD systemctl enable --now influxdb $STD systemctl enable --now influxdb
msg_ok "Installed InfluxDB" msg_ok "Installed InfluxDB"