Commit bb73faf
committed
feat: add Proxmox multi-container installation support
Add comprehensive support for deploying TailOpsMCP from a Proxmox host to
multiple LXC containers simultaneously.
New features:
- install-proxmox-multi.sh: Main installation script for multi-container deployment
- proxmox-api.sh: Helper library for Proxmox LXC operations (container management, feature configuration)
- proxmox-multi.conf: Configuration template with extensive options
- Sequential and parallel deployment strategies
- Auto-configure container features (nesting, TUN device, AppArmor)
- Per-container configuration overrides
- Comprehensive validation and health checks
- Deployment status tracking and reporting
Documentation:
- PROXMOX_MULTI_CONTAINER_INSTALL.md: Complete installation guide with examples
- PROXMOX_MULTI_CONTAINER_QUICKSTART.md: Quick reference cheat sheet
- Updated README.md with new installation method
Use cases:
- Development environments: Multiple isolated test instances
- Production deployments: High availability across containers
- Multi-tenant setups: Separate instances per team/user
- Configuration testing: Different auth modes and settings
This enables efficient management of multiple TailOpsMCP instances in
home lab and production Proxmox environments.1 parent 528b00f commit bb73faf
File tree
7 files changed
+2175
-0
lines changed- docs
- scripts/install
- lib
- templates
7 files changed
+2175
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
119 | 146 | | |
120 | 147 | | |
121 | 148 | | |
| |||
0 commit comments