edited APP ID and description

This commit is contained in:
falkheiland 2024-02-12 09:56:24 +01:00
parent c881dabd7b
commit eb11870c28
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"port": 8123, "port": 8123,
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "homeassistant", "id": "homeassistant-1",
"tipi_version": 1, "tipi_version": 1,
"version": "2024.2.1", "version": "2024.2.1",
"categories": [ "categories": [

View File

@ -25,5 +25,6 @@ This version of Home Assistant can be exposed. To migrate from the previous, non
- 172.16.0.0/12 - 172.16.0.0/12
- ::1 - ::1
``` ```
- change `APP_ID=homeassistant` to `APP_ID=homeassistant-1` 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` - 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 - start the app