From b0a523aac3601340ee62747f4d0089b1b1d9e818 Mon Sep 17 00:00:00 2001 From: Fraefel Date: Sat, 21 Dec 2024 11:24:51 -0500 Subject: [PATCH 1/3] Update homeassistant-core.sh (#961) Corrected the port number to 8123 --- ct/homeassistant-core.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" From 9523491c0ae3a71afb2d4ad872f6beb7176e7af5 Mon Sep 17 00:00:00 2001 From: "community-scripts-pr-app[bot]" <189241966+community-scripts-pr-app[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 17:26:34 +0100 Subject: [PATCH 2/3] Update CHANGELOG.md (#965) Co-authored-by: github-actions[bot] --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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 From ae67ee8768ca4314bb8cc83906e76793b1e5c690 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 23 Dec 2024 13:29:39 +0100 Subject: [PATCH 3/3] Bugfix Tag in Hyperion CT --- ct/hyperion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"