Commit Graph

32750 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
956efdd006 Bump version to 2.1.1-2 and update changelog with issue reference
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
2026-02-23 12:47:51 +00:00
copilot-swe-agent[bot]
9893ad41dc Fix cron auto-import env vars and health check log spam for Firefly III Data Importer
- Source /etc/environment in cronupdate to load addon env vars (FIREFLY_III_URL, etc.)
- Persist cron-needed vars (JSON_CONFIGURATION_DIR, IMPORT_DIR_WHITELIST, etc.) to /etc/environment
- Fix inverted nginx map values that caused health check logs to spam while suppressing real requests

Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
2026-02-23 12:33:50 +00:00
copilot-swe-agent[bot]
ae6a0689fe Initial plan 2026-02-23 12:27:51 +00:00
Alexandre
2dae43fb09 Merge pull request #2523 from alexbelgium/copilot/add-my-link-to-readme
Add My Home Assistant repository button to all addon READMEs
2026-02-23 10:44:02 +01:00
copilot-swe-agent[bot]
8a0f15413c Add My Home Assistant repository button to all addon READMEs
Add the "Add repository to my Home Assistant" blue button to all
addon README files that were missing it. This makes it easier for
new HA users to add the repository with a single click.

Updated 59 addon READMEs:
- 51 with standard Installation section format
- 8 with non-standard or missing Installation sections

Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
2026-02-23 09:02:12 +00:00
copilot-swe-agent[bot]
e600a9d178 Initial plan 2026-02-23 08:57:22 +00:00
Alexandre
f7bc2ab427 Merge pull request #2520 from alexbelgium/copilot/update-ingress-correction-script
Fix webtop KDE/XFCE ingress: replace CWS and SUBFOLDER placeholders in nginx config
2026-02-23 09:15:02 +01:00
copilot-swe-agent[bot]
99cef7283f Fix webtop ingress: replace CWS port placeholder with 8082 and SUBFOLDER with /
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
2026-02-23 07:57:05 +00:00
copilot-swe-agent[bot]
587c9b8709 Initial plan 2026-02-23 07:52:16 +00:00
github-actions
4ce3b460fd GitHub bot: changelog 2026-02-23 00:05:07 +00:00
Alexandre
0916466849 Merge pull request #2519 from alexbelgium/copilot/fix-icecast-pulse-server-issue
Fix BirdNET-PiPy Icecast failing to connect to PulseAudio on HAOS
2026-02-23 00:44:41 +01:00
Alexandre
ffdcc54dec Remove 0.5.5 entry from CHANGELOG.md
Remove version 0.5.5 entry from CHANGELOG.
2026-02-23 00:44:22 +01:00
Alexandre
af461c5f71 Downgrade version from 0.5.5 to 0.5.4-2 2026-02-23 00:43:55 +01:00
copilot-swe-agent[bot]
e476bddd03 Bump birdnet-pipy version to 0.5.5 and add changelog entry
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
2026-02-22 23:40:22 +00:00
copilot-swe-agent[bot]
db417e78d6 Fix Icecast service hardcoding /run/pulse/native and ignoring PULSE_SERVER
- Use ${PULSE_SERVER:-unix:/run/pulse/native} in icecast/run and main/run
  to respect the PULSE_SERVER env var set by HA supervisor
- Create /run/pulse/native symlink when PulseAudio socket is elsewhere
- Copy PulseAudio cookie for icecast2 user authentication
- Add icecast2 to audio group

Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
2026-02-22 23:31:55 +00:00
copilot-swe-agent[bot]
0a8637d90c Initial plan 2026-02-22 23:27:12 +00:00
Alexandre
01a87f3d3d Merge pull request #2517 from alexbelgium/copilot/fix-download-urls-issue
Fix Seafile download URLs containing incorrect /seafhttp prefix
https://github.com/alexbelgium/hassio-addons/issues/1753#issuecomment-3941848766
2026-02-23 00:15:54 +01:00
Alexandre
9dd66d0977 Downgrade Seafile version from 12.0.19 to 12.0.18-2 2026-02-23 00:15:05 +01:00
Alexandre
8efc883ab2 Update version from 12.0.19 to 12.0.18-2 2026-02-23 00:14:22 +01:00
copilot-swe-agent[bot]
bc4f9528fe Bump Seafile version to 12.0.19 and update changelog
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
2026-02-22 23:13:23 +00:00
github-actions
911fb73b68 Github bot : image compressed 2026-02-22 23:10:24 +00:00
copilot-swe-agent[bot]
ce71f1a9b6 Fix Seafile download URLs: re-apply URL config after upstream init scripts
The upstream Docker image's write_config.sh hardcodes
FILE_SERVER_ROOT = "http://<SERVER_IP>/seafhttp" in seahub_settings.py,
overwriting the addon's configured value on first run. This causes
download URLs to contain an incorrect /seafhttp prefix and miss the
file server port.

