diff --git a/CHANGELOG.md b/CHANGELOG.md index a12bc326..8f83ee4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,14 @@ All LXC instances created using this repository come pre-installed with Midnight > [!IMPORTANT] Do not break established syntax in this file, as it is automatically updated by a Github Workflow +## 2024-12-21 + +### Changed + +### 🚀 Updated Scripts + +- update Port in homeassistant-core CT [@fraefel](https://github.com/fraefel) ([#961](https://github.com/community-scripts/ProxmoxVE/pull/961)) + ## 2024-12-20 ### Changed diff --git a/ct/homeassistant-core.sh b/ct/homeassistant-core.sh index f5d5d045..733489b2 100644 --- a/ct/homeassistant-core.sh +++ b/ct/homeassistant-core.sh @@ -128,4 +128,4 @@ description msg_ok "Completed Successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" echo -e "${INFO}${YW} Access it using the following URL:${CL}" -echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8132${CL}" \ No newline at end of file +echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8123${CL}" diff --git a/ct/hyperion.sh b/ct/hyperion.sh index 552ee498..d862196e 100644 --- a/ct/hyperion.sh +++ b/ct/hyperion.sh @@ -7,7 +7,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m # App Default Values APP="Hyperion" -var_tags="ambient lightning" +var_tags="ambient-lightning" var_cpu="1" var_ram="512" var_disk="2"