hackysphere

joined 2 years ago
[–] hackysphere@lemmy.ca 1 points 2 months ago

It's apparently needed for "legacy" and the new MatrixRTC calls on Matrix

[–] hackysphere@lemmy.ca 1 points 2 months ago

They only seem to support it for business customers for now, not for consumer usage.

[–] hackysphere@lemmy.ca 2 points 2 months ago* (last edited 2 months ago)

I live in a rural area, so my only options are dealing with a mobile hotspot for everything or getting satellite internet for more than double the price.

It's also not worth it for me to switch internet providers just to have calls on my Matrix server work

[–] hackysphere@lemmy.ca 1 points 2 months ago (4 children)

Unfortunately my ISP doesn't support IPv6 yet, both for the public internet and for my local network.

[–] hackysphere@lemmy.ca 1 points 2 months ago

I'm in the same situation, I can do "legacy" calls almost without issues, but Livekit has constant issues connecting to TURN.

[–] hackysphere@lemmy.ca 1 points 2 months ago

Oops, autocorrect seems to have messed up some of my words. All of the clients that connect to the servers are behind the same NATted network, and some are behind an additional level of NAT.

 

I am running a defederated local Matrix server, and I need to set up calls. From what I can tell, the "legacy" calls require a STUN and TURN server, and the new MatrixRTC standard seems to require them as well for Livekit to work. However, I do not want to expose anything out to the public internet, as I want everything to be behind NAT for local access only (all of the clients for the server will also be behind the NATted network). I also have Tailscale running on my servers, and it would be useful if I would be able to connect to the TURN server even when not in the network. Is there a way to get STUN/TURN to work in this situation? It seems that all the servers expect to have public network access.

[–] hackysphere@lemmy.ca 1 points 2 months ago

I've been trying out Stalwart, and it seems to be working good, but it is having problems with IDN that seem to require some weird ways of fixing.

(more specifically, Stalwart recognizes the punycode and UTF8 versions of domains as separate, which is difficult for some clients like Gmail web to deal with)

[–] hackysphere@lemmy.ca 2 points 2 months ago

So I've been setting up Stalwart (but I probably won't be using it), and I only had to unflag my emails as spam on Gmail and Outlook once; it even was able to send straight to the inbox of another Gmail account! I did have one email get quarantined by Outlook, but it was probably because the email and sender name didn't match enough.

 

I need to run my own email server for some of my domains, because the providers that I usually use don't support them (they use Unicode characters, and not everyone supports that yet). I have a small VPS that I run a few Docker containers on, and I'm wanting to try and run an email server on it as well. What containers are good for a low-hassle email setup? I don't need a mailbox webui (ex: roundcube), but it would be nice to have a UI for management. I do need multi-domain support, however.

EDIT: For anyone wondering, I decided to go with Mailu. Stalwart didn't play will with internationalized domains (although it was the only server to support EAI/SMTPUTF8), and Mailcow would have been a bit more difficult for me to change to bind mounts and reconfigure Docker networking with.

[–] hackysphere@lemmy.ca 6 points 7 months ago

I use both. I have one VM on Proxmox for all of my Docker containers, a seperate VM as a reverse proxy, and a third VM to handle OIDC for apps (because I don't want it failing with all of my other things). I also use Proxmox for using apps in a VM that are GUI based, but that I want to have running on something other than my laptop.

 

I am wondering if there is a client for Youtube Music for WearOS. I already know that ReVanced supports modifying YTM APKs, but I do not know of a way to do this for the WearOS app. Is there something that I could use to use Youtube Music on WearOS without ads?

 

I live in Canada, and I am figuring out a way to get a "registered" phone number from a cell company just for SMS verification texts. However, I am wanting to find out if there is a service that would do the same thing (and potentially cheaper: the lowest plan I found from a carrier is CAD$15/mo). I would be using it just for SMS verification texts (WhatsApp, Telegram, etc.).

 

I have been reading about the new OIDC system (since Element now has a QR code login). I can't seem to understand the purpose of it, as it seems that Matrix already has all of the features wanted, but more simple. Why would there need to be a new OIDC system, if signing in with services with Google or GitHub is already supported and configurable per homeserver? Why would regular user+password login need to be reimplemented, but now require a website to login instead of being able to login through something like a terminal?

 

I am running Fedora Server with Docker installed, and it has a folder that connects to my NAS via SMB. I will have all of my Docker files (and Compose configs) stored on my NAS, since it has a lot more storage. I am worried that Docker will glitch out and cause a mess, since my NAS starts ~2 minutes later than my server from a reboot. Is there something that I can do to make sure Docker is able to connect to the SMB share safely?