What problem does it solve?
Proxmox LXC deployments for self-hosted services are time-consuming because they require coordinating container creation, networking, package installation, service wiring, and external access configuration.
Core Features & Use Cases
- Full LXC deployment stack generation: Produces the complete set of artifacts needed to go from a blank Proxmox node to a running service, including the
pct create command, initial container setup, and app install steps.
- Operational service setup: Generates a ready-to-install
systemd unit so the service starts reliably and logs to journald.
- External access via Cloudflare Tunnel: Outputs the Cloudflare Tunnel ingress configuration entry for the service endpoint.
- Use case: Create and bootstrap an internal automation service (for example, a Python API) with a static IP and a systemd-managed process, exposed through Cloudflare Tunnel without port forwarding.
Quick Start
Ask the skill to deploy your new service by providing the service name and desired container IP (for example: "Deploy n8n on Proxmox at 192.168.0.XX") and use its generated pct create, setup commands, systemd unit, and Cloudflare Tunnel entry as-is.