8611 Commits

Author SHA1 Message Date
CanbiZ (MickLesk)
7759b53297 Update Dockerfile 2026-02-09 15:53:43 +01:00
CanbiZ (MickLesk)
7bd2ba7b54 Add telemetry-ingest service and Docker updates
Introduce a new telemetry ingestion service (misc/data/service.go) that implements an HTTP server to accept telemetry payloads, validate and sanitize inputs, apply rate limiting, compute dedupe hashes, and forward records to PocketBase with token-based auth. Add module file (misc/data/go.mod) setting module telemetry-ingest and Go version 1.25.5. Update Dockerfile to use golang:1.25-alpine and remove baked-in environment defaults (so runtime envs are required), keeping the build stage and final CMD. These changes add the core ingestion logic, dependency module, and align the build image/version.
2026-02-09 15:53:11 +01:00
CanbiZ (MickLesk)
6fea133392 Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2026-02-09 15:43:22 +01:00
CanbiZ (MickLesk)
7f0ca0f9d0 Add Dockerfile and move ingest service
Containerize the telemetry ingest service and reorganize source layout. Added misc/data/Dockerfile with a multi-stage build (golang:1.23-alpine -> alpine:3.23) to produce /app/telemetry-ingest, run as a non-root user, expose :8080, and provide default env vars for configuration (LISTEN_ADDR, MAX_BODY_BYTES, RATE_LIMIT_RPM, RATE_BURST, RATE_KEY_MODE, ENABLE_REQUEST_LOGGING, UPSTREAM_TIMEOUT_MS). Renamed misc/ingest.go to misc/data/service.go to reflect the new directory structure.
2026-02-09 15:38:29 +01:00
Push From Github
2d19b4ea90 Merge remote-tracking branch 'gitea/main' 2026-02-09 14:34:47 +00:00
CanbiZ (MickLesk)
0e16e3fd63 Update ingest.go 2026-02-09 15:34:22 +01:00
CanbiZ (MickLesk)
820d4551a1 Replace Go API with PocketBase; update docs
Remove the old Go/Mongo API (api/main.go, go.mod, go.sum, .env.example) and switch telemetry backend to PocketBase (http://db.community-scripts.org). Update documentation and flowcharts to reflect the PocketBase collection (_dev_telemetry_data), new REST endpoints (POST/PATCH/GET), field schema, and revised api.func integration (LXC/VM reporting and status updates). Misc scripts and helpers were adjusted (misc/api.func, misc/build.func, misc/error_handler.func) and a new misc/ingest.go was added. This consolidates telemetry to a hosted PocketBase instance and updates docs and integration points accordingly.
2026-02-09 15:34:17 +01:00
CanbiZ (MickLesk)
1eb0cc55ff Use system ICU module and remove local build
Stop backing up and restoring a locally built libicu and instead symlink the distribution ICU module (/usr/lib/x86_64-linux-gnu/mod_icu.so) into /opt/linkding/libicu.so. Add libsqlite3-mod-icu to dependencies and create the symlink after building the frontend. Remove the entire manual download/compile flow for the SQLite ICU extension and its related backups, simplifying installation and relying on the system-provided ICU extension.
2026-02-09 14:41:22 +01:00
CanbiZ (MickLesk)
d2bbeed04d fixes 2026-02-09 13:45:13 +01:00
CanbiZ (MickLesk)
cb5d763195 Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2026-02-09 13:17:27 +01:00
CanbiZ (MickLesk)
e1d5a626b2 Update linkding-install.sh 2026-02-09 13:17:12 +01:00
CanbiZ (MickLesk)
5591552f2f
Merge pull request #1434 from ls-root/feature/dev-mode-configurator
feat(core): dev mode configurator menu
2026-02-09 13:10:07 +01:00
CanbiZ (MickLesk)
fdedcbe5f1 add nginx 2026-02-09 13:01:26 +01:00
CanbiZ (MickLesk)
b9b62c61b8 Update linkding-install.sh
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-09 12:48:17 +01:00
CanbiZ (MickLesk)
d6dc2279f6 Use literal linkding in install messages
Replace occurrences of the ${APP} placeholder with the explicit string "linkding" in the install/linkding-install.sh messaging to ensure consistent, clear output during installation. Also a trivial change to frontend/public/json/linkding.json (removed trailing newline) with no functional impact.
2026-02-09 12:37:54 +01:00
CanbiZ (MickLesk)
e61d4f9978 Add Linkding CT/install scripts and frontend
Add Linkding integration: new CT template (ct/linkding.sh) and installer (install/linkding-install.sh) to deploy Linkding as a container. Installer fetches the GitHub release, builds the frontend, compiles the SQLite ICU extension, creates .env with generated admin password, and installs systemd services (linkding, linkding-tasks). Also add frontend metadata (frontend/public/json/linkding.json) for the app catalog. Minor tweak: remove unused import_local_ip from install/wger-install.sh.
2026-02-09 12:09:41 +01:00
Finn Joshua Bartels
3232665b92 feat(core): dev mode configurator menu
- Implement interactive Whiptail checklist for dev_mode configuration
- Add logic to read and pre-populate menu from existing dev_mode enviorment var
2026-02-09 11:49:02 +01:00
CrazyWolf13
4b36571661 fix json v2 2026-02-09 07:39:52 +01:00
CrazyWolf13
6b3f1e3a0b fix json 2026-02-09 07:38:38 +01:00
CrazyWolf13
48179d26b6 paperless-exporter 2026-02-09 07:35:35 +01:00
CanbiZ (MickLesk)
46bed0c681
Merge pull request #1426 from bzumhagen/main
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
Update Versions from GitHub / update-versions (push) Has been cancelled
Stale PR Management / stale-prs (push) Has been cancelled
Cleanup Branches (Merged or Closed) / cleanup (push) Has been cancelled
Add skylite-ux install scripts
2026-02-08 23:01:52 +01:00
Benjamin Zumhagen
d750a97404 Update node to v24 2026-02-08 15:49:19 -06:00
Tobias
765a455be7
Personalize comments with PR author mention 2026-02-08 21:24:03 +01:00
Tobias
02dc3efc7b
Update stale PR handling logic in workflow 2026-02-08 21:21:10 +01:00
Tobias
28cfa9ccd2
Modify stale PR workflow for labeled events 2026-02-08 21:17:26 +01:00
Tobias
0a446423c6
Refactor stale PR management workflow 2026-02-08 21:15:15 +01:00
Tobias
e0e1475d74
Update permissions in stale PR close workflow 2026-02-08 21:09:06 +01:00
CanbiZ (MickLesk)
32682b9da8
Merge pull request #1428 from remz1337/pr-zitadel-fix
Zitadel with Login V2 - Minor fixes following code review
2026-02-08 21:08:45 +01:00
Tobias
509c37024c
Refactor stale PR close workflow permissions and script 2026-02-08 21:06:11 +01:00
Tobias
460d68ecc9
Enhance stale PR workflow with debug logging
Added logging for GitHub context and event name.
2026-02-08 21:04:45 +01:00
Tobias
2f2d0235b7
Enhance stale PR workflow with permissions 2026-02-08 21:03:28 +01:00
Tobias
79455ee417
Update GitHub API methods in stale PR workflow 2026-02-08 21:01:56 +01:00
Tobias
7bd8140c6f
Refactor stale PR management script for clarity 2026-02-08 20:58:24 +01:00
Tobias
c193627217
Add workflow to manage stale pull requests 2026-02-08 20:52:07 +01:00
Tobias
cf38bc5195
Update success message for database migrations 2026-02-08 20:43:34 +01:00
Tobias
f67f382777
Update skylite-ux-install.sh 2026-02-08 20:42:24 +01:00
github-actions[bot]
c672875f40
Delete checkmate (ct) after migration to ProxmoxVE (#1431)
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
Update Versions from GitHub / update-versions (push) Has been cancelled
Cleanup Branches (Merged or Closed) / cleanup (push) Has been cancelled
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-02-07 21:52:10 +00:00
github-actions[bot]
14a84e2c3d
Delete bichon (ct) after migration to ProxmoxVE (#1430)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-02-07 21:25:32 +00:00
tremor021
28a7a8c125 FIxes 2026-02-07 20:55:40 +01:00
tremor021
ea2cf865a5 Bichon: add read for public URL 2026-02-07 20:41:18 +01:00
tremor021
384eafb9f9 Bichon: add read for public URL 2026-02-07 20:40:37 +01:00
Slaviša Arežina
146f681e9c
Apply suggestion from @tremor021 2026-02-07 19:43:29 +01:00
Benjamin Zumhagen
8c0c4ce1f7 Add skylite-ux install scripts 2026-02-07 10:17:55 -06:00
Rémi Bédard-Couture
abaca28624 Minor fixes following code review 2026-02-07 08:19:03 -05:00
CanbiZ (MickLesk)
ba23b7dcf9
Merge pull request #1427 from remz1337/pr-zitadel
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
Update Versions from GitHub / update-versions (push) Has been cancelled
Refactor Zitadel script to support Login V2
2026-02-07 08:12:38 +01:00
CanbiZ (MickLesk)
75f034bd46
Update ct/zitadel.sh
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-02-07 08:12:16 +01:00
CanbiZ (MickLesk)
89f85faeea
Update ct/zitadel.sh
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2026-02-07 08:11:51 +01:00
Rémi Bédard-Couture
9f17984bf8 Refactor Zitadel script to support Login V2 2026-02-06 23:48:19 -05:00
tremor021
1e63205bbc Bichon: json fix
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
Update Versions from GitHub / update-versions (push) Has been cancelled
Cleanup Branches (Merged or Closed) / cleanup (push) Has been cancelled
2026-02-06 21:02:45 +01:00
tremor021
98adea402a Bichon: standard 2026-02-06 20:56:31 +01:00