8681 Commits

Author SHA1 Message Date
CanbiZ (MickLesk)
4def8258cc Require PB auth & target collection env vars
Remove implicit defaults for PocketBase collection names and make them required environment variables. Replace env(..., "_telemetry_service"/"_telemetry_data") with mustEnv("PB_AUTH_COLLECTION") and mustEnv("PB_TARGET_COLLECTION") so the service fails startup if those are not provided. Also update inline comments to clarify these fields come from the environment.
2026-02-11 15:57:36 +01:00
CanbiZ (MickLesk)
02e8e51236 Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2026-02-11 15:49:44 +01:00
CanbiZ (MickLesk)
dc47c1c1c3 Unify telemetry storage and add repo filtering
Refactor telemetry backend to store all telemetry in a single collection and add repo_source-based filtering.

Key changes:
- Added detect_repo_source() in misc/api.func to auto-detect/export REPO_SOURCE (ProxmoxVE/ProxmoxVED/external) when scripts are sourced.
- Consolidated PocketBase collections into a single default collection (_telemetry_data) across service, migration, and scripts; updated defaults in migrate.go, migration.go, migrate.sh and migration shell scripts.
- Simplified PBClient to use one targetColl and removed collection resolution logic; updated create/update/find/fetch functions to use targetColl.
- Introduced repo_source field (values: "ProxmoxVE", "ProxmoxVED", "external") on telemetry records and telemetry payloads; updated validation and logging.
- Added repo filtering to dashboard endpoints, FetchDashboardData and FetchRecordsPaginated, plus a repo selector in the dashboard UI; default filter is ProxmoxVE (production), with an "all" option.
- Adjusted API handlers and callers to pass repo filters and include repo_source when upserting telemetry.
- Misc: updated comments, error messages, and logging to reflect the new model; added telemetry-service.exe binary.

Purpose: simplify data model (single collection), make telemetry attributable to repository sources, and enable dashboard filtering by repo/source.
2026-02-11 15:49:41 +01:00
tremor021
89c244dee0 PowerDNS: updated logo 2026-02-11 14:46:16 +01:00
CanbiZ (MickLesk)
6529949f69 Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED
Some checks failed
Update GitHub Versions (New) / update-github-versions (push) Has been cancelled
Crawl Versions from newreleases.io / crawl-versions (push) Has been cancelled
Crawl Versions from github / crawl-versions (push) Has been cancelled
2026-02-11 12:19:31 +01:00
CanbiZ (MickLesk)
d32b00ff31 Add weekly reports, cleanup, and dashboard UI
Introduce weekly summary reports and a cleanup job, enhance dashboard UI, and adjust telemetry/build settings.

- Add REPO_SOURCE to misc/api.func and include repo_source in telemetry payloads.
- Implement weekly report generation/scheduling in alerts.go: new data types, HTML/plain templates, scheduler, SendWeeklyReport/TestWeeklyReport, and email/HTML helpers.
- Add Cleaner (misc/data/cleanup.go) to detect and mark stuck installations as 'unknown' with scheduling and manual trigger APIs.
- Enhance dashboard backend/frontend (misc/data/dashboard.go): optional days filter (allow 'All'), increase fetch page size, simplify fetchRecords, add quick filter buttons, detail & health modals, improved styles and chart options, and client-side record detail view.
- Update Dockerfile (misc/data/Dockerfile): rename binaries to telemetry-service and build migrate from ./migration/migrate.go; copy adjusted in final image.
- Add migration tooling (misc/data/migration/migrate.sh and migration.go) and other small service changes.

