Commit Graph

6284 Commits

Author SHA1 Message Date
Push From Github
78a273c531 Merge remote-tracking branch 'gitea/main' 2025-11-05 14:40:03 +00:00
Push From Github
acc439a42d Merge remote-tracking branch 'gitea/main' 2025-11-05 14:39:53 +00:00
Push From Github
82e8daf4b5 Merge remote-tracking branch 'gitea/main' 2025-11-05 14:39:48 +00:00
Tobias
e351a46391 Delete ct/headers/nginxproxymanager 2025-11-05 15:39:38 +01:00
Tobias
b03921eedf Delete ct/nginxproxymanager.sh 2025-11-05 15:39:20 +01:00
Tobias
c5b8d0e4b2 Delete install/nginxproxymanager-install.sh 2025-11-05 15:39:08 +01:00
tremor021
e5febaf1d7 Open WebUI: VE>VED 2025-11-05 13:28:51 +01:00
tremor021
2e07fb6f60 Refactor: Open WebUI 2025-11-05 12:49:47 +01:00
CanbiZ
a6ae347dd4 Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2025-11-05 10:57:43 +01:00
CanbiZ
dec609fb6a Add success messages to legacy cleanup steps
Added explicit success messages after removing legacy installations for nvm, rbenv, rustup, and Go workspace in the cleanup_legacy_install function. Also updated ensure_apt_working to use the $STD variable for apt update commands for consistency.
2025-11-05 10:57:41 +01:00
Tobias
ca28f570ff Update version in package.json files to $RELEASE 2025-11-05 10:36:30 +01:00
Tobias
2981adf62f Update version in package.json files to $RELEASE 2025-11-05 10:36:15 +01:00
CanbiZ
f19d36f529 Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2025-11-05 10:34:28 +01:00
CanbiZ
b0610bd8a8 Update tools.func 2025-11-05 10:34:21 +01:00
Tobias
519119fe2f reorder 2025-11-05 09:44:32 +01:00
Tobias
74fed32323 fix: update 2025-11-05 09:38:42 +01:00
Tobias
82bc8cef8d Increase NODE_OPTIONS max_old_space_size to 2048 2025-11-05 09:33:20 +01:00
Tobias
e7439ac1ef update: ressource 2025-11-05 09:33:01 +01:00
Tobias
92325b5430 fix sed 2025-11-05 09:31:04 +01:00
Tobias
734faf5bda Install OpenResty and update Certbot 2025-11-05 09:30:10 +01:00
Tobias
321162cbcb update 2025-11-05 09:28:31 +01:00
Tobias
e96eb2b802 refactor 2025-11-05 09:26:40 +01:00
Tobias
d2b922b2fa fix: images location 2025-11-05 09:05:55 +01:00
Tobias
b530b00ace Remove copying of app-images in install script 2025-11-05 09:01:26 +01:00
Tobias
732eb55a51 Update NODE_OPTIONS for frontend build 2025-11-05 08:53:30 +01:00
Tobias
e4e20bc959 remove global folder as removed upstream 2025-11-05 08:44:52 +01:00
Tobias
aad01da01d revert yarn 2025-11-04 21:39:23 +01:00
Tobias
24985771da Fetch latest Nginx Proxy Manager release version 2025-11-04 21:26:03 +01:00
Tobias
279d6fd3fd Refactor nginxproxymanager-install.sh script 2025-11-04 21:19:33 +01:00
Tobias
8dacfff359 fix yarn 2025-11-04 21:05:40 +01:00
Tobias
0869762826 Update Node.js version from 21 to 20 2025-11-04 20:04:30 +01:00
Tobias
084787634f Update Node.js version from 22 to 21 2025-11-04 19:51:45 +01:00
Tobias
e6da567f9b Update frontend build script for OpenSSL and sass 2025-11-04 19:33:15 +01:00
CanbiZ
44f467bbb7 Merge pull request #1078 from community-scripts/pr-update-app-files
[core] update .app files
2025-11-04 10:18:16 -08:00
GitHub Actions
eb7f0542f3 Update .app files 2025-11-04 17:18:16 +00:00
tremor021
c9a5b893db Infisical: increase resources 2025-11-04 18:17:57 +01:00
CanbiZ
b429113018 Update tools.func 2025-11-04 18:10:52 +01:00
CanbiZ
96339e216a fix typo 2025-11-04 17:52:53 +01:00
CanbiZ
27bb9e5192 Improve install log handling for containers
Enhances the build and error handler scripts to better manage installation logs. On install failure, the log is now copied from the container to the host for easier debugging. The error handler now saves the log inside the container's /root directory for later retrieval, improving traceability and support.
2025-11-04 17:10:28 +01:00
CanbiZ
dd34f2d8b3 Fix npm global module version detection in setup_nodejs
Replaces direct npm list checks with STD-prefixed commands and output parsing to improve reliability when detecting installed global module versions in the setup_nodejs function.
2025-11-04 17:03:02 +01:00
CanbiZ
b55e8f5f34 Improve logging and error handling with session IDs
Introduces a SESSION_ID variable for log file naming and tracking, updates log file paths to include timestamps and session IDs, and enhances error handling output to use custom message functions when available. Also improves log file management and user guidance for viewing logs, and refactors error handler to better support containerized environments.
2025-11-04 16:59:02 +01:00
CanbiZ
a6cdb474a1 Update build.func 2025-11-04 16:52:12 +01:00
CanbiZ
60ddf3af72 Refactor and enhance setup_uv function
Improves architecture and OS detection, adds support for i686, and streamlines version fetching and installation logic. Introduces uvx wrapper installation when requested, generates shell completions, and optionally installs a specific Python version via uv. Cleans up temporary directory handling and error management for robustness.
2025-11-04 16:44:21 +01:00
CanbiZ
8ccd06b596 Refactor message output and improve SSH check logic
Replaces many msg_info calls with msg_custom for more consistent and expressive status messages in build.func. Refines SSH client detection in core.func to better distinguish local, subnet, and external connections, and adds additional warnings for external SSH usage.
2025-11-04 16:38:46 +01:00
CanbiZ
2ff12b1f01 Update build.func 2025-11-04 16:30:23 +01:00
CanbiZ
4577271e7d Prioritize app resource defaults and silence storage messages
App-declared CPU, RAM, and disk defaults now take precedence over default.vars only if they are higher, ensuring resource allocations favor app requirements. Additionally, informational output for storage configuration and default.vars creation has been silenced for less verbose operation.
2025-11-04 16:24:37 +01:00
CanbiZ
be47e96028 remove debug 2025-11-04 16:16:38 +01:00
CanbiZ
cf885419ea Update tools.func 2025-11-04 16:09:56 +01:00
CanbiZ
1925c1cd5f Update tools.func 2025-11-04 16:01:24 +01:00
CanbiZ
fe676f19fd Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2025-11-04 15:49:27 +01:00