

I have a question on top of my matrix setup. Has any one integrated VoIP? I am trying to bring all communication in house.
I have a question on top of my matrix setup. Has any one integrated VoIP? I am trying to bring all communication in house.
I recently setup a full matrix server. What I am currently worried about is my server. I am currently shopping for a used dual Xeon server. I am hosting close to 40 docker containers on 2 1 liter PCs with very low specs. I would love to bring it all in house to a single server with a separate NAD which I do have currently holding 60 terabytes of storage space.
Sounds like you are describing the orange baboon in the white house.
You are absolutely right we can not make them give us access to drivers but just like with nvidia there are people willing to figure it out. I am not for government oversight but if the manufacturers refuse to offer any help then they may need to step in. The EU has made massive strides towards standardizing manufacturers. I also don’t think it would be necessary for the manufacturers to open source their software but its already wrote just release it as closed source so it could be used at the community level.
Here’s my take which i have not seen in this thread. When you buy your hardware it is yours you should be allowed to do with it as you please. If you want to wipe the device and install another ROM or os you should be able to. Much like the recent fight for “right to repair” not allowing you to do what you want with your property should not be allowed. As long as the manufacturer blocks your ability to do what you want with your hardware it isn’t really your hardware.
Nginx, caddy and haproxy are 3 choice for reverse proxy. The way a reverse proxy works is it looks on port 80 and 443 for requests to a DNS connection. Like say you want to go to jellyfin you may have a DNS entry for jellyfin.personalsite.tld the reverse proxy will then take that and redirect the connection to the proper port and server behind your firewall. You do not need multiple reverse proxies. In the case of haproxy and nginx (only ones I have experience with) you create a “back end connection” like explained above and it will redirect. In the case of nginx it is very small I installed it natively and setup configs for each of my services for easy maintenance.