this post was submitted on 09 Jun 2023
10 points (100.0% liked)

Lemmy Support

4641 readers
14 users here now

Support / questions about Lemmy.

Matrix Space: #lemmy-space

founded 5 years ago
MODERATORS
 

G'day, I just got Lemmy going on my site https://apollo.town and it doesn't appear to be federating. I ran through the Lemmy troubleshooting docs and I can return valid JSON from the site, but I can't look up anything on lemmy.ml from my site - although I can look up my site from lemmy.ml.

Caddy is my reverse proxy with the world's simplest config:

root@apollotown:~/lemmy# cat Caddyfile 
# apollo.town Lemmy instance
apollo.town {
	reverse_proxy :4040
}
you are viewing a single comment's thread
view the rest of the comments
[–] tekeous@beehaw.org 1 points 1 year ago (1 children)

Ah HA! Whatever I add to lemmy.hjson is added as a federated instance.

  # the domain name of your instance (eg "lemmy.ml")
  hostname: "lemmy.ml"

And now lemmy.ml is listed as my only linked instance.

[–] lodion@aussie.zone 2 points 1 year ago (1 children)

yeah that should be your own hostname... "apollo.town".

[–] tekeous@beehaw.org 1 points 1 year ago (1 children)

well that's what I'm saying - it was set to "apollo.town" and I federated with myself. I set it back to lemmy.ml and blew the database, and now I'm federated only with lemmy.ml. Whatever I put there is federated.

[–] tekeous@beehaw.org 1 points 1 year ago (2 children)

I'm not sure that's not by design, because lemmy.ml lists itself on Instances here.

[–] lodion@aussie.zone 1 points 1 year ago

Ok, weird. I guess set it back to your own hostname and create a local community to play with and find from other instances.

[–] lodion@aussie.zone 1 points 1 year ago

Sorry, not sure what is going on. I searched and added !announcements@apollo.town on my instance. But making a post never shows up on your side.