From af59f3ae0b36709bd5d778810c1162a09834f71f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 2 Jan 2022 08:11:51 +0100 Subject: [PATCH 01/11] Try to avoid netlink socket issues --- qbittorrent/apparmor.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/qbittorrent/apparmor.txt b/qbittorrent/apparmor.txt index b494bb495..663c7bf93 100644 --- a/qbittorrent/apparmor.txt +++ b/qbittorrent/apparmor.txt @@ -8,6 +8,7 @@ profile db21ed7f_qbittorrent flags=(attach_disconnected,mediate_deleted) { mount, umount, remount, + network, capability setgid, capability chown, From aba34ffd0a5346b415ddda90fe77be826a344450 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 2 Jan 2022 08:28:51 +0100 Subject: [PATCH 02/11] Correct entrypoint --- scrutiny/Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 From 2850cbfcc143982c8cedb833be56d5e232ddb282 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 2 Jan 2022 08:29:14 +0100 Subject: [PATCH 03/11] Update config.json --- scrutiny/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", From 9eac602dfdc8f02a3e6ccf52672302b4cb17e397 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 2 Jan 2022 18:40:15 +0100 Subject: [PATCH 04/11] Update apparmor.txt --- qbittorrent/apparmor.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qbittorrent/apparmor.txt b/qbittorrent/apparmor.txt index 663c7bf93..25422cdab 100644 --- a/qbittorrent/apparmor.txt +++ b/qbittorrent/apparmor.txt @@ -8,7 +8,8 @@ profile db21ed7f_qbittorrent flags=(attach_disconnected,mediate_deleted) { mount, umount, remount, - network, + network, + network netlink raw, capability setgid, capability chown, From 38d980b7f4770dfab94db7003e253dac61d4400a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 2 Jan 2022 18:40:33 +0100 Subject: [PATCH 05/11] network netlink raw, --- qbittorrent/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]" } From 4e61972586dee1d965e0e65d7691c3f451fb2c82 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 2 Jan 2022 19:12:01 +0100 Subject: [PATCH 06/11] Update apparmor.txt --- qbittorrent/apparmor.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/qbittorrent/apparmor.txt b/qbittorrent/apparmor.txt index 25422cdab..b362645d2 100644 --- a/qbittorrent/apparmor.txt +++ b/qbittorrent/apparmor.txt @@ -8,7 +8,12 @@ profile db21ed7f_qbittorrent flags=(attach_disconnected,mediate_deleted) { mount, umount, remount, - network, + network udp, +network tcp, +network dgram, +network stream, +network inet, +network inet6, network netlink raw, capability setgid, From 9bcb637b4d8d832983d26282239529d947389f4f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 2 Jan 2022 19:12:20 +0100 Subject: [PATCH 07/11] Update apparmor.txt --- qbittorrent/apparmor.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/qbittorrent/apparmor.txt b/qbittorrent/apparmor.txt index b362645d2..cf40bc380 100644 --- a/qbittorrent/apparmor.txt +++ b/qbittorrent/apparmor.txt @@ -9,11 +9,11 @@ profile db21ed7f_qbittorrent flags=(attach_disconnected,mediate_deleted) { umount, remount, network udp, -network tcp, -network dgram, -network stream, -network inet, -network inet6, + network tcp, + network dgram, + network stream, + network inet, + network inet6, network netlink raw, capability setgid, From 1902a047b37944c1f0859213de3e59b9af41f521 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 2 Jan 2022 19:17:35 +0100 Subject: [PATCH 08/11] More explicit --- fireflyiii/Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From ff5af8b8eb7427c1dc22a074b173fa1d3b142bf6 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 2 Jan 2022 19:34:57 +0100 Subject: [PATCH 09/11] Update repository.json --- repository.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" } From 547501ed30322e0dcaaff3f60e61af41bd54dbb1 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 2 Jan 2022 22:34:17 +0100 Subject: [PATCH 10/11] Update CHANGELOG.md --- whoogle/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/whoogle/CHANGELOG.md b/whoogle/CHANGELOG.md index e8baeab26..fbc9b5ee4 100644 --- a/whoogle/CHANGELOG.md +++ b/whoogle/CHANGELOG.md @@ -1,3 +1,5 @@ +- BREAKING change : now configuration is done throigh the addon options + ## 0.7.1 - Changed the config handeling - Added a docs with the config explaination. From 87e386c6007361ba7303fdcf7766fd55a47d56bc Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 2 Jan 2022 22:34:59 +0100 Subject: [PATCH 11/11] Update CHANGELOG.md --- whoogle/CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/whoogle/CHANGELOG.md b/whoogle/CHANGELOG.md index fbc9b5ee4..49c084440 100644 --- a/whoogle/CHANGELOG.md +++ b/whoogle/CHANGELOG.md @@ -1,6 +1,4 @@ -- BREAKING change : now configuration is done throigh the addon options - -## 0.7.1 +- Breaking change - Changed the config handeling - Added a docs with the config explaination. - Make sure you redo your configuration!