pushed tipi-version to show deprectation message, edited / added migration description
This commit is contained in:
		
							parent
							
								
									eb11870c28
								
							
						
					
					
						commit
						c39c311b6a
					
				| 
						 | 
					@ -8,14 +8,15 @@ Check out [home-assistant.io](https://home-assistant.io) for a [demo](https://ho
 | 
				
			||||||
 | 
					
 | 
				
			||||||
February 2024
 | 
					February 2024
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This version of Home Assistant can be exposed. To migrate from the previous, non exposable app, follow these steps:
 | 
					This version of Home Assistant can be exposed. To migrate from the non-exposable app, follow these steps:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- stop the previous app
 | 
					- stop the installed app
 | 
				
			||||||
- rename `runtipi/app-data/homeassistant` to `runtipi/app-data/__homeassistant`
 | 
					- rename `runtipi/app-data/homeassistant` to `runtipi/app-data/__homeassistant`
 | 
				
			||||||
- remove the (previous) app
 | 
					- uninstall the app
 | 
				
			||||||
- install the (the current) app
 | 
					- install Home Assiatant from the App Store
 | 
				
			||||||
- remove `runtipi/app-data/homeassistant`
 | 
					- do NOT start the app
 | 
				
			||||||
- rename `runtipi/app-data/__homeassistant` to `runtipi/app-data/homeassistant`
 | 
					- remove `runtipi/app-data/homeassistant-1`
 | 
				
			||||||
 | 
					- rename `runtipi/app-data/__homeassistant` to `runtipi/app-data/homeassistant-1`
 | 
				
			||||||
- add the following section to `runtipi/app-data/homeassistant/data/config/configuration.yaml`
 | 
					- add the following section to `runtipi/app-data/homeassistant/data/config/configuration.yaml`
 | 
				
			||||||
  ```
 | 
					  ```
 | 
				
			||||||
  http:
 | 
					  http:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -4,7 +4,7 @@
 | 
				
			||||||
  "available": true,
 | 
					  "available": true,
 | 
				
			||||||
  "deprecated": true,
 | 
					  "deprecated": true,
 | 
				
			||||||
  "port": 8123,
 | 
					  "port": 8123,
 | 
				
			||||||
  "tipi_version": 2,
 | 
					  "tipi_version": 3,
 | 
				
			||||||
  "version": "stable",
 | 
					  "version": "stable",
 | 
				
			||||||
  "id": "homeassistant",
 | 
					  "id": "homeassistant",
 | 
				
			||||||
  "categories": [
 | 
					  "categories": [
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -5,3 +5,29 @@ Open source home automation that puts local control and privacy first. Powered b
 | 
				
			||||||
Check out [home-assistant.io](https://home-assistant.io) for a [demo](https://home-assistant.io/demo/), installation [instructions](https://home-assistant.io/getting-started/), [tutorials](https://home-assistant.io/getting-started/automation/) and [documentation](https://home-assistant.io/docs/)
 | 
					Check out [home-assistant.io](https://home-assistant.io) for a [demo](https://home-assistant.io/demo/), installation [instructions](https://home-assistant.io/getting-started/), [tutorials](https://home-assistant.io/getting-started/automation/) and [documentation](https://home-assistant.io/docs/)
 | 
				
			||||||
 | 
					
 | 
				
			||||||

 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Migration
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					February 2024
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					This version of Home Assistant can not be exposed. To migrate to the exposable app, follow these steps:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- stop the installed app
 | 
				
			||||||
 | 
					- rename `runtipi/app-data/homeassistant` to `runtipi/app-data/__homeassistant`
 | 
				
			||||||
 | 
					- uninstall the app
 | 
				
			||||||
 | 
					- install Home Assiatant from the App Store
 | 
				
			||||||
 | 
					- do NOT start the app
 | 
				
			||||||
 | 
					- remove `runtipi/app-data/homeassistant-1`
 | 
				
			||||||
 | 
					- rename `runtipi/app-data/__homeassistant` to `runtipi/app-data/homeassistant-1`
 | 
				
			||||||
 | 
					- add the following section to `runtipi/app-data/homeassistant/data/config/configuration.yaml`
 | 
				
			||||||
 | 
					  ```
 | 
				
			||||||
 | 
					  http:
 | 
				
			||||||
 | 
					  use_x_forwarded_for: true
 | 
				
			||||||
 | 
					  trusted_proxies:
 | 
				
			||||||
 | 
					    - 127.0.0.1
 | 
				
			||||||
 | 
					    - 172.16.0.0/12
 | 
				
			||||||
 | 
					    - ::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`
 | 
				
			||||||
 | 
					- start the app
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user