Push From Github
4003308b64
Merge remote-tracking branch 'gitea/main'
2025-12-04 13:42:19 +00:00
Push From Github
b97618fda2
Merge remote-tracking branch 'gitea/main'
2025-12-04 13:42:11 +00:00
Push From Github
89a1e6a0f7
Merge remote-tracking branch 'gitea/main'
2025-12-04 13:42:03 +00:00
Push From Github
b2b26f190d
Merge remote-tracking branch 'gitea/main'
2025-12-04 13:41:57 +00:00
Push From Github
41263147a7
Merge remote-tracking branch 'gitea/main'
2025-12-04 13:41:48 +00:00
Push From Github
30c27482b0
Merge remote-tracking branch 'gitea/main'
2025-12-04 13:41:32 +00:00
CanbiZ
b3b3d1a813
Update build.func.pve9-update
2025-12-04 14:41:06 +01:00
CanbiZ
19f3c6b67d
Reindent functions to use consistent 2-space style
...
Changed all function bodies in misc/build.func to use 2-space indentation for improved readability and consistency. No logic changes were made; only whitespace and indentation were updated.
2025-12-04 14:41:02 +01:00
CanbiZ
8f3162cce1
Create build.func.pve9-update
2025-12-04 14:18:22 +01:00
CanbiZ
d677488b29
Refactor storage validation and error codes for containers
...
Simplifies and streamlines storage validation logic in create_lxc_container, removing redundant content checks and using direct exit codes for unsupported storage types. Updates error_handler.func with clearer, more specific Proxmox exit code explanations and improves code consistency and readability throughout error handling functions.
2025-12-04 14:06:16 +01:00
CanbiZ
9307060c45
Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED
2025-12-04 14:00:22 +01:00
CanbiZ
12f92c0947
Indent all function bodies for improved readability
...
All function bodies in build.func are now consistently indented, improving code readability and maintainability. No logic changes were made; only whitespace and indentation were updated.
2025-12-04 14:00:18 +01:00
MickLesk
106cf2e22d
fix viseron
2025-12-03 21:33:58 +01:00
CanbiZ
a459cad99a
Merge pull request #1178 from community-scripts/dependabot/npm_and_yarn/frontend/npm_and_yarn-3f7a03ee3c
...
Bump the npm_and_yarn group across 1 directory with 3 updates
2025-12-03 20:24:46 +01:00
dependabot[bot]
ab7844df82
Bump the npm_and_yarn group across 1 directory with 3 updates
...
Bumps the npm_and_yarn group with 3 updates in the /frontend directory: [next](https://github.com/vercel/next.js ), [glob](https://github.com/isaacs/node-glob ) and [js-yaml](https://github.com/nodeca/js-yaml ).
Updates `next` from 15.5.2 to 15.5.7
- [Release notes](https://github.com/vercel/next.js/releases )
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js )
- [Commits](https://github.com/vercel/next.js/compare/v15.5.2...v15.5.7 )
Updates `glob` from 10.4.5 to 10.5.0
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/node-glob/compare/v10.4.5...v10.5.0 )
Updates `js-yaml` from 4.1.0 to 4.1.1
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1 )
---
updated-dependencies:
- dependency-name: next
dependency-version: 15.5.7
dependency-type: direct:production
dependency-group: npm_and_yarn
- dependency-name: glob
dependency-version: 10.5.0
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: js-yaml
dependency-version: 4.1.1
dependency-type: indirect
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-12-03 19:14:45 +00:00
CanbiZ
980c4df18d
Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED
2025-12-03 18:41:52 +01:00
CanbiZ
90880c5d20
Update vm-manager.sh
2025-12-03 18:41:51 +01:00
CanbiZ
7c087448e1
Merge pull request #1176 from AlphaLawless/fix-speedtest-check-gh-release
...
fix: speedtest tracker check github release
2025-12-03 18:21:12 +01:00
AlphaLawless
cb4b413cdd
fix: speedtest tracker check github release
2025-12-03 14:11:13 -03:00
CanbiZ
f77c19be52
Add universal VM template manager script
...
Introduces vm-manager.sh, a comprehensive Bash script for Proxmox VE to create, deploy, and list VM templates with optional cloud-init and post-install automation. Supports multiple Linux distributions, customizable resources, and post-install options for Docker, Podman, and Portainer.
2025-12-03 18:04:12 +01:00
CanbiZ
62ac9e9470
Update unifi-os-server-vm.sh
2025-12-03 17:41:27 +01:00
CanbiZ
8693adbeb3
Update unifi-os-server-vm.sh
2025-12-03 17:32:11 +01:00
CanbiZ
db2a6e1e20
Update unifi-os-server-vm.sh
2025-12-03 17:29:20 +01:00
CanbiZ
53fb32e50d
Update unifi-os-server-vm.sh
2025-12-03 17:18:06 +01:00
CanbiZ
1889d3a5a2
Update unifi-os-server-vm.sh
2025-12-03 15:51:00 +01:00
CanbiZ
7b2c9bf770
Update unifi-os-server-vm.sh
2025-12-03 15:23:51 +01:00
CanbiZ
b7756b7af9
Update unifi-os-server-vm.sh
2025-12-03 14:16:10 +01:00
CanbiZ
b9d6b47014
Switch UniFi OS VM installer to Cloud-Init automation
...
Replaces manual first-boot installer injection with a Cloud-Init user-data configuration for fully automated UniFi OS Server setup. Cloud-Init is now always enabled and required, simplifying image preparation and installation monitoring. Updates messaging and installation flow to reflect Cloud-Init usage and removes legacy non-Cloud-Init support.
2025-12-03 13:58:16 +01:00
CanbiZ
31dbc4dc9e
Update unifi-os-server-vm.sh
2025-12-03 13:40:10 +01:00
CanbiZ
f3829b732c
Update unifi-os-server-vm.sh
2025-12-03 13:32:29 +01:00
CanbiZ
2b9851ba38
Temporarily disable 'set -u' in cloud-init.func
...
Disables 'unbound variable' errors at the start of the script to prevent issues with unset variables, and restores the previous shell options at the end. This ensures compatibility and avoids unexpected script failures.
2025-12-03 13:31:17 +01:00
CanbiZ
c961dffcf1
Fix base package pre-installation check in UniFi VM script
...
Update the logic for detecting errors during base package pre-installation in unifi-os-server-vm.sh by checking for 'error' in the output. Also correct URLs in cloud-init.func to use the correct repository path.
2025-12-03 13:28:30 +01:00
CanbiZ
02b0f196a1
Update unifi-os-server-vm.sh
2025-12-03 13:20:45 +01:00
CanbiZ
ee7858ff51
fix unifi logo
2025-12-03 13:20:03 +01:00
CanbiZ
ab98e0f17d
unifi
2025-12-03 13:16:48 +01:00
CanbiZ
da82185e83
fix categorys
2025-12-03 13:13:12 +01:00
CanbiZ
54f80c981a
Update endurain-install.sh
2025-12-03 12:51:22 +01:00
CanbiZ
70a076de9d
Update endurain-install.sh
2025-12-03 12:15:57 +01:00
CanbiZ
99c9c99dc0
Update endurain-install.sh
2025-12-03 12:13:46 +01:00
CanbiZ
2aa3ef6ab5
Update endurain-install.sh
2025-12-03 11:25:11 +01:00
CanbiZ
3526f7fce3
Update build.func
2025-12-03 11:23:35 +01:00
CanbiZ
9259dfb481
Merge pull request #1142 from johanngrobe/endurain
...
New script: endurain
2025-12-03 11:19:24 +01:00
CanbiZ
2fe2569e4c
Merge pull request #1174 from luismco/byparr
...
Byparr
2025-12-03 11:18:49 +01:00
CanbiZ
3a9eb3a67c
Merge pull request #1175 from pshankinclarke/fix-verb_ip6
...
Fix `verb_ip6` crash when `IPV6_METHOD` is unset
2025-12-03 08:24:22 +01:00
pshankinclarke
2a0ce9aaeb
fix unbound IPV6_METHOD crash with
2025-12-02 21:40:50 -08:00
Luís Oliveira
8f36211011
Update byparr.sh
2025-12-02 13:15:46 +00:00
Luís Oliveira
d98f8ccc9a
Update byparr-install.sh
2025-12-02 13:13:10 +00:00
Tobias
055cdfed7d
reorder
2025-12-02 13:52:22 +01:00
Tobias
7e5acbec21
reorder
2025-12-02 13:49:58 +01:00
Tobias
82290f7cc0
update: image url
2025-12-02 13:49:11 +01:00