31506 Commits

Author SHA1 Message Date
Sophie
2500a30186 ci: Add GitHub Actions paths filter configuration
Adds missing .github/paths-filter.yml configuration file required by
PR check workflow. Registers all addon paths including portainer_agent
for automated build testing on pull requests.

This allows GitHub Actions to properly detect which addons have changed
and trigger appropriate validation checks.
2025-12-30 10:24:06 +01:00
Sophie
4a75b76a19 fix: Restore Portainer Agent build and image source - Fix circular dependency
Restores official Portainer Agent image source (ghcr.io/portainerci/agent:latest)
in COPY --from statements. Previous code review feedback inadvertently introduced
a circular dependency that prevents Docker builds.

This fixes Issue #2318 where users cannot update due to 404 manifest unknown error.

Closes #2318
2025-12-30 10:19:01 +01:00
Alexandre
573c9721c6 Use latest bashio release in template 2025-12-30 09:23:50 +01:00
Alexandre
1669f63f21 Merge pull request #2315 from Quentec/master
fix: PROTECTION MODE IS ENABLED error when protection mode is OFF
2025-12-29 23:00:57 +01:00
github-actions
7461665439 GitHub bot : README updated 2025-12-29 17:03:43 +00:00
Claude Code
fdfe3070d2 fix: Correct CHANGELOG.md formatting for Codacy compliance
- Add blank line after version heading per markdown style guidelines
- Ensures consistent formatting with rest of CHANGELOG
2025-12-29 16:00:51 +01:00
Claude Code
f0f1251285 fix: Address code review feedback from Gemini
- Use BUILD_FROM and BUILD_ARCH for multi-architecture support
  * Replace hardcoded amd64 with BUILD_FROM in FROM statement
  * Use BUILD_ARCH variable in COPY --from directives
  * Enables building for both amd64 and aarch64 architectures

- Remove error suppression in run script for better debugging
  * Change 'cd /app || true' to 'cd /app' (fail fast on errors)
  * Remove '2> /dev/null' redirection from agent startup
  * Allow error messages to reach container logs for troubleshooting

These changes ensure the fix works correctly across all supported architectures
and provides visibility into any runtime issues.
2025-12-29 15:53:37 +01:00
Claude Code
6de904a01f fix: PROTECTION MODE IS ENABLED error when protection mode is OFF
Fixes #2307

Changes:
- Update bashio from v0.17.5 → main branch (improved API error handling)
- Add robust protection mode check with Docker socket fallback
- Implement Level 1 (standard bashio) + Level 2 (socket check) fallback logic
- Update CHANGELOG.md with fix details
- Tested and verified working on Home Assistant OS with protection mode OFF

