[PR #471] [MERGED] feat: add TUN/TAP (VPN) option to container features in web GUI #467

Closed
opened 2026-02-26 12:41:28 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE-Local/pull/471
Author: @michelroegl-brunner
Created: 1/29/2026
Status: Merged
Merged: 1/29/2026
Merged by: @michelroegl-brunner

Base: mainHead: feat/419


📝 Commits (1)

  • 2f4e860 feat: add TUN/TAP (VPN) option to container features in web GUI

📊 Changes

1 file changed (+15 additions, -0 deletions)

View changed files

📝 src/app/_components/ConfigurationModal.tsx (+15 -0)

📄 Description

Adds ability to enable /dev/net/tun in container options via the web GUI for VPN support (Tailscale, WireGuard, OpenVPN).

  • Add var_tun to advanced defaults (default: no)
  • Add TUN/TAP (VPN) dropdown in Container Features section
  • Script already supported var_tun; GUI now exposes it

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE-Local/pull/471 **Author:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Created:** 1/29/2026 **Status:** ✅ Merged **Merged:** 1/29/2026 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `feat/419` --- ### 📝 Commits (1) - [`2f4e860`](https://github.com/community-scripts/ProxmoxVE-Local/commit/2f4e8606edadfaa27f050d89db89b5d70b61c4dd) feat: add TUN/TAP (VPN) option to container features in web GUI ### 📊 Changes **1 file changed** (+15 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/app/_components/ConfigurationModal.tsx` (+15 -0) </details> ### 📄 Description Adds ability to enable /dev/net/tun in container options via the web GUI for VPN support (Tailscale, WireGuard, OpenVPN). - Add `var_tun` to advanced defaults (default: no) - Add TUN/TAP (VPN) dropdown in Container Features section - Script already supported `var_tun`; GUI now exposes it --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 12:41:28 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE-Local#467
No description provided.