5945 Commits

Author SHA1 Message Date
CanbiZ
a636cb66f2 Update docker-vm.sh 2025-09-30 15:58:06 +02:00
CanbiZ
6a22b5ca0e Update docker-vm.sh 2025-09-30 15:56:54 +02:00
CanbiZ
2221d9026f Update docker-vm.sh 2025-09-30 14:28:16 +02:00
CanbiZ
564d33e60c Fix typo and adjust whiptail dialog width
Corrected an extra quote in SNIPPET_PATH assignment and increased the whiptail radiolist width from 60 to 70 for better display in the Docker VM setup script.
2025-09-30 14:23:20 +02:00
CanbiZ
fc0399b2d9 Update docker-vm.sh 2025-09-30 14:18:23 +02:00
CanbiZ
1dca949dfc Update docker-vm.sh 2025-09-30 14:16:47 +02:00
CanbiZ
0810f49aac Add snippet storage selection for Cloud-Init on PVE 9
Introduces a storage selection dialog for Cloud-Init snippets when running on Proxmox VE 9 in cloudinit install mode. Refactors storage selection for VM disks and improves error messages for missing storage types.
2025-09-30 13:56:23 +02:00
CanbiZ
5b393a9a0c Update viseron-install.sh 2025-09-30 13:49:11 +02:00
CanbiZ
97de56bf04 Update docker-vm.sh 2025-09-30 13:46:07 +02:00
CanbiZ
d844d1ff57 Update docker-vm.sh 2025-09-30 13:45:49 +02:00
CanbiZ
0850cf5120 Update docker-vm.sh 2025-09-30 13:44:35 +02:00
CanbiZ
2af9549bfa Update docker-vm.sh 2025-09-30 13:36:28 +02:00
CanbiZ
45f9098fea Create pve-container-upgrader.png
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
2025-09-30 09:44:42 +02:00
CanbiZ
e7936a686a Fix NVIDIA passthrough logic in container build
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
Refactored the NVIDIA GPU passthrough configuration to ensure device entries and related settings are only added when /dev/nvidia* devices are present. This prevents passthrough configuration attempts when no NVIDIA devices are detected, improving reliability and error messaging.
2025-09-30 09:13:44 +02:00
CanbiZ
2d0b42ae45 cleanup 2025-09-30 09:06:39 +02:00
CanbiZ
b0c436dd42 Update build.func
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
2025-09-29 14:48:11 +02:00
CanbiZ
79bd7b753e Update ghostfolio.sh 2025-09-29 14:36:18 +02:00
CanbiZ
6ed204cbd1 Update ghostfolio.sh 2025-09-29 14:28:35 +02:00
592f98dfb7 Refactor Bridge description logic
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
2025-09-29 14:12:56 +02:00
0d0f2c7d14 Refactor Bridge description logic
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
2025-09-29 14:10:06 +02:00
CanbiZ
0f8cd2a422
Merge pull request #953 from community-scripts/pr-update-app-files
[core] update .app files
2025-09-29 14:09:18 +02:00
GitHub Actions
dcca0803f0 Update .app files 2025-09-29 12:08:27 +00:00
CanbiZ
cc4ceee5ab Update Ghostfolio and Warracker install scripts
Bump default Debian and dependency versions for Ghostfolio and Warracker. Streamline Ghostfolio update and install logic, improve backup handling, and update commands to use latest Node.js, PostgreSQL, and Python versions. Clean up redundant steps and standardize output handling.
2025-09-29 14:08:07 +02:00
CanbiZ
01bccd8145 Move install scripts to deferred directory and remove Scraparr/Signoz/Outline scripts
Renamed several install scripts to the 'deferred' directory for organization. Deleted install and container scripts for Scraparr, Signoz, and Outline, removing their setup and service definitions.
2025-09-29 13:40:40 +02:00
CanbiZ
a1930fd88c - 2025-09-29 13:38:19 +02:00
CanbiZ
cbd18f91d1 Remove extra newline and update apt commands
Removed an unnecessary newline in ct/myip.sh for cleaner output. Updated apt-get to apt in install/myip-install.sh for consistency with modern usage.
2025-09-29 13:36:00 +02:00
CanbiZ
16046fb9b9 Update myip.sh 2025-09-29 13:32:49 +02:00
CanbiZ
4db586ceb0 Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2025-09-29 13:31:46 +02:00
CanbiZ
0f5f482de3 Update viseron-install.sh 2025-09-29 13:31:44 +02:00
tremor021
a500d7f080 Update MyIP icon 2025-09-29 12:34:20 +02:00
CanbiZ
11f605693d Update viseron-install.sh 2025-09-29 12:30:20 +02:00
CanbiZ
5d18a8a7f3 Update default Debian version to 13
Changed the default value of var_version from 12 to 13 to use the latest Debian release for new installations.
2025-09-29 12:17:35 +02:00
CanbiZ
25c121ccaf Update build.func
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
2025-09-29 11:58:06 +02:00
CanbiZ
43db95a38a Remove redundant uid from device config and update install script
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
Eliminates the unnecessary 'uid=0' parameter from device configuration in GPU passthrough setup for privileged containers. Also updates the viseron install script to remove the target directory argument from the fetch_and_deploy_gh_release call, aligning with changes in its usage.
2025-09-29 11:55:33 +02:00
CanbiZ
42c503d0d2 Update build.func
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
2025-09-29 11:47:25 +02:00
CanbiZ
7d6822ecbd Update dependencies and add Viseron release fetch
Added gcc, musl-dev, and libpq-dev to the list of installed dependencies. Included a step to fetch and deploy the latest Viseron GitHub release to /opt/viseron before setting up the Python environment.
2025-09-29 11:35:47 +02:00
CanbiZ
de080793ca Refactor GPU passthrough configuration logic
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
Reworked the configure_gpu_passthrough function for improved clarity and maintainability. Device entries and permissions are now handled more consistently for both privileged and unprivileged containers, with clearer GID assignment and device indexing. Added more robust verification and messaging for GPU setup and access.
2025-09-29 11:27:45 +02:00
CanbiZ
6ca3cb4d77 Update build.func
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
2025-09-29 11:18:03 +02:00
CanbiZ
1b207c3c38 Update build.func
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
2025-09-29 11:12:29 +02:00
CanbiZ
8538a6c107 Refactor GPU passthrough and detection logic
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
Simplifies and improves GPU device detection for Intel, AMD, and NVIDIA, consolidates configuration functions, and enhances permission handling for both privileged and unprivileged containers. Removes redundant helper functions, adds user prompts for multiple GPU types, and improves driver installation and verification steps. Also refactors USB and additional device passthrough setup for clarity and maintainability.
2025-09-29 11:02:27 +02:00
CanbiZ
856440fcd4 Update build.func
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
2025-09-29 10:51:05 +02:00
CanbiZ
633ca3edee Refactor GPU passthrough logic in build.func
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
Simplifies and streamlines GPU passthrough configuration for LXC containers, consolidating device detection, selection, and userland package installation. Reduces code duplication, improves readability, and adds direct verification steps for VAAPI and NVIDIA support after installation.
2025-09-29 10:48:25 +02:00
CanbiZ
6560a7c212 Remove redundant install and environment steps
Eliminated duplicate pip install command and unnecessary PATH environment variable from the Viseron install script to streamline setup.
2025-09-29 10:29:35 +02:00
CanbiZ
35b28969be Update PyTorch install commands for GPU detection
Simplifies PyTorch, torchvision, and torchaudio installation by removing version constraints and adding appropriate index URLs for Intel and CPU-only setups. Also clarifies log messages and changes the default case to 'CPU' for no GPU detected.
2025-09-29 10:24:25 +02:00
CanbiZ
d0a8f3a81b Update build.func
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
2025-09-29 10:21:12 +02:00
CanbiZ
59f4e0040d Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2025-09-29 10:14:18 +02:00
CanbiZ
88fd3a63ed Update dependencies and Python version in install script
Added pciutils to the list of dependencies and updated the Python version used for setup_uv from 3.12 to 3.13. Removed duplicate setup_uv and fetch_and_deploy_gh_release calls to streamline the installation process.
2025-09-29 10:14:16 +02:00
CanbiZ
cf0e9db222
Merge pull request #951 from community-scripts/pr-update-app-files
[core] update .app files
2025-09-29 10:11:15 +02:00
GitHub Actions
74c5a993f4 Update .app files 2025-09-29 08:06:59 +00:00
CanbiZ
d0ce943d6c Update install scripts for Livebook and Viseron
Set default Ubuntu version to 24.04 in ct/livebook.sh. Improve GPU detection and PyTorch installation logic in viseron-install.sh, supporting NVIDIA, Intel, AMD, and CPU-only environments. Update Python version to 3.13 and adjust credential file naming. Minor formatting fix in livebook-install.sh.
2025-09-29 10:06:34 +02:00