The fix addresses root cause: bashio v0.17.5 calls /addons/self endpoint
which returns 403 Forbidden. bashio's error handling incorrectly assumes
this means protection mode is ON. The fallback checks Docker socket directly
as a reliable indicator of actual protection mode state.
2025-12-29 15:40:14 +01:00
github-actions
ae11760a96 GitHub bot: changelog 2025-12-29 09:33:34 +00:00
Alexandre
307b26798e Update version to v3.8.0-2
https://github.com/alexbelgium/hassio-addons/issues/2314
2025-12-29 10:12:22 +01:00
Alexandre
64cd59699f Update ingress.conf
https://github.com/alexbelgium/hassio-addons/issues/2314
2025-12-29 10:11:56 +01:00
github-actions
0c8f5239bf Github bot : image compressed 2025-12-28 23:06:51 +00:00
github-actions
ab2f8b7221 GitHub bot: changelog 2025-12-28 21:26:41 +00:00
Alexandre
bbd2f8cd31 Bump Bitwarden version to 1.35.0-6 2025-12-28 22:20:50 +01:00
Alexandre
64a07ec919 Update base image versions in build.yaml 2025-12-28 22:20:15 +01:00
Alexandre
6cc5a6e20d Change base image version in Dockerfile 2025-12-28 22:19:39 +01:00
Alexandre
3fb8545216 Merge pull request #2312 from alexbelgium/codex/fix-vaultwarden-glibc-version-issue
Update Bitwarden base to Debian 15 and bump add-on version
2025-12-28 22:16:34 +01:00
Alexandre
2a8eb5cbb9 Update bitwarden base image and version 2025-12-28 22:11:37 +01:00
github-actions
40c8eaa80f GitHub bot: changelog 2025-12-28 21:05:29 +00:00
Alexandre
1c6727a5ba Update config.yaml 2025-12-28 21:58:29 +01:00
Alexandre
33e6e568af Update Dockerfile 2025-12-28 21:58:22 +01:00
GitHub Actions
f364dabdd1 Revert 'Update config.yaml' [nobuild] 2025-12-28 20:57:13 +00:00
Alexandre
7c1078ee1c Update config.yaml 2025-12-28 21:53:52 +01:00
Alexandre
9cfd7d2a08 Remove Nginx installation and update MODULES
Removed Nginx installation from Dockerfile and updated MODULES argument.
2025-12-28 21:53:44 +01:00
Alexandre
96117bea2b Update Bitwarden version to 1.35.0-3 2025-12-28 21:52:28 +01:00
Alexandre
eeb375cdc1 Update Dockerfile 2025-12-28 21:52:10 +01:00
github-actions
3a4f77651c GitHub bot: changelog 2025-12-28 20:47:51 +00:00
Alexandre
1f04f9301b Update config.yaml 2025-12-28 21:39:49 +01:00
Alexandre
dfc8d9fc4d Update version format in config.yaml 2025-12-28 21:39:41 +01:00
Alexandre
e77cc83bcd Update Dockerfile 2025-12-28 21:39:28 +01:00
Alexandre
5ffae75c39 nobuild 2025-12-28 21:38:50 +01:00
Alexandre
4a412b7346 Update config.yaml 2025-12-28 21:37:15 +01:00
Alexandre
5e7c047bd3 Update Dockerfile for latest Vaultwarden and dependencies
Updated Dockerfile to use the latest Vaultwarden image and removed specific versioning for dependencies.
2025-12-28 21:35:58 +01:00
GitHub Actions
fedf7ee666 Revert 'Update config.yaml' [nobuild] 2025-12-28 20:33:51 +00:00
Alexandre
fca157990c Update config.yaml 2025-12-28 21:30:50 +01:00
Alexandre
94d73f8f76 new version nobuild 2025-12-28 21:30:03 +01:00
GitHub Actions
ceae0d119d Revert 'Updater bot : ente updated to 4.4.15' [nobuild] 2025-12-28 19:18:40 +00:00
GitHub Actions
b407fb6fa3 Revert 'restore bitwarden' [nobuild] 2025-12-28 19:16:39 +00:00
Alexandre
0c11a1091f restore bitwarden 2025-12-28 20:13:40 +01:00
github-actions
6c582f36ea GitHub bot: changelog 2025-12-28 19:10:34 +00:00
alexbelgium
afe5b92613 Updater bot : zzz_archived_bitwarden updated to 1.35.0 2025-12-28 20:03:13 +01:00
alexbelgium
6e1c094895 Updater bot : social_to_mealie updated to 1.1.0 2025-12-28 20:01:49 +01:00
alexbelgium
f603687a93 Updater bot : seafile updated to 12.0.14 2025-12-28 20:01:42 +01:00
alexbelgium
c89d650e98 Updater bot : linkwarden updated to 2.13.5 2025-12-28 20:00:23 +01:00
alexbelgium
2b8b8f2f89 Updater bot : jackett updated to 0.24.590 2025-12-28 19:59:59 +01:00
alexbelgium
03a4177f69 Updater bot : immich_cuda updated to 2.4.1 2025-12-28 19:59:44 +01:00
alexbelgium
a12a3c8259 Updater bot : filebrowser_quantum updated to 1.2.0 2025-12-28 19:59:11 +01:00
alexbelgium
1305dbfd18 Updater bot : ente updated to 4.4.15 2025-12-28 19:59:03 +01:00
github-actions
ed25e3f850 GitHub bot : README updated 2025-12-28 17:03:42 +00:00
github-actions
6fd77bf6d8 GitHub bot: changelog 2025-12-28 15:42:53 +00:00