From 8e55e17c31b44f531887750bd29a1addf5494dc9 Mon Sep 17 00:00:00 2001 From: falkheiland Date: Tue, 13 Feb 2024 17:10:55 +0100 Subject: [PATCH] edited port for the homeassistant-1 app --- apps/homeassistant-1/config.json | 2 +- apps/homeassistant-1/metadata/description.md | 1 + apps/homeassistant/metadata/description.md | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/homeassistant-1/config.json b/apps/homeassistant-1/config.json index c034f3bb..93fe43e5 100644 --- a/apps/homeassistant-1/config.json +++ b/apps/homeassistant-1/config.json @@ -1,7 +1,7 @@ { "$schema": "../schema.json", "name": "Home Assistant", - "port": 8123, + "port": 8209, "available": true, "exposable": true, "id": "homeassistant-1", diff --git a/apps/homeassistant-1/metadata/description.md b/apps/homeassistant-1/metadata/description.md index 44130a50..9cefbb39 100644 --- a/apps/homeassistant-1/metadata/description.md +++ b/apps/homeassistant-1/metadata/description.md @@ -27,5 +27,6 @@ This version of Home Assistant can be exposed. To migrate from the non-exposable - ::1 ``` - change `APP_ID=homeassistant` to `APP_ID=homeassistant-1` in `runtipi/app-data/homeassistant/app.env` +- change `APP_PORT=8123` to `APP_PORT=8209` in `runtipi/app-data/homeassistant/app.env` - change `APP_DATA_DIR={{ROOT_FOLDER_HOST}}/app-data/homeassistant` to `APP_DATA_DIR={{ROOT_FOLDER_HOST}}/app-data/homeassistant-1` in `runtipi/app-data/homeassistant/app.env` - start the app \ No newline at end of file diff --git a/apps/homeassistant/metadata/description.md b/apps/homeassistant/metadata/description.md index 1585e00f..50e06bff 100644 --- a/apps/homeassistant/metadata/description.md +++ b/apps/homeassistant/metadata/description.md @@ -29,5 +29,6 @@ This version of Home Assistant can not be exposed. To migrate to the exposable a - ::1 ``` - change `APP_ID=homeassistant` to `APP_ID=homeassistant-1` in `runtipi/app-data/homeassistant/app.env` +- change `APP_PORT=8123` to `APP_PORT=8209` in `runtipi/app-data/homeassistant/app.env` - change `APP_DATA_DIR={{ROOT_FOLDER_HOST}}/app-data/homeassistant` to `APP_DATA_DIR={{ROOT_FOLDER_HOST}}/app-data/homeassistant-1` in `runtipi/app-data/homeassistant/app.env` - start the app \ No newline at end of file