diff --git a/fireflyiii/Readme.md b/fireflyiii/Readme.md index 37b1f4a71..963dad6b1 100644 --- a/fireflyiii/Readme.md +++ b/fireflyiii/Readme.md @@ -38,9 +38,9 @@ Options can be configured through two ways : - Config.yaml -Configuration is done by customizing the config.yaml in the location defined in your addon options +Additional variables can be set as ENV variables by adding them in the config.yaml in the location defined in your addon options -The complete list of options can be seen here : https://raw.githubusercontent.com/firefly-iii/firefly-iii/main/.env.example +The complete list of ENV variables can be seen here : https://raw.githubusercontent.com/firefly-iii/firefly-iii/main/.env.example ## Installation diff --git a/qbittorrent/apparmor.txt b/qbittorrent/apparmor.txt index b494bb495..cf40bc380 100644 --- a/qbittorrent/apparmor.txt +++ b/qbittorrent/apparmor.txt @@ -8,6 +8,13 @@ profile db21ed7f_qbittorrent flags=(attach_disconnected,mediate_deleted) { mount, umount, remount, + network udp, + network tcp, + network dgram, + network stream, + network inet, + network inet6, + network netlink raw, capability setgid, capability chown, diff --git a/qbittorrent/config.json b/qbittorrent/config.json index a2a10d1f4..97a4e8da0 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -102,6 +102,6 @@ "slug": "qbittorrent", "upstream": "14.3.9.99202110311443-7435-01519b5e7ubuntu20.04.1-ls159", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "14.3.9.99202110311443-7435-01519b5e7ubuntu20.04.1-ls160-2", + "version": "14.3.9.99202110311443-7435-01519b5e7ubuntu20.04.1-ls160-3", "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" } diff --git a/repository.json b/repository.json index 1ba35a80e..4a95259b1 100644 --- a/repository.json +++ b/repository.json @@ -1,5 +1,5 @@ { - "name": "HA Add-ons by alexbelgium for testing ONLY!", - "url": "https://github.com/bruvv/hassio-addons-1", - "maintainer": "bruvv" + "name": "HA Add-ons by alexbelgium", + "url": "https://github.com/alexbelgium/hassio-addons", + "maintainer": "alexbelgium" } diff --git a/scrutiny/Dockerfile b/scrutiny/Dockerfile index 2c2724bfe..566f4c4bb 100644 --- a/scrutiny/Dockerfile +++ b/scrutiny/Dockerfile @@ -22,11 +22,8 @@ FROM ${BUILD_FROM} ################## RUN \ - # Install script - chmod a+x /run.sh \ - \ # Allow UID and GID setting - && sed -i 's/bash/bashio/g' /etc/cont-init.d/10-adduser \ + sed -i 's/bash/bashio/g' /etc/cont-init.d/10-adduser \ && sed -i 's/{PUID:-911}/(bashio::config "PUID")/g' /etc/cont-init.d/10-adduser \ && sed -i 's/{PGID:-911}/(bashio::config "PGID")/g' /etc/cont-init.d/10-adduser \ # use /data instead of /config for database diff --git a/scrutiny/config.json b/scrutiny/config.json index 6c94cbaaf..f6cae659f 100644 --- a/scrutiny/config.json +++ b/scrutiny/config.json @@ -1,6 +1,6 @@ { "name": "Scrutiny", - "version": "0.3.13-3", + "version": "0.3.13-4", "upstream": "0.3.13", "slug": "scrutiny", "description": "Scrutiny WebUI for smartd S.M.A.R.T monitoring", diff --git a/whoogle/CHANGELOG.md b/whoogle/CHANGELOG.md index e8baeab26..49c084440 100644 --- a/whoogle/CHANGELOG.md +++ b/whoogle/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.7.1 +- Breaking change - Changed the config handeling - Added a docs with the config explaination. - Make sure you redo your configuration!