Fix by creating a helper script (apply_addon_urls.sh) that re-applies
the addon's FILE_SERVER_ROOT and SERVICE_URL right before Seafile
services start, after all upstream init/setup/update scripts complete.

Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
2026-02-22 22:59:18 +00:00
copilot-swe-agent[bot]
c21896c6d6 Initial plan 2026-02-22 22:47:46 +00:00
Alexandre
f275dbb139 Merge pull request #2516 from alexbelgium/copilot/fix-service-supervision-issues
Fix service supervision and local variable scope in ha_entrypoint.sh
2026-02-22 21:12:35 +01:00
copilot-swe-agent[bot]
16d7fbcdf9 Fix service supervision and local variable scoping in ha_entrypoint.sh
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
2026-02-22 19:57:19 +00:00
copilot-swe-agent[bot]
8043837ba4 Initial plan 2026-02-22 19:56:03 +00:00
Alexandre
ec2ee2f688 Merge pull request #2488 from 9turnbull/master
S
2026-02-22 19:29:38 +01:00
Alexandre
bb9530b836 Merge pull request #2514 from alexbelgium/codex/increment-immich-openvino-version
Bump Immich OpenVINO add-on revision to 2.5.6-3
2026-02-22 18:03:32 +01:00
Alexandre
ad1688b4a2 Bump Immich OpenVINO add-on revision to 2.5.6-3 2026-02-22 18:03:13 +01:00
Alexandre
a1f774cf10 Merge pull request #2513 from alexbelgium/copilot/fix-mountpoint-name-collisions
Fix 4 critical bugs in SMB/NFS mount script
2026-02-22 17:58:49 +01:00
copilot-swe-agent[bot]
89b4cdebef Revert CIFS path validation to IP-only per maintainer request
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
2026-02-22 16:58:07 +00:00
copilot-swe-agent[bot]
367410d2b7 Address code review: use mountpoint -q for collision check, tighten NFS regex
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
2026-02-22 16:53:18 +00:00
copilot-swe-agent[bot]
c591203a70 Fix 4 critical issues in SMB/NFS mount script
1. Mountpoint name collisions: check if /mnt/$diskname already exists
   before mounting and skip with warning if it does
2. test_mount() readonly false positive: verify mountpoint is actually
   mounted before reporting readonly status
3. Independent retries: save original MOUNTOPTIONS and use as base for
   each noserverino/noperm retry independently
4. Hostname support: accept hostnames (not just IPv4) in CIFS/NFS path
   validation, FSTYPE detection, and server extraction

Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
2026-02-22 16:52:23 +00:00
copilot-swe-agent[bot]
9dfafc0406 Initial plan 2026-02-22 16:48:19 +00:00
Alexandre
a91ff1f91f Merge pull request #2512 from alexbelgium/copilot/fix-smb-1-0-connection-issue
Fix SMB 1.0 mount failures in CIFS version negotiation ladder
2026-02-22 17:42:22 +01:00
copilot-swe-agent[bot]
367a42230b Fix SMB 1.0 connection failure in CIFS mount script
- Add SMB 1.0 to version ladder in retry_cifs_with_vers_ladder_on_dialect_failure
- Add sec=ntlm to security variants for SMB1 compatibility
- Fix SMBVERS_FORCE override to actually force when SMBv1 detected
- Fix smbclient SMBv1 detection to use credentials instead of anonymous
- Add SMBv1 pattern detection to nmap smb-protocols parsing

Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
2026-02-22 16:24:38 +00:00
copilot-swe-agent[bot]
1a3dc1e7a9 Initial plan 2026-02-22 16:20:13 +00:00
github-actions[bot]
ab9e5ae198 Update stargazer map & cache 2026-02-22 02:53:59 +00:00
github-actions[bot]
7779197928 Update stargazer map & cache 2026-02-22 01:15:31 +00:00
github-actions
ef0b77740a GitHub bot : README updated 2026-02-21 17:06:22 +00:00
Alexandre
ba822316d6 Merge pull request #2511 from ToledoEM/master
Add Manyfold add-on
2026-02-21 14:48:27 +01:00
ToledoEM
756d3b86ba Add Manyfold add-on integration 2026-02-21 11:57:45 +00:00
github-actions
63b9e1c1d6 GitHub bot: changelog 2026-02-21 10:32:08 +00:00
Alexandre
9910d6355c Update version from 3.5.2-2 to 3.5.2-3 2026-02-21 11:21:52 +01:00
Alexandre
af86466352 Merge pull request #2510 from alexbelgium/copilot/fix-readme-postgresql-config
joplin: Fix PostgreSQL-only support — remove MariaDB misleading config, add DB_CLIENT guard
2026-02-21 11:21:09 +01:00
copilot-swe-agent[bot]
5f80439cb0 Fix Joplin MariaDB misconfiguration: update README and add DB_CLIENT validation
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
2026-02-21 10:18:57 +00:00
copilot-swe-agent[bot]
7414ff1af2 Initial plan 2026-02-21 10:17:40 +00:00
github-actions
410df50778 GitHub bot: changelog 2026-02-21 01:16:46 +00:00
GitHub Actions
e982ca1eda Revert 'Updater bot : flexget updated to 3.18.48' [nobuild] 2026-02-21 01:08:47 +00:00
alexbelgium
56b222e8f5 Updater bot : zzz_archived_jellyseerr updated to v3.0.1 2026-02-21 02:01:16 +01:00