edited port for the homeassistant-1 app

This commit is contained in:
falkheiland 2024-02-13 17:10:55 +01:00
parent bc7aff4902
commit 8e55e17c31
3 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"$schema": "../schema.json",
"name": "Home Assistant",
"port": 8123,
"port": 8209,
"available": true,
"exposable": true,
"id": "homeassistant-1",

View File

@ -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

View File

@ -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