mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
Merge branch 'master' of https://github.com/alexbelgium/hassio-addons
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
- ⚠ MAJOR CHANGE : switch to the new config logic from homeassistant. Your configuration files will have migrated from /config/hassio_addons/baikal to a folder only accessible from my Filebrowser addon called /addon_configs/something-baikal. This avoids the addon to mess with your homeassistant configuration folder, and allows to backup the options. Migration of data, custom configs, and custom scripts should be automatic. Please be sure to update all your links however ! For more information, see here : https://developers.home-assistant.io/blog/2023/11/06/public-addon-config/
|
||||
|
||||
## 0.9.4-2 (14-01-2024)
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
## ⚠ Open Request : [✨ [REQUEST] Baikal to use addon_configs repo (opened 2024-04-25)](https://github.com/alexbelgium/hassio-addons/issues/1354) by [@JeffersonBledsoe](https://github.com/JeffersonBledsoe)
|
||||
# Home assistant add-on: Baikal
|
||||
|
||||
[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)
|
||||
|
||||
@@ -67,7 +67,8 @@
|
||||
],
|
||||
"image": "ghcr.io/alexbelgium/baikal-{arch}",
|
||||
"map": [
|
||||
"config:rw",
|
||||
"addon_config:rw",
|
||||
"homeassistant_config:rw",
|
||||
"share:rw",
|
||||
"ssl:ro"
|
||||
],
|
||||
|
||||
13
baikal/rootfs/etc/cont-init.d/01-migrate.sh
Normal file
13
baikal/rootfs/etc/cont-init.d/01-migrate.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/with-contenv bashio
|
||||
# shellcheck shell=bash
|
||||
set -e
|
||||
|
||||
####################
|
||||
# Migrate database #
|
||||
####################
|
||||
|
||||
if [ -d /homeassistant/addons_config/baikal ]; then
|
||||
echo "Moving database to new location /config, you won't be able to restore previous versions of the addon"
|
||||
cp -rf /homeassistant/addons_config/baikal/* /config/
|
||||
rm -r /homeassistant/addons_config/baikal
|
||||
fi
|
||||
@@ -1,4 +1,3 @@
|
||||
## ⚠ Open Issue : [🐛 [changedetection][browserless chrome] Target page, context or browser has been closed (opened 2024-02-16)](https://github.com/alexbelgium/hassio-addons/issues/1251) by [@Norm2023](https://github.com/Norm2023)
|
||||
# Home assistant add-on: Browserless Chrome
|
||||
|
||||
[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
## ⚠ Open Issue : [🐛 [qbittorrent] Since last update no longer starts up (opened 2024-04-23)](https://github.com/alexbelgium/hassio-addons/issues/1351) by [@jdumeez](https://github.com/jdumeez)
|
||||
## ⚠ Open Issue : [🐛 [qBittorrent] OpenVPN password escaping not handled (opened 2024-04-23)](https://github.com/alexbelgium/hassio-addons/issues/1352) by [@BeachyHeadCode](https://github.com/BeachyHeadCode)
|
||||
# Home assistant add-on: qbittorrent
|
||||
|
||||
[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
## ⚠ Open Issue : [Webtrees issue🐛 [Addon name] title (opened 2024-02-16)](https://github.com/alexbelgium/hassio-addons/issues/1252) by [@Hubby972](https://github.com/Hubby972)
|
||||
# Home assistant add-on: Webtrees
|
||||
|
||||
[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
## 1.2 (25-04-2024)
|
||||
- Minor bugs fixed
|
||||
## 1.0 (25-04-2024)
|
||||
- Minor bugs fixed
|
||||
## 0.9 (25-04-2024)
|
||||
|
||||
Reference in New Issue
Block a user