mirror of https://github.com/tteck/Proxmox.git
Compare commits
No commits in common. "b706c9016879f7b8364f6857da7f8e975a3a6681" and "b60c21522373205b7a5a8c7be75eddf5ca1f577d" have entirely different histories.
b706c90168
...
b60c215223
|
@ -2,15 +2,6 @@
|
|||
# Change Log
|
||||
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
|
||||
|
||||
### Changed
|
||||
|
|
|
@ -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)
|
||||
|
|
@ -41,8 +41,6 @@ if [[ $INFLUX == "2" ]]; then
|
|||
$STD apt-get install -y influxdb2
|
||||
else
|
||||
$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
|
||||
$STD systemctl enable --now influxdb
|
||||
msg_ok "Installed InfluxDB"
|
||||
|
|
Loading…
Reference in New Issue