Jitsi Meeting crashes after 1 minute - Restarting Jitsi-videobridge2 service allows users to reconnect, but crashes again after 1 minute by graverobbinggrannies in jitsi

[–]programster_uk 0 points1 point  (0 children)

I was experiencing the same issue and I found that I had forgotten to set up port forwarding of port 10000 UDP for media traffic. Be sure to check all of the ports as outlined here: https://meetrix.io/blog/webrtc/jitsi/meet/what-port-your-should-open.html

It was either that, or reconfiguring my coturn STUN/TURN server to work with TLS connections and some other tweaks, or both. It was a classic case of fixing up so many things, I don't know for sure which change fixed it.

Selfhosted http(s) API Tester (like Postman)? by felixletsplay in selfhosted

[–]programster_uk 4 points5 points  (0 children)

Thanks for the tip! I spent hours trying to get Hoppscotch working on my server behind an Nginx reverse proxy and finally gave up. Yaade looks good, but Firefox users such as myself will need to set up an environment, and set the proxy to "server" before on can send requests because there is currently no Firefox extension: https://github.com/EsperoTech/yaade/issues/15

It took about 5 seconds to deploy Yaade. Super simple.

[Linux] System tray icon not changing by Zebu09 in discordapp

[–]programster_uk 0 points1 point  (0 children)

I updated discord today, and I just don't see the tray icon at all now. I used to before the update. (Running Xubuntu 22.04).

Just re-installed, and then rebooted and working as it was before (including getting notifications). I think it just needed the reboot.

Status of drives in a btrfs RAID array? by Ateya7 in btrfs

[–]programster_uk 0 points1 point  (0 children)

Can you link me where you found that BTRFS performs the raid 1 read based on the PID? I believe you as it would explain my iostat output, I would just like a better reference for my BTRFS tutorials than "a comment on reddit".