this post was submitted on 24 Nov 2020
15 points (94.1% liked)

Announcements

23193 readers
106 users here now

Official announcements from the Lemmy project. Subscribe to this community or add it to your RSS reader in order to be notified about new releases and important updates.

You can also find major news on join-lemmy.org

founded 5 years ago
MODERATORS
 

Instructions for running your own lemmy instance.

For the moment, lemmy.ml is using an explicit allowlist for instances we federate with. If you currently run an instance, and would like to be added to join.lemmy.ml:

  • Let us know either on !lemmy_instances, or commenting here.
  • We'll add you to our allowlist.
  • Add this block to your server's lemmy.hjson config (for open federation):
federation: {
  enabled: true
  tls_enabled: true
  # allowed_instances: lemmy.ml,other_instance.tld,... uncomment this to use an allowlist
}
  • Type [!announcements@lemmy.ml](/c/announcements@lemmy.ml) into your server's search box, and subscribe to it to connect the two instances.
top 23 comments
sorted by: hot top controversial new old
[–] m@social.rcelko.ch 2 points 1 year ago
[–] hiro@lemmy.ml 1 points 2 years ago (1 children)

Hello :3 I made a new instance, mind adding it to the allowlist?

Dissonanz

[–] dessalines@lemmy.ml 1 points 2 years ago

It'll get added automatically the next time we deploy joinlemmy, which should be soon.

[–] goerdl@lemmy.ml 1 points 1 year ago

Please federate with the Instance lemmy.sudis.net. thx

[–] ReakDuck@lemmy.ml 1 points 1 year ago* (last edited 1 year ago)

What do users do if they want to enjoy !hentai@lemmynsfw.com? Will such things be added to the whitelist? I can't seem to access it

[–] lukasf@lemmy.ml 1 points 2 years ago (1 children)

i made mentano.org

I could use some tips

[–] th0mcat@talk.thomcat.rocks 1 points 2 years ago (1 children)

On your Lemmy instance, hit the Search icon, then post a full direct user of a community/user you want to look at (https://lemmy.ml/c/announcements), or a post you want to comment on (https://lemmy.ml/post/89740). Look in your logs and you should see some activity.

If you want to get updates for a Lemmy community, you have to subscribe to it.

[–] lukasf@lemmy.ml 1 points 2 years ago

yeah but they have to whitelist me, no?

[–] sgornick@lemmy.ml 0 points 2 years ago* (last edited 2 years ago) (1 children)

Maybe I'm missing a basic concept on Federation. I was assuming that the federation feature would allow a user on another instance (e.g., on Baraza.africa) to post on Lemmy.ml.

Here are two posts that Baraza.Africa shows as being posted to c/bitcoin: https://baraza.africa/c/bitcoin@lemmy.ml

However, on !bitcoin@lemmy.ml, those posts do not show. https://lemmy.ml/c/bitcoin/data_type/Post/sort/New/page/1

Is that correct, expected behavior?

[–] dessalines@lemmy.ml 1 points 2 years ago (1 children)

Not sure exactly what's going on there, @nutomic@lemmy.ml any ideas?

[–] nutomic@lemmy.ml 2 points 2 years ago

Could be that lemmy.ml was unreachable, and the activities didnt go through. Its supposed to retry sending in that case, but that was never actually tested.

[–] SynapticOddity@lemmy.ml -1 points 1 year ago (2 children)

Please allow federation for hive.atlanten.se

[–] ram@lemmy.ramram.ink 1 points 1 year ago* (last edited 1 year ago) (1 children)

It looks like you already have federation enabled, but if you're having troubles you're probably best off going to [the support community for assistance at !lemmy_support@lemmy.ml

[–] SynapticOddity@lemmy.ml 1 points 1 year ago (1 children)

Thanks! I’m just missing a bunch of comments (but not posts) from Lemmy.ml. I thought lemmy.ml were running on an allow list? Might be something else thought.

[–] phoenix591@lemmy.phoenix591.com 2 points 1 year ago (1 children)

they moved away from the allowlist and now only block some. federation with my own instance just worked after I got updated to 0.18.1 and adjusted my nginx config

[–] SynapticOddity@lemmy.ml 1 points 1 year ago (1 children)

good tip! I upgraded to 18.1 now. Hopefully fixes the missing comments.

[–] phoenix591@lemmy.phoenix591.com 1 points 1 year ago (1 children)

part of it was http signature expiration, showed up as

WARN Error encountered while processing the incoming HTTP request: lemmy_server::root_span_builder: Header is expired
  0: lemmy_server::root_span_builder::HTTP request
            with http.method=POST http.scheme="http" http.host=mylemmyinstance.com http.target=/inbox otel.kind="server" request_id=453c8a92-7bb5-4b7e-a4ad-212e91167d4e http.status_code=400 otel.status_code="OK"
         at src/root_span_builder.rs:16
 LemmyError { message: None, inner: Header is expired, context: "SpanTrace" }

in the logs, and that was fixed

the other part was some nginx config changes

[–] SynapticOddity@lemmy.ml 1 points 1 year ago (1 children)

Brilliant. i think both were fixed with the ansible update. Thanks for helping out phoenix!

Not sure if you are also knowledgeable about wefwef, I have another question: I have installed wefwef on my host. Works great! Except I can’t get watchtower to update it. I have to do a manual restart of the wefwef constrained every time. I’ve tried to increase the wait time, but no luck. Any tips?

[–] phoenix591@lemmy.phoenix591.com 1 points 1 year ago (1 children)

I havn't looked into it yet, just using plain lemmy-ui for now, but it does look pretty nice

[–] SynapticOddity@lemmy.ml 1 points 1 year ago

I recommend it. It’s a great smartphone frontend. Still missing some small features, but super great usability.

they moved away from the allowlist and now only block some.