Ingress try

This commit is contained in:
Alexandre
2024-11-03 15:14:26 +01:00
parent 0768d11444
commit 62630e007e
6 changed files with 69 additions and 8 deletions

View File

@@ -1,6 +1,8 @@
- Addition of ingress, first try
## v2.1.0 (02-11-2024)
- Update to latest version from hay-kot/mealie (changelog : https://github.com/hay-kot/mealie/releases)
## v2.0-beta5 (15-10-2024)
- Applied new homeassistant config logic, which will allow in the future all Mealie data to be backuped with the addon. All data (+ config) is moved to /addon_configs/db21ed7f_mealie ; the initial data currently in /homeassistant/addons_config/mealie_data and config in /homeassistant/addons_config/mealie will not be moved but a "migrated" file will be added to those folders to show that migration occured. From now on, only data in /addon_configs/db21ed7f_mealie will be used.
- If it doesn't load, there was perhaps an issue with the migration with a previous version. The solution : go in the Filebrowser addon, open the path /config/db21ed7f_mealie, move everything there in a new folder named old. Go then in the path /homeassistant/addons_config/mealie_data and remove the file named migrated. Restart the addon, and the migration will occur again
@@ -8,7 +10,7 @@
- Logic change in terms of files :
Previous logic :
- Paths within container :
- Paths within container :
- Data: /config/addons_config/mealie_data
- Injector script: /config/addons_autoscripts/mealie.sh
- Env file : /config/addons_autoscripts/mealie/config.yaml
@@ -18,8 +20,8 @@
- Env file : /homeassistant/addons_autoscripts/mealie/config.yaml
- Addon option : DATA_DIR="/config/addons_config/mealie_data"
New logic :
- Paths within container :
New logic :
- Paths within container :
- Data: /config
- Injector script: /config/mealie.sh
- Env file : /config/config.yaml
@@ -36,8 +38,6 @@
## v2.0-beta (10-10-2024)
- Switched to v2.0 beta, should hopefully solve everyone's issues!
## v1.12.0-4 (22-09-2024)
- Minor bugs fixed
## v1.12.0-3 (22-09-2024)
- Another version with 1.12 to try to solve issues with config not recognized