Commit Graph

33402 Commits

Author SHA1 Message Date
Alexandre
5fccc423d9 Merge pull request #2621 from alexbelgium/copilot/fix-openvpn-config-selection
Fix OpenVPN startup failure: bad substitution in verbosity parameter
2026-04-01 13:28:52 +02:00
Alexandre
bc5e425f15 Update config.yaml 2026-04-01 13:28:45 +02:00
Alexandre
e4ac13580a Merge pull request #2623 from alexbelgium/copilot/fix-addon-startup-issue
Fix Maintainerr addon startup failure: symlink contents inside Docker VOLUME instead of replacing it
2026-03-31 22:36:11 +02:00
Alexandre
f289752fa6 Update version to 3.2.0-3 in config.yaml 2026-03-31 22:35:55 +02:00
Alexandre
0b32970717 Update config.yaml 2026-03-31 22:35:41 +02:00
copilot-swe-agent[bot]
9235b23a93 fix: symlink contents inside /opt/data instead of replacing Docker VOLUME
The upstream Maintainerr image declares /opt/data as a Docker VOLUME.
Attempting to rm -rf /opt/data fails with "Resource busy" because mount
points cannot be removed. Instead, we now:
1. Copy seed data from /opt/data to /config (persistent storage)
2. Clear contents inside /opt/data (rm -rf /opt/data/*)
3. Symlink each item in /config back into /opt/data

This ensures the VOLUME directory stays intact while all data is
redirected to persistent storage.

Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/82a46feb-2e9c-4c40-b193-614167e6d5c3

Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
2026-03-31 18:55:51 +00:00
copilot-swe-agent[bot]
33654b0aa5 Initial plan 2026-03-31 18:51:06 +00:00
copilot-swe-agent[bot]
385ea4ba04 Fix bad substitution in OpenVPN verbosity parameter: ${$log_level} → ${log_level}
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/d37f963b-d7de-45b8-885a-ae3ecf34eb80

Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
2026-03-31 17:08:29 +00:00
copilot-swe-agent[bot]
b019ecff61 Initial plan 2026-03-31 17:03:23 +00:00
Alexandre
75242b5a85 Merge pull request #2620 from alexbelgium/copilot/fix-configuration-loss-after-restart
Fix maintainerr config lost after container restart
2026-03-31 10:54:00 +02:00
copilot-swe-agent[bot]
e907952d81 Fix maintainerr persistence: symlink /opt/data → /config instead of wrong path change
The upstream app hardcodes /opt/data for database and logs. The Docker
VOLUME at /opt/data is not persistent across HA addon updates. Symlink
/opt/data → /config (persistent via addon_config:rw) so hardcoded paths
write to persistent storage. Reverts incorrect /addon_configs path.

Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/35758465-e22e-40d7-81c8-02d05c375a27

Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
2026-03-31 08:51:24 +00:00
copilot-swe-agent[bot]
51bb0fdceb Fix maintainerr config lost after restart: use persistent /addon_configs/maintainerr path
The entrypoint was setting DATA_DIR="/config" which is NOT a persistent
path in HA addon containers using addon_config:rw with init: false.
Changed to /addon_configs/maintainerr (the persistent path mapped by
addon_config:rw in config.yaml), matching the pattern used by the
cleanuparr addon.

Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/40b7927f-cd03-4b83-a80a-ad56bd6dce32

Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
2026-03-31 08:32:12 +00:00
copilot-swe-agent[bot]
4974eff216 Initial plan 2026-03-31 08:23:02 +00:00
github-actions
20c15bf86a GitHub bot : README updated 2026-03-30 17:19:07 +00:00
Alexandre
3afb0b502b Remove ARMv7 architecture from README
Removed ARMv7 architecture from the README.
2026-03-30 17:12:38 +02:00
Alexandre
b595d806ff Fix variable name for addon comparison in workflow 2026-03-30 16:43:00 +02:00
Alexandre
a5621326f7 Fix existing comment check in workflow YAML 2026-03-30 16:36:48 +02:00
github-actions
d4b1240ebb GitHub bot: changelog [nobuild] 2026-03-30 07:27:32 +00:00
Alexandre
5e6d61b939 Update config.yaml 2026-03-30 09:23:57 +02:00
Alexandre
07d279401b Update build.json 2026-03-30 09:23:52 +02:00
Alexandre
6fa9cec43d Merge pull request #2618 from alexbelgium/copilot/fix-openproject-version-reference
Fix openproject build.json referencing v16 Docker image instead of v17
2026-03-30 09:20:58 +02:00
Alexandre
ae7e4832e5 Update OpenProject version to 17.2.2-2 2026-03-30 09:20:27 +02:00
Alexandre
8c06f5f01a Update Docker image tags to 'latest' 2026-03-30 09:01:47 +02:00
copilot-swe-agent[bot]
08f2e22e1c fix: update openproject Docker base image tag from :16 to :17
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/7be10a75-2278-4f46-aecd-faee6eabc8d7

Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
2026-03-30 06:18:23 +00:00
copilot-swe-agent[bot]
5e35ea07c4 Initial plan 2026-03-30 06:14:17 +00:00
github-actions
144fc9c26d Github bot : image compressed 2026-03-29 23:12:45 +00:00
github-actions[bot]
026e1a4fe4 Update stargazer map & cache 2026-03-29 01:21:31 +00:00
github-actions
625af93beb Github bot : issues linked to readme 2026-03-28 15:04:52 +00:00
GitHub Actions
17db689baf Revert "Update qbittorrent version to 5.1.4-21"
This reverts commit 2db869f4e9.
2026-03-28 09:01:17 +00:00
Alexandre
2db869f4e9 Update qbittorrent version to 5.1.4-21 2026-03-28 09:58:44 +01:00
Alexandre
1f6a5a44c5 Merge pull request #2614 from alexbelgium/copilot/fix-qbittorrent-yamllint-installation
fix: enable Alpine community repo before apk installs in ha_automatic_packages.sh
2026-03-28 09:58:20 +01:00
copilot-swe-agent[bot]
f99d40b197 fix: run apk update after enabling Alpine community repo
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/0e7fb54a-7428-4f42-ad0e-8176f2fc3787

Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
2026-03-28 08:39:54 +00:00
copilot-swe-agent[bot]
3ff5df873f fix: enable Alpine community repo in ha_automatic_packages.sh before apk installs
Agent-Logs-Url: https://github.com/alexbelgium/hassio-addons/sessions/0e7fb54a-7428-4f42-ad0e-8176f2fc3787

Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
2026-03-28 08:39:32 +00:00
copilot-swe-agent[bot]
a55cae7f7b Initial plan 2026-03-28 08:38:53 +00:00
GitHub Actions
959951c01b Revert "Update qbittorrent version to 5.1.4-21"
This reverts commit 597756616a.
2026-03-28 08:33:09 +00:00
Alexandre
597756616a Update qbittorrent version to 5.1.4-21 2026-03-28 09:30:47 +01:00
GitHub Actions
fc72994545 Revert "Update qbittorrent version to 5.1.4-21"
This reverts commit 2a8b731f34.
2026-03-28 08:24:11 +00:00
Alexandre
2a8b731f34 Update qbittorrent version to 5.1.4-21 2026-03-28 09:21:56 +01:00
Alexandre
0f23d4f612 Enhance OpenVPN logging and verbosity settings
https://github.com/alexbelgium/hassio-addons/issues/2611
@litinoveweedle
2026-03-28 09:21:05 +01:00
alexbelgium
bf1dc24554 Updater bot : whoogle updated to 1.2.3 2026-03-28 08:53:07 +01:00
alexbelgium
aebd69b0d8 Updater bot : webtop_kde updated to 4.16-r0-ls94 2026-03-28 08:52:57 +01:00
alexbelgium
2a0ef4c56f Updater bot : transmission_openvpn updated to v5.4.1 2026-03-28 08:52:12 +01:00
alexbelgium
419700df0c Updater bot : tdarr updated to 2.66.01 2026-03-28 08:52:05 +01:00
alexbelgium
f4786740d0 Updater bot : tandoor_recipes updated to 2.6.1 2026-03-28 08:52:03 +01:00
alexbelgium
40e7a5bdb9 Updater bot : sonarr updated to 4.0.17.2953 2026-03-28 08:51:52 +01:00
alexbelgium
157f6c7a8a Updater bot : signalk updated to 2.24.0 2026-03-28 08:51:46 +01:00
alexbelgium
8f95af2cc7 Updater bot : portainer updated to 2.40.0 2026-03-28 08:51:10 +01:00
alexbelgium
bf0d38a46e Updater bot : plex updated to 1.43.0.10492-121068a07-ls297 2026-03-28 08:51:06 +01:00
alexbelgium
0bd2c710fb Updater bot : nzbget updated to v26.0-ls235 2026-03-28 08:50:51 +01:00
alexbelgium
53cf5a9dfc Updater bot : nextcloud updated to 33.0.1 2026-03-28 08:50:48 +01:00