[PR #43] add reverse proxy support for SSH and VNC websocket + nginx config #91

Open
opened 2026-03-02 15:47:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/PegaProx/project-pegaprox/pull/43
Author: @aderumier
Created: 2/10/2026
Status: 🔄 Open

Base: mainHead: main


📝 Commits (1)

  • 05ff300 add reverse proxy support for SSH and VNC websocket + nginx config

📊 Changes

2 files changed (+93 additions, -10 deletions)

View changed files

pegaprox.nginx.conf (+60 -0)
📝 web/index.html.original (+33 -10)

📄 Description

Currently the vnc && ssh websockets ports send to the wss client are hardcoded to 5001 && 5002.

This patch assume that if client use port 80/443, it's using a production reverse proxy, and reuse this port the websocket connections


🔄 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/PegaProx/project-pegaprox/pull/43 **Author:** [@aderumier](https://github.com/aderumier) **Created:** 2/10/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`05ff300`](https://github.com/PegaProx/project-pegaprox/commit/05ff3000b8e9df1d43ee2f69d4ff8e85767127be) add reverse proxy support for SSH and VNC websocket + nginx config ### 📊 Changes **2 files changed** (+93 additions, -10 deletions) <details> <summary>View changed files</summary> ➕ `pegaprox.nginx.conf` (+60 -0) 📝 `web/index.html.original` (+33 -10) </details> ### 📄 Description Currently the vnc && ssh websockets ports send to the wss client are hardcoded to 5001 && 5002. This patch assume that if client use port 80/443, it's using a production reverse proxy, and reuse this port the websocket connections --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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/project-pegaprox-PegaProx#91
No description provided.