6274 Commits

Author SHA1 Message Date
tremor021
b58e2668f7 Update python to 3.12 2025-10-26 09:34:56 +01:00
tremor021
0e9e071bd6 Add non-free 2025-10-26 09:24:05 +01:00
tremor021
e6a13d86d4 VED 2025-10-26 09:18:27 +01:00
CanbiZ
1d879aee8e
Merge pull request #1034 from community-scripts/pr-update-app-files
[core] update .app files
2025-10-26 01:08:54 -07:00
GitHub Actions
3098a1ac11 Update .app files 2025-10-26 08:05:39 +00:00
tremor021
a0b4e0b5b8 Mylar3 testing 2025-10-26 09:05:03 +01:00
vhsdream
161f77ddf1 PatchMon: update json 2025-10-25 14:20:01 -04:00
vhsdream
c0f5fa1025 PatchMon: generate prisma client post-update 2025-10-25 14:15:16 -04:00
vhsdream
6896fcb664 PatchMon: restore env files before DB operations 2025-10-25 14:11:08 -04:00
vhsdream
63a76ca4bb tools.func: NodeJS 'Suite' should be 'nodistro'
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
2025-10-25 13:38:17 -04:00
vhsdream
c96f4e9696 tools.func: NodeJS install also requires gpg_key_url
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
2025-10-25 13:28:53 -04:00
vhsdream
e11254b185 PatchMon: use NodeJS 24; remove some msgs 2025-10-25 12:53:46 -04:00
vhsdream
a0e76feae2 fix error in tools.func
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
2025-10-24 10:25:35 -04:00
CanbiZ
7b8d6e7222
Create bookstack.sh 2025-10-24 16:19:40 +02:00
CanbiZ
ed9efffcb5 Update tools.func
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
2025-10-24 16:12:23 +02:00
CanbiZ
19dca627b9 Improve network error handling and fallbacks in setup scripts
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
Adds robust error handling and fallback logic for network operations in setup_ffmpeg, setup_gs, setup_hwaccel, setup_java, setup_mariadb, setup_ruby, setup_clickhouse, setup_uv, and setup_yq functions. Now uses timeouts, checks for empty responses, and provides alternative installation paths or informative warnings when API or mirror requests fail. This improves reliability in environments with intermittent or restricted network access.
2025-10-24 16:09:56 +02:00
CanbiZ
0f624dfba8 Add unified tool install, upgrade, and repo management
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
Introduces functions for checking tool installation and version, removing old versions, determining if upgrades are needed, and managing repositories for major tools (MariaDB, MongoDB, Node.js, PHP, PostgreSQL, MySQL). Refactors setup functions for Composer, FFmpeg, Go, Ghostscript, ImageMagick, Java, local IP helper, MariaDB, MongoDB, MySQL, and Node.js to use these new utilities, improving idempotency, upgrade handling, and error reporting. Enhances repository setup with parameter validation and error handling.
2025-10-24 16:03:59 +02:00
CanbiZ
1442ebea88 migrate from VE to VED
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
2025-10-24 15:20:25 +02:00
CanbiZ
8a7ddb05dc Improve MariaDB setup and repository update logic
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
Enhanced the setup_mariadb function to better handle MariaDB repository updates, version checks, and upgrade flows. The script now updates the repository if the version differs, provides clearer messaging, and ensures proper upgrade steps for both repository and package updates.
2025-10-24 15:16:37 +02:00
vhsdream
05f56e9ef1 Update PatchMon 2025-10-24 09:11:57 -04:00
dc804416b0 Test Patchmon 2025-10-24 09:28:37 +02:00
a4e8e1e44f Fix a bug while prining the LXC-ID during advanced install.
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
2025-10-24 09:17:44 +02:00
CanbiZ
f8a3b889be Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
2025-10-24 09:11:02 +02:00
CanbiZ
dae2223a38 Comment out debug output in create_lxc_container
Disabled various debug echo and msg_debug statements in the create_lxc_container function to reduce console output during normal operation. This helps keep logs cleaner while retaining the code for future debugging if needed.
2025-10-24 09:10:27 +02:00
55903a8d5e Fix Array out of bounds bug in build.func
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
2025-10-24 09:06:02 +02:00
vhsdream
b3fcb5addf Tweak template search debug test to avoid unbound var
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
2025-10-22 17:07:58 -04:00
CanbiZ
d6def3ffed
Merge pull request #1027 from community-scripts/pr-update-app-files
[core] update .app files
2025-10-22 13:21:53 -07:00
GitHub Actions
e0f5480f23 Update .app files 2025-10-22 20:14:05 +00:00
vhsdream
dad22d88fd Add files for PatchMon 2025-10-22 16:13:35 -04:00
CanbiZ
1946165896
Merge pull request #1025 from community-scripts/pr-update-app-files
[core] update .app files
2025-10-22 09:28:11 -07:00
GitHub Actions
4a221ea9e3 Update .app files 2025-10-22 16:21:38 +00:00
vhsdream
863e8d22ba Move OpenCloud to deferred for now 2025-10-22 12:21:16 -04:00
CanbiZ
6a74c6d51c Add error handling to package and archive operations
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
This commit adds error checking and user-friendly error messages to various package installation, archive extraction, and build steps throughout the script. It ensures that failures in commands such as apt, curl, tar, unzip, make, and others are detected, appropriate cleanup is performed, and informative error messages are displayed, improving robustness and debuggability.
2025-10-22 14:13:37 +02:00
CanbiZ
03c9654140 Standardize setup messages and simplify install logic
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
Replaces various install/upgrade messages with standardized 'Setup <package> <version>' and 'msg_ok' calls for consistency. Removes redundant or verbose info/warning messages, simplifies dependency installation logic, and ensures error handling uses '|| true' where appropriate. This improves readability and reduces unnecessary output during package setup.
2025-10-22 14:00:54 +02:00
CanbiZ
61e3721c1d Cleanup MSG's
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
2025-10-22 13:52:17 +02:00
Tobias
d51e669a9d
readd: gitea-mirror 2025-10-22 09:34:19 +02:00
Tobias
0cb853939c
readd gitea-mirror
This script manages the Gitea Mirror application, including installation, updates, and environment configuration. It handles version checks, service management, and data backup/restoration.
2025-10-22 09:33:46 +02:00
CanbiZ
5267d1c7cf
Add config_path to comfyui.json 2025-10-22 08:42:57 +02:00
CanbiZ
3b8f281c5c
Merge pull request #1023 from community-scripts/pr-update-app-files
[core] update .app files
2025-10-21 23:42:02 -07:00
GitHub Actions
e6e9e6dfbd Update .app files 2025-10-22 06:41:48 +00:00
CanbiZ
a4130e7a3c Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2025-10-22 08:41:15 +02:00
CanbiZ
3a363e5d27 cleanup 2025-10-22 08:38:41 +02:00
Tobias
6c2ea268de
test: dynamic update 2025-10-22 08:38:01 +02:00
CanbiZ
128db5320a
Update tools.func
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
2025-10-21 17:09:20 +02:00
CanbiZ
a0dc98c454 Update tools.func
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
2025-10-21 16:58:01 +02:00
CanbiZ
3e31d59d82 Update build.func
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
2025-10-21 15:54:36 +02:00
CanbiZ
9c9dc863a2 Update build.func
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
2025-10-21 15:52:06 +02:00
CanbiZ
0c2382c2d7 Update build.func
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
2025-10-21 15:48:44 +02:00
CanbiZ
ff3bd05452 Update build.func
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
2025-10-21 15:40:09 +02:00
CanbiZ
bd58b2cbfd Improve LXC template selection and add alternative search
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
Refactors the logic for fetching available LXC templates and adds a fallback mechanism to prompt the user to select an alternative OS version if the desired template is not found. Enhances debugging output and improves robustness in template selection.
2025-10-21 15:35:19 +02:00