docs(website): Running Paddock on Proxmox (LXC) guide (#414) - #446
Merged
Conversation
Bridge guide between the generic Deploying guide and the home-lab narrative, showing both LXC deploy paths, verified against the merged paddock-deploy docker/ and proxmox-iac/ recipes: - Create an unprivileged Debian LXC via UI / pct / the proxmox-iac Tofu module, incl. features nesting=1,keyctl=1 for Docker/devbox. - Path A: docker run inside the LXC (paddock-deploy/docker/). - Path B: tarball + systemd via OpenTofu + Ansible (paddock-deploy/proxmox-iac/) with dev + home boxes. - Auth at the edge: Securing guide + auth-basic/ Tier-1 sidecar. - Safe-by-default loopback bind + PADDOCK_DANGEROUSLY_ALLOW_OPEN. Sidebar wiring is #416, not touched here. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Closed
13 tasks
Deploying paddock with
|
| Latest commit: |
47ecd58
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://aba29bd2.paddock-7u2.pages.dev |
| Branch Preview URL: | https://docs-proxmox-lxc-guide-414.paddock-7u2.pages.dev |
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of #405. Closes #414.
Adds
website/src/content/docs/guides/proxmox-lxc.md— a bridge guide between the generic Deploying guide and the home-lab narrative, showing both LXC deploy paths. Verified against the mergeddocker/andproxmox-iac/recipes inpaddock-deploy.What's covered
pct, and via theproxmox-iac/OpenTofu module. Notesfeatures nesting=1,keyctl=1for the Docker/devbox case inside an unprivileged container.docker runinside the LXC (simplest) → linkspaddock-deploy/docker/.paddock-deploy/proxmox-iac/.auth-basic/Tier-1 sidecar recipe.127.0.0.1default +PADDOCK_DANGEROUSLY_ALLOW_OPENfor the container case.paddock-deployrepo.Scope
env -u NODE_ENV npm run buildis clean; the page builds with no broken-link warnings.🤖 Generated with Claude Code