admin

joined 1 year ago
[–] admin@satl.ink 9 points 1 year ago

Both Mastodon and Lemmy have this problem. Make the default where the most new content is, which is going to be the federated tab and all tabs respectively.

[–] admin@satl.ink 2 points 1 year ago

You should be able to use any reverse proxy to replace the one it includes, but you'll want to understand the various things that need to happen. Specific HTTP methods and content-types must be routed to the lemmy and not the lemmy-ui container, and not all of these (e.g. paths) are well documented...I just found this out the hard way: watch the caddy logs carefully as you are dealing with federation issues.

[–] admin@satl.ink 4 points 1 year ago (3 children)

I sorted it out, and comments are now syncing. It was an HTTP routing problem. I had forwarded .well-known/, api/, etc, and /inbox/ (<--- note trailing slash) to lemmy's backend, but not /inbox. Once I did this the comments began to appear. Thanks all for the help, and hopefully this post helps someone else.

[–] admin@satl.ink 1 points 1 year ago (1 children)

I should add that I get "Subscribe Pending" instead of Subscribed on any subscribed thread from any instance, if that matters or is a symptom of something.

[–] admin@satl.ink 1 points 1 year ago

Since I can't reply to anyone and am having to refresh other instances to see them: Languages were originally set to English and Unspecified for site and my user, I tried selecting them all and nothing changed. I can't see any of your replies locally, so I'll have to reply on the main thread :/

[–] admin@satl.ink 2 points 1 year ago (1 children)

I guess it's obvious, but I can successfully post from my test instance to federated topics as well, so I'm not sure what isn't working.

 

I'm experimenting with hosting my own instance. It seems like things are working, e.g. the steps in the troubleshooting doc work, http routing seems correct, etc. I can subscribe to other instance's communities and see the posts. However, comments are not syncing at all not even new ones. I suspected it might be a lemmy.ml problem, but I also get this behavior from other instances as well. I am running 0.17.3. How do I debug this, or is it the expected behavior (new to Lemmy, of course).