-
This Issue is a collection of features and tasks we aim to implement in the future. If you have any good suggestions, feel free to reply directly.
Features
--------
- [x] Support for the WebSocke…
-
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm reporting a bug un…
-
I ran my own signal server:
(base) marco@pc01:~/webMatters/vueMatters/GGC/node_modules/@geut/discovery-swarm-webrtc/bin$ ./index.js
discovery-signal-webrtc running on 4000
and in Disc…
-
In a **multi-deployment scenario** (e.g., redundant or load-balanced deployments) of the UFX.Relay **Forwarder** service, requests with a specific `TunnelId` may arrive at an instance that does not ha…
-
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm reporting that yt-dlp is…
-
I'm running in to a problem creating a proxy host for a Unifi Video web server on port 7443. Logging in and navigating the application works fine, but when I attempt to view one of my cameras, I get a…
Xinil updated
8 months ago
-
Has anyone successfully been able to put a proxy in front of this server?
I'm able to successfully proxy using nginx on port 80 to the back end loowid server on port 80 (no certs)
When I try to …
-
I try to change to sub-domain, and use reserve proxy from docker
It load forever at first black status page.
My error
```
WebSocket connection to 'wss://sub.domain.net/socket.io/?__sails_io_sdk_…
-
As of now to have ngircd on websocket I do this:
1) I run ngircd on 127.0.0.1:6667
2) I use websocat in this way:
`websocat -E --text ws-listen:0.0.0.0:8080 tcp:127.0.0.1:6667 -F=/index.html:text/h…
Zibri updated
6 months ago
-
Hi developers
This my main.py
```
from gevent import monkey;monkey.patch_all()
from flask import Flask,render_template, url_for, request, redirect, flash,jsonify,session,…