Commit Graph

32966 Commits

Author SHA1 Message Date
alexbelgium
b2b75acfea Updater bot : flexget updated to 3.19.0 2026-03-07 06:41:34 +01:00
alexbelgium
724926ad09 Updater bot : fireflyiii_data_importer updated to 2.2.0 2026-03-07 06:41:28 +01:00
alexbelgium
8d6574f467 Updater bot : fireflyiii updated to 6.5.4 2026-03-07 06:41:25 +01:00
alexbelgium
f8fcf09eeb Updater bot : filebrowser updated to 2.61.2 2026-03-07 06:41:18 +01:00
alexbelgium
f852964a5a Updater bot : epicgamesfree updated to debian-2026-03-06 2026-03-07 06:41:14 +01:00
alexbelgium
1cb89a5e8f Updater bot : ente updated to 1.7.21 2026-03-07 06:41:12 +01:00
alexbelgium
4db9441aab Updater bot : codex updated to 1.9.23 2026-03-07 06:40:53 +01:00
alexbelgium
8a026bd852 Updater bot : changedetection.io updated to 0.54.4 2026-03-07 06:40:44 +01:00
alexbelgium
42303a3a4e Updater bot : browser_chromium updated to version-09bef544 2026-03-07 06:40:32 +01:00
alexbelgium
97b022df09 Updater bot : browser_brave updated to 1.87.192-ls80 2026-03-07 06:40:23 +01:00
alexbelgium
4071b45727 Updater bot : birdnet-pipy updated to 0.5.6 2026-03-07 06:39:44 +01:00
github-actions
491eb900a7 GitHub bot: changelog 2026-03-06 17:49:11 +00:00
Alexandre
4943d2e611 Update version to 19.6.8-3 in config.yaml 2026-03-06 18:39:55 +01:00
Alexandre
f26d8e57cd Merge pull request #2563 from alexbelgium/copilot/fix-cloudcommander-error
Fix CloudCommander startup error on missing /homeassistant/addons_config
2026-03-06 18:39:31 +01:00
Alexandre
5b9383d824 Merge branch 'master' into copilot/fix-cloudcommander-error 2026-03-06 18:39:22 +01:00
Alexandre
94e4778843 Update version to 19.6.8-2 in config.yaml 2026-03-06 18:38:44 +01:00
Alexandre
1408a6e434 Update symlink handling in 99-run.sh
Modify symlink creation and deletion to prevent errors.
2026-03-06 18:38:27 +01:00
copilot-swe-agent[bot]
7aa408ec77 Fix CloudCommander startup error: guard /homeassistant/addons_config with existence checks
The script failed with 'find: /homeassistant/addons_config: No such file or directory'
because it accessed the directory without checking if it exists. Since the script uses
set -e, the failing find command caused the entire init script to exit.

This follows the same pattern already used in the filebrowser addon's 20-folders.sh.

Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
2026-03-06 17:37:03 +00:00
copilot-swe-agent[bot]
e0d408141f Initial plan 2026-03-06 17:34:58 +00:00
github-actions
c7e166677d GitHub bot : README updated 2026-03-06 17:13:49 +00:00
github-actions
ccb87b6c0d GitHub bot : graphs updated 2026-03-06 12:17:46 +00:00
github-actions
ee298ce4ed Github bot : stats updated 2026-03-06 12:16:53 +00:00
Alexandre
7b8620efc4 Update CHANGELOG.md 2026-03-06 10:52:01 +01:00
Alexandre
bc5d41c063 Update config.yaml 2026-03-06 10:51:51 +01:00
Alexandre
6e65d8a29b revert 2026-03-06 10:51:43 +01:00
github-actions
070836086d GitHub bot: changelog 2026-03-06 09:51:28 +00:00
Alexandre
97f6bd8382 revert 2026-03-06 10:51:28 +01:00
Alexandre
79d7914a6c Update config.yaml 2026-03-06 10:48:54 +01:00
Alexandre
2da14124fe Update Dockerfile 2026-03-06 10:48:46 +01:00
github-actions
45e7ff488a GitHub bot: sanitize (spaces + LF endings) & chmod 2026-03-06 09:46:21 +00:00
Alexandre
90e7e8bde2 Merge pull request #2556 from PierreNa/add-cleanuparr
Add Cleanuparr addon
2026-03-06 10:45:02 +01:00
Alexandre
101cf339d2 Rename cleanuparr/rootfs/etc/cont-init.d/99-run.sh to cleanuparr/rootfs/ha_entrypoint.sh 2026-03-06 10:44:38 +01:00
github-actions
06a1751a07 GitHub bot: sanitize (spaces + LF endings) & chmod 2026-03-06 09:43:03 +00:00
Alexandre
8338349afe Rename cleanuparr/rootfs/ha_entrypoint.sh to cleanuparr/rootfs/etc/cont-init.d/99-run.sh 2026-03-06 10:42:55 +01:00
Alexandre
e2d68ee486 Merge pull request #2555 from PierreNa/add-maintainerr
Add maintainerr addon
2026-03-06 10:42:11 +01:00
Alexandre
96a224b9ff Update addon_submitters.json 2026-03-06 10:42:04 +01:00
Alexandre
f555f14dc7 Update Dockerfile 2026-03-06 10:41:01 +01:00
Alexandre
82418264a8 Add 99-run.sh to cont-init.d directory 2026-03-06 10:40:18 +01:00
Alexandre
2c0c0089a3 Update config.yaml 2026-03-06 10:38:55 +01:00
Alexandre
afe4a81b34 Remove emby submitter from addon_submitters.json 2026-03-06 10:36:06 +01:00
Alexandre
a82f373fd7 Merge pull request #2560 from alexbelgium/copilot/check-added-addons
Add missing community-submitted addons to submitter tracking
2026-03-06 10:31:36 +01:00
Alexandre
e38aed659f Update COMMUNITY_SUBMITTED_ADDONS.md 2026-03-06 10:31:18 +01:00
Alexandre
e445fe6ae3 Update addon_submitters.json 2026-03-06 10:30:58 +01:00
copilot-swe-agent[bot]
5aa3adbc56 Add missing community-submitted addons to submitter tracking
Added 15 new addon→submitter mappings based on git history and PR analysis:
- gitea, navidrome, openproject → baldarn
- kometa, tor → akrigator
- netalertx → jokob-sk
- librespeed → el
- manyfold → ToledoEM
- resiliosync → tyjtyj
- emby, jellyfin, jackett, nzbget, sonarr, radarr → petersendev

Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
2026-03-06 09:26:56 +00:00
copilot-swe-agent[bot]
cfe71c3046 Initial plan 2026-03-06 09:16:20 +00:00
Alexandre
09b182eda7 Update on_issues_ping_submitter.yml 2026-03-06 10:14:38 +01:00
Alexandre
1847da3f79 Update on_issues_ping_submitter.yml 2026-03-06 10:14:16 +01:00
Alexandre
7f18aca549 Update on_issues_ping_submitter.yml 2026-03-06 10:13:54 +01:00
Alexandre
96128375be Merge pull request #2559 from alexbelgium/codex/improve-documentation-for-user-addons
Document community-submitted add-ons and auto-mention submitters on issues
2026-03-06 10:00:03 +01:00
Alexandre
d797c50973 Add community submitter mapping and auto-mention issue workflow 2026-03-06 09:58:50 +01:00