Remove obsolete audit and deployment documentation files
- Deleted outdated files related to repository audit and deployment status, including AUDIT_COMPLETE.md, AUDIT_FIXES_APPLIED.md, FINAL_DEPLOYMENT_STATUS.md, and others. - Cleaned up documentation to streamline the repository and improve clarity for future maintenance. - Updated README and other relevant documentation to reflect the removal of these files.
This commit is contained in:
65
docs/proxmox/README.md
Normal file
65
docs/proxmox/README.md
Normal file
@@ -0,0 +1,65 @@
|
||||
# Proxmox Documentation
|
||||
|
||||
Complete documentation for Proxmox integration and management.
|
||||
|
||||
## Quick Start
|
||||
|
||||
- **[Quick Start Guide](./guides/QUICK_START.md)** - Get started with Proxmox setup
|
||||
|
||||
## Documentation Structure
|
||||
|
||||
### [Guides](./guides/)
|
||||
How-to guides and step-by-step procedures:
|
||||
- **[Deployment Guide](./guides/DEPLOYMENT_GUIDE.md)** - Complete deployment procedures
|
||||
- **[Quick Start](./guides/QUICK_START.md)** - Quick start guide
|
||||
- **[Deployment Checklist](./guides/DEPLOYMENT_CHECKLIST.md)** - Deployment verification checklist
|
||||
|
||||
### [Configuration](./)
|
||||
Core configuration documentation:
|
||||
- **[DNS Configuration](./DNS_CONFIGURATION.md)** - DNS setup and configuration
|
||||
- **[Cluster Configuration](./CLUSTER_CONFIGURATION.md)** - Cluster setup and management
|
||||
- **[Cluster Setup](./CLUSTER_SETUP.md)** - Initial cluster setup
|
||||
- **[TLS Configuration](./TLS_CONFIGURATION.md)** - TLS/SSL configuration
|
||||
- **[SSH Setup](./SSH_SETUP_*.md)** - SSH configuration guides
|
||||
- **[Environment Variables](./ENVIRONMENT_VARIABLES.md)** - Environment configuration
|
||||
|
||||
### [Reference](./reference/)
|
||||
Reference documentation and inventories:
|
||||
- **[API Tokens](./reference/API_TOKENS.md)** - API token management
|
||||
- **[Site Mapping](./reference/SITE_MAPPING.md)** - Site configuration mapping
|
||||
- **[Resource Inventory](./reference/RESOURCE_INVENTORY.md)** - Available resources
|
||||
- **[Image Inventory](./reference/IMAGE_INVENTORY.md)** - Available VM images
|
||||
- **[Image Requirements](./reference/IMAGE_REQUIREMENTS.md)** - Image specifications
|
||||
- **[Instance Inventory](./reference/INSTANCE_INVENTORY.md)** - Instance tracking
|
||||
|
||||
### [Status](./status/)
|
||||
Current Proxmox-related status reports:
|
||||
- Cluster status reports
|
||||
- Deployment status
|
||||
- Completion summaries
|
||||
|
||||
### [Troubleshooting](./)
|
||||
Troubleshooting guides:
|
||||
- **[SSH Troubleshooting](./SSH_TROUBLESHOOTING.md)** - SSH connection issues
|
||||
- **[Inter-Instance Connectivity](./INTER_INSTANCE_CONNECTIVITY.md)** - Network connectivity
|
||||
|
||||
### [Development](./)
|
||||
Development documentation:
|
||||
- **[Development Guide](./DEVELOPMENT.md)** - Proxmox development setup
|
||||
|
||||
### [Cloudflare Integration](./)
|
||||
- **[Cloudflare Domain Setup](./CLOUDFLARE_DOMAIN_SETUP.md)** - Domain configuration
|
||||
|
||||
### [Scripts](./)
|
||||
- **[Script Reference](./SCRIPT_REFERENCE.md)** - Utility scripts documentation
|
||||
|
||||
## Related Documentation
|
||||
|
||||
- **[Main Documentation](../README.md)** - Complete documentation index
|
||||
- **[VM Documentation](../VM_SPECIFICATIONS.md)** - VM specifications
|
||||
- **[Infrastructure Documentation](../infrastructure/README.md)** - Infrastructure overview
|
||||
|
||||
## Archive
|
||||
|
||||
Historical status and completion reports are archived in [archive/](./archive/).
|
||||
|
||||
25
docs/proxmox/archive/README.md
Normal file
25
docs/proxmox/archive/README.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# Proxmox Documentation Archive
|
||||
|
||||
This directory contains archived Proxmox documentation, including historical status reports, completion summaries, and resolved blockers.
|
||||
|
||||
## Archive Contents
|
||||
|
||||
- **Status Reports**: Historical status and completion summaries
|
||||
- **Blockers**: Resolved blocker documentation
|
||||
- **Reviews**: Historical review summaries
|
||||
|
||||
## Archive Policy
|
||||
|
||||
Files are archived here when:
|
||||
- They are no longer actively maintained
|
||||
- New comprehensive documentation replaces them
|
||||
- They are older than 90 days and no longer relevant
|
||||
|
||||
## Active Documentation
|
||||
|
||||
For current Proxmox documentation, see:
|
||||
- [Main Proxmox Documentation](../README.md)
|
||||
- [Guides](../guides/)
|
||||
- [Reference](../reference/)
|
||||
- [Current Status](../status/)
|
||||
|
||||
14
docs/proxmox/status/README.md
Normal file
14
docs/proxmox/status/README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# Proxmox Status Reports
|
||||
|
||||
This directory contains current Proxmox-related status reports, completion summaries, and deployment status information.
|
||||
|
||||
## Status Files
|
||||
|
||||
Status files in this directory are actively maintained and updated. Files older than 90 days should be archived to [../archive/](../archive/).
|
||||
|
||||
## Archive Policy
|
||||
|
||||
- Active status files remain in this directory
|
||||
- Files older than 90 days should be moved to [../archive/](../archive/)
|
||||
- Only current/recent status reports should be in this directory
|
||||
|
||||
Reference in New Issue
Block a user