T3rm1
T3rm1
Why did you choose Wireguard to achieve what you described? What I did is simply host a MQTT broker on the VPS and set up TLS with a free certificate...
Any progress on this? I tried to run the docker container behind a reverse proxy. In my case it's Caddy. When I try to open the page, e.g. www.example.com/ai the...
Is there any way to speed up such a basic feature? Is there any reason why this was not done properly in the first place?
Same here.
You have to set `isOpen` of ``. ``` const [isOpen, setIsOpen] = useState(false) const toggle = () => setIsOpen(!isOpen) ... ... ``` The documentation of this project is really bad...
@wing328 I think it would be a good solution to either remove the findbugs dependency (and its annoations) all together or at least make it opt-in. We shouldn't have to...
Oh no, I just got updated to 68.3.1 and have no longer a tray icon. Stupid Mozilla developers who refuse to implement this natively.
> > Oh no, I just got updated to 68.3.1 and have no longer a tray icon. Stupid Mozilla developers who refuse to implement this natively. > > write to...
I was looking at the tcp-client-server example.
What you do is something different. Of course it works behind a reverse proxy and a separate sub domain. But it won't work if you require a non root path.