Proxmox Helper Scripts
Go to file
FugginOld a06ad52cca
Update jellyfin-install.sh
Render group keeps getting assigned to random groups instead of render for HW acceleration. Using a bash script in systemd corrects it. Wasn't sure if adding the chgrp in your install.sh would prevent the need for the bash script.

#! /bin/bash
chgrp render /dev/dri/renderD128
2024-01-20 16:32:47 -05:00
.github Update CONTRIBUTING.md 2024-01-05 13:29:27 -05:00
ct Add script for redis (#2371) 2024-01-20 10:42:09 -05:00
install Update jellyfin-install.sh 2024-01-20 16:32:47 -05:00
misc Update netdata.sh 2024-01-18 05:06:54 -05:00
turnkey update year to 2024 2024-01-01 12:13:05 -05:00
vm Update haos-vm.sh 2024-01-19 13:17:58 -05:00
CHANGELOG.md Update CHANGELOG.md 2024-01-20 11:06:11 -05:00
CODE-AUDIT.md Update CODE-AUDIT.md 2024-01-05 13:21:19 -05:00
LICENSE Update LICENSE 2023-02-07 11:33:32 -05:00
README.md Update README.md 2023-11-26 17:36:25 -05:00
USER_SUBMITTED_GUIDES.md Update USER_SUBMITTED_GUIDES.md 2024-01-05 13:33:26 -05:00

README.md

Proxmox VE Helper-Scripts

Website | Contribute | Guides | Changelog | Support


These scripts empower users to create a Linux container or virtual machine interactively, providing choices for both simple and advanced configurations. The basic setup adheres to default settings, while the advanced setup gives users the ability to customize these defaults.

Options are displayed to users in a dialog box format. Once the user makes their selections, the script collects and validates their input to generate the final configuration for the container or virtual machine.

Be cautious and thoroughly evaluate scripts and automation tasks obtained from external sources. Read more

Proxmox® is a registered trademark of Proxmox Server Solutions GmbH.