These changes add operational reporting and cleanup capabilities, improve observability and UX of the dashboard, and align build and telemetry identifiers for the service.
2026-02-11 12:19:30 +01:00
CanbiZ (MickLesk)
85888cd934 Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2026-02-11 11:15:08 +01:00
CanbiZ (MickLesk)
031bbd9cb2 Fail-safe OpenVINO build; fix edgetpu path
Use an absolute path for the downloaded edgetpu model to ensure it lands at /edgetpu_model.tflite. Wrap the OpenVINO build step in a conditional: only copy the generated .xml/.bin and fetch the COCO class file if build_ov_model.py exits successfully; otherwise emit a warning and allow Frigate to fall back to the CPU model (handles machines without required CPU instructions).
2026-02-11 11:15:04 +01:00
tremor021
d8c1c8e8d5 draw.io: update json 2026-02-11 10:59:55 +01:00
tremor021
052c3ce9ad Update URL 2026-02-11 10:52:29 +01:00
tremor021
a93b070775 add Draw.IO script 2026-02-11 10:48:56 +01:00
CanbiZ (MickLesk)
897c93be8e Update powerdns.json 2026-02-11 10:27:29 +01:00
CanbiZ (MickLesk)
a2ab19a4f4 rm openclaw json 2026-02-11 10:15:32 +01:00
CanbiZ (MickLesk)
d09b8bb86f
Merge pull request #1446 from heinemannj/main
Switch ebusd installation from apt to fetch_and_deploy_gh_release
2026-02-11 09:57:45 +01:00
tremor021
942c4da6b5 update PowerDNS 2026-02-11 09:42:43 +01:00
Joerg Heinemann
69dc86f5c5
Merge pull request #1 from heinemannj/ebusd
Switch ebusd installation from apt to fetch_and_deploy_gh_release
2026-02-11 09:23:30 +01:00
Push From Github
3ace3f2235 Merge remote-tracking branch 'gitea/main' 2026-02-11 08:22:38 +00:00
Push From Github
5e47a100e6 Merge remote-tracking branch 'gitea/main' 2026-02-11 08:22:35 +00:00
Push From Github
12a4df311e Merge remote-tracking branch 'gitea/main' 2026-02-11 08:22:25 +00:00
Push From Github
059295bb63 Merge remote-tracking branch 'gitea/main' 2026-02-11 08:22:21 +00:00
Push From Github
6c14337c95 Merge remote-tracking branch 'gitea/main' 2026-02-11 08:22:12 +00:00
Push From Github
e0128dad7c Merge remote-tracking branch 'gitea/main' 2026-02-11 08:22:07 +00:00
Push From Github
8b8ca91612 Merge remote-tracking branch 'gitea/main' 2026-02-11 08:21:59 +00:00
Push From Github
072af7bdc2 Merge remote-tracking branch 'gitea/main' 2026-02-11 08:21:52 +00:00
Push From Github
8cc070ef60 Merge remote-tracking branch 'gitea/main' 2026-02-11 08:21:46 +00:00
Push From Github
c6179d3d49 Merge remote-tracking branch 'gitea/main' 2026-02-11 08:21:38 +00:00
Push From Github
9e1094e240 Merge remote-tracking branch 'gitea/main' 2026-02-11 08:21:33 +00:00
Push From Github
c78287abd5 Merge remote-tracking branch 'gitea/main' 2026-02-11 08:21:24 +00:00
Push From Github
bd708dca3a Merge remote-tracking branch 'gitea/main' 2026-02-11 08:21:21 +00:00
Push From Github
c13735b5be Merge remote-tracking branch 'gitea/main' 2026-02-11 08:21:12 +00:00
Push From Github
3541a6fcdb Merge remote-tracking branch 'gitea/main' 2026-02-11 08:21:09 +00:00
Push From Github
c93cb812ed Merge remote-tracking branch 'gitea/main' 2026-02-11 08:21:00 +00:00
Push From Github
55fe14f7cd Merge remote-tracking branch 'gitea/main' 2026-02-11 08:20:54 +00:00
Push From Github
ffa12a9beb Merge remote-tracking branch 'gitea/main' 2026-02-11 08:20:47 +00:00
Push From Github
0a81087463 Merge remote-tracking branch 'gitea/main' 2026-02-11 08:20:39 +00:00
Push From Github
6d651b6cf2 Merge remote-tracking branch 'gitea/main' 2026-02-11 08:20:34 +00:00
Push From Github
e45c2cf68f Merge remote-tracking branch 'gitea/main' 2026-02-11 08:20:26 +00:00
Push From Github
7cf48dd3af Merge remote-tracking branch 'gitea/main' 2026-02-11 08:20:25 +00:00
Push From Github
57dd108225 Merge remote-tracking branch 'gitea/main' 2026-02-11 08:20:21 +00:00
Push From Github
f853017a2e Merge remote-tracking branch 'gitea/main' 2026-02-11 08:20:14 +00:00
Push From Github
819df852dc Merge remote-tracking branch 'gitea/main' 2026-02-11 08:20:12 +00:00
Push From Github
7c65b77574 Merge remote-tracking branch 'gitea/main' 2026-02-11 08:20:08 +00:00
Michel Roegl-Brunner
076bd01f28
Delete frontend/public/json/openclaw.json 2026-02-11 09:20:01 +01:00
Push From Github
7fd64b69b0 Merge remote-tracking branch 'gitea/main' 2026-02-11 08:20:00 +00:00
Push From Github
bff891277f Merge remote-tracking branch 'gitea/main' 2026-02-11 08:19:54 +00:00
Push From Github
78f2209c1b Merge remote-tracking branch 'gitea/main' 2026-02-11 08:19:47 +00:00
Push From Github
981c16c6cb Merge remote-tracking branch 'gitea/main' 2026-02-11 08:19:41 +00:00
Push From Github
3f91b5de5d Merge remote-tracking branch 'gitea/main' 2026-02-11 08:19:35 +00:00
Push From Github
e3e7b5fd23 Merge remote-tracking branch 'gitea/main' 2026-02-11 08:19:27 +00:00
Michel Roegl-Brunner
6c61fc5934
Delete install/openclaw-install.sh 2026-02-11 09:19:13 +01:00