Files
ProxmoxVE/docs/guides
CanbiZ (MickLesk) 2c18646d82 Docs: expand developer/debugging and tools references
Add extensive documentation and examples across contribution, guides, templates and tools references. Key changes:
- Introduce a Developer Mode & Debugging section (dev_mode flags: trace, keep, pause, breakpoint, logs, dryrun, motd) in CONTRIBUTING.md with usage example.
- Provide a standard update_script() pattern and BookStack example in GUIDE.md to clarify update flow (stop services, backup, deploy, restore, migrate, restart).
- Add new helper entries (BookLore, KaraKeep) and advanced repository helpers (setup_deb822_repo, prepare_repository_setup, cleanup_tool_keyrings) plus utilities (setup_meilisearch, verify_tool_version) in HELPER_FUNCTIONS.md.
- Update install template to suggest PNPM, Java 21 and Meilisearch; update example DB setup notes in AppName-install.sh.
- Add var_diagnostics option and switch var_fuse to boolean/toggle wording in CONFIGURATION_REFERENCE.md; clarify privacy and defaults.
- Adjust example container definitions in UNATTENDED_DEPLOYMENTS.md (container entries and resource values).
- Change storage and flag variables and examples in BUILD_FUNC_USAGE_EXAMPLES.md (ssd-storage, var_fuse/var_tun, etc.).
- Expand TOOLS_FUNC_FUNCTIONS_REFERENCE.md with many setup_* function signatures, environment vars, clarified fetch_and_deploy_gh_release modes/parameters, and additional tool docs (nodejs, php, mariadb_db, postgresql_db, java, uv, yq, meilisearch, composer, build tools).

These updates improve onboarding, debugging guidance, and operational clarity for contributors and maintainers.
2026-02-05 15:16:35 +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.