Elegast

joined 1 year ago
[–] Elegast@lemmy.ca 3 points 1 year ago (1 children)

If only their UI wasn't so trash I'd only ever use weather.gov

[–] Elegast@lemmy.ca 2 points 1 year ago (3 children)
[–] Elegast@lemmy.ca 1 points 1 year ago (8 children)

Does it though? Not seeing anything about it

[–] Elegast@lemmy.ca 2 points 1 year ago

Yep...that entire situation is so crappy. The devs deserved better.

[–] Elegast@lemmy.ca 3 points 1 year ago (2 children)

Looks neat I'll check it out. Would be cool if you could login and it would pull your subscribed communities and then come up with similar communities based on already subbed ones. Cheers.

[–] Elegast@lemmy.ca 5 points 1 year ago (3 children)

Beeper.com ? They have a selfhosted option. I'm using the non-self hosted as of today and it's been pretty great. Mainly sms bridge and discord bridge are what I have been using.

[–] Elegast@lemmy.ca 3 points 1 year ago

Nice. That's a good idea and I'm happy that the BBC is taking these kinds of steps. Followed the R&D account. Thanks!

[–] Elegast@lemmy.ca 1 points 1 year ago (1 children)

This app is quite nice, albeit somewhat minimalist, yet it gets the job done if you prefer not to use the web interface.

 

Hey all, I decided to try setting up matrix/synapse via cloudflare tunnels.

I was following this guide

http://192.168.1.2:8009/_matrix/static/ shows

It works! Synapse is running

as does https://matrix.example.com/_matrix/static/

https://matrix.example.com/.well-known/matrix/server

comes up with 404. Is anything ever truly *well* known?

and matrix/synapse container shows 401 unauthorized when trying to access public rooms

synapse.http.matrixfederationclient - 676 - INFO - POST-87644 - {POST-O-3} [matrix.org] Got response headers: 401 Unauthorized

federation tester is showing

Hosts

_dc-srv.959fd81029a5._matrix._tcp.matrix.example.com.
Addresses

Errors

SRV record target _dc-srv.959fd81029a5._matrix._tcp.matrix.example.com. is a CNAME record, which is forbidden (as per RFC2782)

can anyone point me in the right direction?

I'm assuming this is still an issue with ./well-known or something.

cheers

 

Hey all, I almost have it setup and working.

Was able to login via element to my instance.

DNS/SRV setup It passed the federation test.

But I'm getting 401 unauthorized when I try and search for public rooms.

I kinda know where the issue is.

my set up is a little fucky due to my ISP blocking port 80. So I have an aws ec2 instance setup with a tunnel to my home-sever as well as a ngnix proxy manager setup to point to said home-server. Then I have the home-sever running matrix/synapse behind ngnix proxy manager.

Example.com/.well-known/matrix/server comes up with 404

Example.com/_matrix/static/ works

So I just have to narrow it down a little bit.

The main reason I wanted to setup matrix was I was super interested in the android sms bridge, but after looking through the setup process it seems like a lot too. Not sure if anyone has seen any easier guide than the main doc.

I have 80 and 443 forwarded on AWS, I believe I'd have to forward 8448 as well...? Still looking into that bit.

Also, any better communities I could reach out to?

Cheers.

edit: I decided to blow away this convoluted setup for a cloudflare tunnel setup. Wayyy easier from the looks of it