Skip to content

feat: websocket improve to fix issue #7268 including support authentication#7304

Merged
CommanderStorm merged 3 commits intolouislam:masterfrom
sofia-fernandez-six:issue/7268
Apr 21, 2026
Merged

feat: websocket improve to fix issue #7268 including support authentication#7304
CommanderStorm merged 3 commits intolouislam:masterfrom
sofia-fernandez-six:issue/7268

Conversation

@sofia-fernandez-six
Copy link
Copy Markdown
Contributor

Summary

In this pull request, the following changes are made:

Please follow this checklist to avoid unnecessary back and forth (click to expand)
  • ⚠️ If there are Breaking change (a fix or feature that alters existing functionality in a way that could cause issues) I have called them out
  • 🧠 I have disclosed any use of LLMs/AI in this contribution and reviewed all generated content.
    I understand that I am responsible for and able to explain every line of code I submit.
  • 🔍 Any UI changes adhere to visual style of this project.
  • 🛠️ I have self-reviewed and self-tested my code to ensure it works as expected.
  • 📝 I have commented my code, especially in hard-to-understand areas (e.g., using JSDoc for methods).
  • 🤖 I added or updated automated tests where appropriate.
  • 📄 Documentation updates are included (if applicable).
  • 🧰 Dependency updates are listed and explained.
  • ⚠️ CI passes and is green.

Screenshots for Visual Changes

  • UI Modifications:
    • Added a WebSocket Options section.
    • Added an Authentication section for WebSocket Upgrade monitors.
    • Added fields for custom headers and auth configuration.
image

…pport and include custom headers and WebSocket options section
@github-actions
Copy link
Copy Markdown
Contributor

Hello and thanks for lending a paw to Uptime Kuma! 🐻👋
As this is your first contribution, please be sure to check out our Pull Request guidelines.
In particular: - Mark your PR as Draft while you’re still making changes - Mark it as Ready for review once it’s fully ready
If you have any design or process questions, feel free to ask them right here in this pull request - unclear documentation is a bug too.

@sofia-fernandez-six sofia-fernandez-six changed the title feat(websocket) to improve issue #7268: add authentication support an… feat: websocket improve to fix issue #7268 including support authentication Apr 20, 2026
Comment thread server/monitor-types/websocket-upgrade.js
@CommanderStorm CommanderStorm merged commit 2f45b46 into louislam:master Apr 21, 2026
24 checks passed
@github-actions
Copy link
Copy Markdown
Contributor

@sofia-fernandez-six congrats on your first contribution to Uptime Kuma! 🐻
We hope you enjoy contributing to our project and look forward to seeing more of your work in the future! If you want to see your contribution in action, please see our nightly builds here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add protection(authentication) via mTLS (client certificate), basic auth or oauth for WebSocket monitors (wss:// upgrade)

2 participants