edited port for the homeassistant-1 app
This commit is contained in:
parent
bc7aff4902
commit
8e55e17c31
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"$schema": "../schema.json",
|
||||
"name": "Home Assistant",
|
||||
"port": 8123,
|
||||
"port": 8209,
|
||||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "homeassistant-1",
|
||||
|
|
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue
Block a user