Commit Graph

10163 Commits

Author SHA1 Message Date
Sam Heinz
4eecc6ad70 update files in .github to support arm64 2026-05-22 23:58:38 +10:00
Sam Heinz
8e477b1fca set 'var_arm64' to no for all cts 2026-05-22 23:44:47 +10:00
Sam Heinz
a9460e9994 update .gitignore 2026-05-22 23:26:06 +10:00
Sam Heinz
3a909e4edb remove temporary arm64 files 2026-05-22 23:25:59 +10:00
MickLesk
6e81aff07e Add support for Proxmox VE 9.2
Update pve_check logic and messages to allow Proxmox VE 9.2 across scripts. Adjusted version bounds (minor <= 2), regex checks (9\.[0-2]), and user-facing error text in misc/core.func, misc/vm-core.func and multiple vm/* scripts (allstarlink, archlinux, cachyos, debian-13, docker-vm-debug, nextcloud, openwrt, opnsense, owncloud, ubuntu2204, ubuntu2404, ubuntu2410, umbrel-os, unifi-os-server). No functional changes beyond expanding supported PVE minor version range and updating messages.
2026-05-21 16:40:30 +02:00
MickLesk
bc7e0f5256 fixes 2026-05-21 16:30:18 +02:00
MickLesk
894939d80c finalize 2026-05-21 16:25:03 +02:00
MickLesk
becfef6c42 Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2026-05-21 16:24:03 +02:00
MickLesk
488884b175 fixes 2026-05-21 16:24:00 +02:00
Michel Roegl-Brunner
dbe0c6a37f arr-stack: add auto IP allocation with ping check
Third IP entry mode "auto": user supplies a starting IP, a range
(10.0.0.50-99), or comma-separated ranges; orchestrator walks the
candidates with `ping -c 1 -W 1` and grabs the first N that don't
respond. Skips the gateway and any IPs already assigned this run.
Confirms the picks via yes/no whiptail before locking them in.

Adds iputils-ping to ensure_dependencies.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-21 14:49:38 +02:00
Michel Roegl-Brunner
fa71af52ed arr-stack: reuse core/tools.func, use $STD, surface whiptail cancels
- Source misc/core.func and misc/tools.func; reuse ensure_dependencies,
  color/formatting/icons.
- Override silent() with a simple log-to-file wrapper so set -e and the
  EXIT trap own all failure handling; apply $STD to the curl download
  and the bash install in install_loop.
- Replace every "|| exit 0" whiptail bailout with a labeled cancelled()
  call so silent exits become diagnosable.
- EXIT trap now prints orphan CTID cleanup hints + the last 20 lines of
  the silent log on non-zero exit.
- Drop CLI flag parsing (--dry-run/--help) and inline comments.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-21 14:43:57 +02:00
github-actions[bot]
4b9fd57220 chore: update app headers [skip ci] 2026-05-21 12:15:42 +00:00
Michel Roegl-Brunner
9819a07e4d add arr-stack expiremtn 2026-05-21 14:14:52 +02:00
MickLesk
6d86ce6b8f Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2026-05-21 11:58:18 +02:00
MickLesk
37c3e34b99 cleanup 2026-05-21 11:58:07 +02:00
github-actions[bot]
32281d8ba3 chore: update app headers [skip ci] 2026-05-21 09:56:14 +00:00
MickLesk
09e76166c5 cleanuip 2026-05-21 11:55:56 +02:00
CanbiZ (MickLesk)
c1b5ae9836 Merge pull request #1840 from tomfrenzel/matterjs-fixes
fix(matterjs-server): use local install
2026-05-20 16:05:50 +02:00
Tom Frenzel
a05393ee23 chore(matterjs-server): use matter icon 2026-05-20 15:58:25 +02:00
Tom Frenzel
47fc14acd6 fix(matterjs-server): use local install 2026-05-20 15:56:13 +02:00
MickLesk
ac72714135 Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2026-05-20 15:22:32 +02:00
MickLesk
5f7ec3aed8 typ 2026-05-20 15:22:30 +02:00
github-actions[bot]
0f5f3e87f1 chore: update app headers [skip ci] 2026-05-20 13:20:47 +00:00
MickLesk
75fac84d54 format json 2026-05-20 15:20:22 +02:00
MickLesk
31e8c11d6c matterjs 2026-05-20 15:20:03 +02:00
MickLesk
b7a8835bbb finalize profilarr 2026-05-20 15:06:09 +02:00
MickLesk
5f8c796d8a Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2026-05-20 15:03:32 +02:00
MickLesk
fddd9ba769 feat(profilarr): streamline Deno installation and configuration setup 2026-05-20 15:03:30 +02:00
github-actions[bot]
c427689c6e chore: update app headers [skip ci] 2026-05-20 12:45:09 +00:00
MickLesk
cb80b56426 profilarr test 2026-05-20 14:44:24 +02:00
MickLesk
8d42d61f41 feat(netbird): update environment variable names for NetBird configuration 2026-05-19 16:54:35 +02:00
MickLesk
214ef7b45c Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2026-05-19 16:17:21 +02:00
MickLesk
323c74695a feat(netbird): add cloud-init function source to netbird server script 2026-05-19 16:17:19 +02:00
github-actions[bot]
6f32e5ba3d chore: update app headers [skip ci] 2026-05-19 08:56:04 +00:00
MickLesk
dfb82fcfeb feat(netbird): add NetBird server configuration and installation script 2026-05-19 10:55:45 +02:00
MickLesk
7db803ccab feat(netbird): add NetBird installation and update scripts with configuration details 2026-05-19 10:55:36 +02:00
MickLesk
a26a0a4eea fix(fleet): use correct setup endpoint /api/v1/setup instead of /api/latest/fleet/setup 2026-05-18 18:05:46 +02:00
MickLesk
881da85f5b fix(slink): update migration command to use entity manager and re-enable admin initialization 2026-05-18 17:45:40 +02:00
MickLesk
e07c82860d feat(install): enhance application configuration with JWT and S3 settings 2026-05-18 16:29:40 +02:00
MickLesk
7e28caba4f fix(slink): comment out slink:admin:init until upstream persistence issue is resolved 2026-05-18 16:24:17 +02:00
MickLesk
997bd8984c fix(fleet): handle empty setup response without aborting on pipefail 2026-05-18 16:23:40 +02:00
github-actions[bot]
8722b73b7a chore: update app headers [skip ci] 2026-05-18 14:10:27 +00:00
Michel Roegl-Brunner
f307d580d2 Merge pull request #1826 from phof/spliit
Add Spliit
2026-05-18 16:10:04 +02:00
MickLesk
1cf8a3d767 fix(edit-mind): use uv with Python 3.11 to fix tensorflow-cpu==2.15.0 compatibility 2026-05-18 15:55:47 +02:00
MickLesk
41371b6133 fix(slink): start redis-server before messenger:setup-transports and admin:init 2026-05-18 15:53:50 +02:00
MickLesk
edbebea29b fix(fleet): pre-configure Fleet via API during install to bypass broken setup wizard 2026-05-18 15:46:23 +02:00
A
8c06820745 spliit: update install script author and drop unused deps 2026-05-18 15:44:54 +02:00
MickLesk
cf24299d7b fix(slink): use --configuration flag for event_store migrations to actually run EventStore schema 2026-05-18 15:34:28 +02:00
github-actions[bot]
e825e176b5 chore: update app headers [skip ci] 2026-05-18 13:16:45 +00:00
Michel Roegl-Brunner
4b28f91162 Merge pull request #1766 from ethan-hgwr/submit/cyberchef
feat: Add CyberChef
2026-05-18 15:16:27 +02:00