mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-03-16 06:53:00 +01:00
Docs: add GPU/TUN, update endpoints & tool refs
Documentation updates across guides and function references: - Added var_gpu and var_tun configuration entries to CONFIGURATION_REFERENCE (GPU passthrough and TUN/TAP support), including features and prerequisites. - Fixed repository URLs throughout UNATTENDED_DEPLOYMENTS and examples: replaced community-scripts/ProxmoxVED with community-scripts/ProxmoxVE and updated curl usage to the new paths. - Added an "Advanced Configuration Variables" table and examples (var_os, var_version, var_gpu, var_tun, var_nesting) to UNATTENDED_DEPLOYMENTS; adjusted sample apps, hostnames, and container mappings in batch examples. - Switched API endpoints in API_FUNCTIONS_REFERENCE and API_USAGE_EXAMPLES from http://api.community-scripts.org to https://api.community-scripts.org. - Expanded BUILD_FUNC_FUNCTIONS_REFERENCE with container resource/ID management helper descriptions (validate_container_id, get_valid_container_id, maxkeys_check, get_current_ip, update_motd_ip). - Large edits to TOOLS_FUNC_FUNCTIONS_REFERENCE: renamed/refactored helper signatures and docs (pkg_install -> install_packages_with_retry, pkg_update -> upgrade_packages_with_retry), added new tooling functions (fetch_and_deploy_gh_release, check_for_gh_release, prepare_repository_setup, verify_tool_version) and updated examples and feature notes. - Updated vm/README.md to list additional VM scripts (new and reorganized examples). These are documentation-only changes to clarify configuration options, correct links and endpoints, and expand the reference material for tooling and build helpers.
This commit is contained in:
@@ -40,14 +40,15 @@ vm/OsName-vm.sh (host-side)
|
||||
|
||||
See `/vm` directory for all VM creation scripts. Examples:
|
||||
|
||||
- `ubuntu2404-vm.sh` - Ubuntu 24.04 VM
|
||||
- `ubuntu2204-vm.sh` - Ubuntu 22.04 VM
|
||||
- `debian-vm.sh` - Debian VM
|
||||
- `debian-13-vm.sh` - Debian 13 VM
|
||||
- `opnsense-vm.sh` - OPNsense firewall
|
||||
- `ubuntu2504-vm.sh` - Ubuntu 25.04 VM (Latest)
|
||||
- `ubuntu2404-vm.sh` - Ubuntu 24.04 VM (LTS)
|
||||
- `debian-13-vm.sh` - Debian 13 VM (Trixie)
|
||||
- `archlinux-vm.sh` - Arch Linux VM
|
||||
- `haos-vm.sh` - Home Assistant OS
|
||||
- `unifi-os-vm.sh` - Unifi Dream Machine
|
||||
- `k3s-vm.sh` - Kubernetes lightweight
|
||||
- `mikrotik-routeros.sh` - MikroTik RouterOS
|
||||
- `openwrt-vm.sh` - OpenWrt VM
|
||||
- `opnsense-vm.sh` - OPNsense firewall
|
||||
- `umbrel-os-vm.sh` - Umbrel OS VM
|
||||
- And 10+ more...
|
||||
|
||||
## VM vs Container
|
||||
|
||||
Reference in New Issue
Block a user