48
Federation is kicking my butt!
(discuss.tchncs.de)
A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).
If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!
Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy
I can’t help with NPM, but I had a similar problem(s) when trying to use Cloudflare Tunnels — which was an absolute pain to setup. What Matrix server are you using? Synapse or a community made one, also what’s in your .well-know and configs?
Thanks for answering. I‘m using synapse at this point but I‘m not totally set on that. I need to get back to you on the configs. They’re a huge pain to set up. I kinda get why people are using ansible playbooks. Getting the homeserver.hjson and compose file to sync up and generally getting the configs of those to sync up and then needing srv records and custom npm locations really gets to me.
I used Conduit, and it might be easier to setup, if you get those configs up for us I’d be willing to look at them still.
I definitely will post them. Just gotta get to my pc. Thanks for offering your help.
Here is the config! Thanks again for offering your help!
The first thing I see is that your server name is
matrix.***.com
, which means that users/MIDs will be@hai@matrix.***.com
, instead of@hai@***.com
, which assuming the use of .well-known you want the second. Other than that I don't really see anything that'd be an issue, but again, I haven't used Synapse. I hope that helps, keep me updated!Thanks for pointing this out. For now, I'm good with the @matrix but I will keep that in mind. Now the federation seems to be working. I completely threw out the npm config and remade it. Here's the new logs. One thing doesn't work anymore though: I'm not receiving messages from my second account and am not getting "is online" notification (green circle). Here's the current log. https://hastebin.com/share/piyumiloho.yaml (btw the .well-known was because federation tester pointed out there was none and I assumed that was the problem.)