Files
ProxmoxVE/docs/guides
CanbiZ (MickLesk) 33149f3bf8 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.
2026-02-05 14:18:49 +01:00
..

Configuration & Deployment Guides

This directory contains comprehensive guides for configuring and deploying Proxmox VE containers using community-scripts.

📚 Available Guides

Configuration Reference

Complete reference for all configuration options, environment variables, and advanced settings available in the build system.

Topics covered:

  • Container specifications (CPU, RAM, Disk)
  • Network configuration (IPv4/IPv6, VLAN, MTU)
  • Storage selection and management
  • Privilege modes and features
  • OS selection and versions

Defaults System Guide

Understanding and customizing default settings for container deployments.

Topics covered:

  • Default system settings
  • Per-script overrides
  • Custom defaults configuration
  • Environment variable precedence

Unattended Deployments

Automating container deployments without user interaction.

Topics covered:

  • Environment variable configuration
  • Batch deployments
  • CI/CD integration
  • Scripted installations
  • Pre-configured templates

💡 Quick Start

For most users, start with the Unattended Deployments guide to learn how to automate your container setups.

For advanced configuration options, refer to the Configuration Reference.

🤝 Contributing

If you'd like to improve these guides or add new ones, please see our Contribution Guide.