Commit Graph

2406 Commits

Author SHA1 Message Date
Alexandre
a70f6beb12 Update qBittorrent version to 5.1.4-7 2026-02-05 07:32:20 +01:00
litinoveweedle
281dfea1b5 add hassio logging level 2026-02-04 21:34:32 +01:00
litinoveweedle
30123292aa implement waiting for opevpn interface to come up 2026-02-04 19:33:05 +01:00
litinoveweedle
6759f66a8a fix openvpn options 2026-02-04 19:14:06 +01:00
litinoveweedle
6aa9613a90 Merge branch 'qbittorrent_vpn_overhaul' of https://github.com/litinoveweedle/alexbelgium-hassio-addons into qbittorrent_vpn_overhaul 2026-02-04 16:20:54 +01:00
litinoveweedle
c6104f5a82 fix vpn check script logic 2026-02-04 16:17:49 +01:00
Alexandre
6c40e39e8f Add changelog for improved vpn script with proper recognition
Enhanced the openvpn and wireguard scripts for improved robustness, security, and compatibility.
2026-02-04 15:57:44 +01:00
litinoveweedle
3e8add95ba remove unused /etc/openvpn directory 2026-02-04 15:19:28 +01:00
litinoveweedle
0fca3e1b5f Merge branch 'qbittorrent_vpn_overhaul' of https://github.com/litinoveweedle/alexbelgium-hassio-addons into qbittorrent_vpn_overhaul 2026-02-04 09:26:52 +01:00
litinoveweedle
76a6a64965 Check for wireguard_config option to avoid assigning string "null" to variable 2026-02-04 09:26:48 +01:00
Alexandre
b04ac63ce7 Check for openvpn_config option to avoid assigning string "null" to variable 2026-02-04 09:19:26 +01:00
Alexandre
9cb4883240 Add execute permission to vpn script 2026-02-04 08:56:17 +01:00
litinoveweedle
5daf3c240f config selection logic fix 2026-02-03 23:16:56 +01:00
litinoveweedle
81287577a2 remove hopefully unnecessary image packages 2026-02-03 23:05:57 +01:00
litinoveweedle
ec4b5417ea fix DNS_server parsing 2026-02-03 22:58:12 +01:00
litinoveweedle
5ac54f5d1c Merge branch 'qbittorrent_vpn_overhaul' of https://github.com/litinoveweedle/alexbelgium-hassio-addons into qbittorrent_vpn_overhaul 2026-02-03 22:38:08 +01:00
litinoveweedle
5647aac528 multiple bug fixes
fix script premature termination as bashio set -e?
fix parsing of the DNS servers
improve ip/host checks
2026-02-03 22:36:46 +01:00
Alexandre
60cb4c9c26 Update vpn 2026-02-03 21:59:11 +01:00
Alexandre
6aec6385ab Merge branch 'master' into qbittorrent_vpn_overhaul 2026-02-03 21:46:09 +01:00
Alexandre
c69440da1a Fix sed command for OpenVPN runtime config 2026-02-03 21:31:19 +01:00
github-actions
a2956a28a8 GitHub bot: changelog 2026-02-03 20:23:19 +00:00
Alexandre
71d0bc565b readd
Added cleanup function to remove temporary files on exit.
2026-02-03 21:19:37 +01:00
Alexandre
2f8b352ea7 readd 2026-02-03 21:19:29 +01:00
Alexandre
596f595df5 Update config.yaml 2026-02-03 21:17:28 +01:00
Alexandre
199f9509ea Change script permission setting in Dockerfile
Updated file permissions for scripts in /etc instead of current directory.
2026-02-03 21:17:17 +01:00
litinoveweedle
8c5171b027 removed host dependency 2026-02-03 21:09:17 +01:00
GitHub Actions
f41c7a9c1e Revert 'Update config.yaml' [nobuild] 2026-02-03 20:01:27 +00:00
Alexandre
2004e2603f Update config.yaml 2026-02-03 20:57:46 +01:00
Alexandre
4967f67315 Update Dockerfile 2026-02-03 20:57:35 +01:00
GitHub Actions
0562435481 Revert 'Update qbittorrent version to 5.1.4-6' [nobuild] 2026-02-03 19:43:54 +00:00
Alexandre
da8a8cf628 Update qbittorrent version to 5.1.4-6 2026-02-03 20:40:12 +01:00
Alexandre
a57589f428 Refactor cleanup function to remove exit_codeRêver
Remove unused local variable exit_code from cleanup function.
2026-02-03 20:39:48 +01:00
Alexandre
c038183295 Revert awaiting new code 2026-02-03 20:39:21 +01:00
Alexandre
97bc68f228 Chmod +x 2026-02-03 19:58:19 +01:00
litinoveweedle
9789b9dab6 added comments 2026-02-03 17:42:40 +01:00
litinoveweedle
333116c8fc improve endpoint hostname validation 2026-02-03 17:34:48 +01:00
litinoveweedle
2e0327fe87 fixes
replaced IFS by mapfile where relevant
2026-02-03 13:00:32 +01:00
github-actions
0f1e69b63a Github bot : image compressed 2026-02-01 23:09:26 +00:00
Alexandre
303278982d Remove LSIO non-root env from addon Dockerfiles 2026-01-31 15:54:28 +01:00
Alexandre
29b05078db Set LSIO non-root user flag to 0 2026-01-31 12:42:07 +01:00
github-actions
98e4abb26c GitHub bot : graphs updated 2026-01-30 12:16:31 +00:00
Alexandre
c8e8d3c16e Clean 2026-01-30 09:11:12 +01:00
litinoveweedle
699400ad40 the real fix to fix vpn script permissions ;-) 2026-01-29 17:21:34 +01:00
litinoveweedle
bfdbd1e289 fixed vpn script execute permissions 2026-01-29 17:18:20 +01:00
litinoveweedle
38302a8428 fix opevpn config path in log message 2026-01-29 17:08:40 +01:00
litinoveweedle
092bf0ab46 fixed find of openvpn configs 2026-01-29 17:04:31 +01:00
litinoveweedle
ffaec60c47 correct check for bashio fs.directory_exists 2026-01-29 16:51:57 +01:00
Alexandre
541e929071 lsio 2026-01-29 15:12:12 +01:00
Alexandre
302e39459d remove bashio standalone 2026-01-29 13:26:08 +01:00
Alexandre
aa987e1ede update standalone 2026-01-29 11:32:18 +01:00