Add Traefik HTTPS and VLAN tag support to Proxmox installer#406
Merged
tvancott42 merged 4 commits intomainfrom Mar 5, 2026
Merged
Add Traefik HTTPS and VLAN tag support to Proxmox installer#406tvancott42 merged 4 commits intomainfrom
tvancott42 merged 4 commits intomainfrom
Conversation
Integrates the NetworkOptimizer-Proxy setup as an optional step during Proxmox installation. When enabled, automatically provisions Let's Encrypt certificates via Cloudflare DNS-01, enabling geo location tagging and solving the HTTP/1.1 speed test requirement without manual proxy setup.
Add HTTPS with Traefik section to Proxmox README with requirements, management commands, and file locations. Update DEPLOYMENT.md and project README to reference the new Proxmox Traefik integration.
LXC install fails when the bridge is VLAN-aware and the default untagged VLAN doesn't have internet access. The installer now prompts for an optional VLAN tag (1-4094) and appends it to the container's network interface configuration.
Prevents sed injection and config corruption from invalid hostnames containing special characters. Valid hostnames are restricted to alphanumeric characters, dots, and hyphens per RFC 952/1123.
tvancott42
added a commit
that referenced
this pull request
Mar 5, 2026
* Add Traefik HTTPS proxy option to Proxmox LXC install script Integrates the NetworkOptimizer-Proxy setup as an optional step during Proxmox installation. When enabled, automatically provisions Let's Encrypt certificates via Cloudflare DNS-01, enabling geo location tagging and solving the HTTP/1.1 speed test requirement without manual proxy setup. * Update docs to mention Traefik HTTPS option in Proxmox installer Add HTTPS with Traefik section to Proxmox README with requirements, management commands, and file locations. Update DEPLOYMENT.md and project README to reference the new Proxmox Traefik integration. * Add VLAN tag prompt to Proxmox LXC installer (#400) LXC install fails when the bridge is VLAN-aware and the default untagged VLAN doesn't have internet access. The installer now prompts for an optional VLAN tag (1-4094) and appends it to the container's network interface configuration. * Add hostname validation for Traefik inputs Prevents sed injection and config corruption from invalid hostnames containing special characters. Valid hostnames are restricted to alphanumeric characters, dots, and hyphens per RFC 952/1123.
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.
Summary
When users skip the Traefik option, the installer flow is unchanged (reverse proxy and geo location prompts remain as before).
Test plan