Hello, I’m Valmond but I need to post from my local machine so I’m [email protected] now :-)

I’m checking my traces in the Docker output (I run it in a shell) and I get this kind of error quite frequently:

lemmy_1     | 2023-08-01T19:08:53.230788Z  WARN lemmy_server::root_span_builder: Domain is not in allowlist
lemmy_1     |    0: lemmy_apub::activities::verify_person_in_community
lemmy_1     |              at crates/apub/src/activities/mod.rs:50
lemmy_1     |    1: lemmy_apub::activities::voting::vote::verify
lemmy_1     |              at crates/apub/src/activities/voting/vote.rs:57
lemmy_1     |    2: lemmy_apub::activities::community::announce::receive
lemmy_1     |              at crates/apub/src/activities/community/announce.rs:141
lemmy_1     |    3: lemmy_server::root_span_builder::HTTP request
lemmy_1     |            with http.method=POST http.scheme="http" http.host=lemmy.mindoki.com http.target=/inbox otel.kind="server" request_id=3eb2b88d-fba0-45e6-96e2-fb485cd81b73
lemmy_1     |              at src/root_span_builder.rs:16
lemmy_1     | LemmyError { message: None, inner: Domain is not in allowlist, context: SpanTrace [{ target: "lemmy_apub::activities", name: "verify_person_in_community", file: "crates/apub/src/activities/mod.rs", line: 50 }, { target: "lemmy_apub::activities::voting::vote", name: "verify", file: "crates/apub/src/activities/voting/vote.rs", line: 57 }, { target: "lemmy_apub::activities::community::announce", name: "receive", file: "crates/apub/src/activities/community/announce.rs", line: 141 }, { target: "lemmy_server::root_span_builder", name: "HTTP request", fields: "http.method=POST http.scheme=\"http\" http.host=lemmy.mindoki.com http.target=/inbox otel.kind=\"server\" request_id=3eb2b88d-fba0-45e6-96e2-fb485cd81b73", file: "src/root_span_builder.rs", line: 16 }] }

Anyone knows what it is and why it’s happening?

It seems to be a thing on my own server (and in the beginning I messed up some stuff in the config files, so I’d love to track this down and get rid of it if it’s that)

Thank you all fabulous people!

Valmond / Loulou

  • @Phoenix591
    link
    3
    edit-2
    11 months ago

    By setting an allow list you’ve blocked every other instance not in your list, just compare this post for example to the original on lemmy.ml or the copy at lemmy.world for example

    https://join-lemmy.org/docs/administration/federation_getting_started.html

    Allowlist: Explicitly list instances to connect to. BlockList: Explicitly list instances to not connect to. Federation is open to all other instances. Open: Federate with all potential instances.

    Federation is enabled by default. You can add allowed and blocked instances, by adding a comma-delimited list in your instance admin panel. IE to only federate with these instances, add: enterprise.lemmy.ml,lemmy.ml to the allowed instances section.

    • @[email protected]OP
      link
      fedilink
      211 months ago

      Oh man, thank you all !

      I (obviously?) thought that with the “Federation enabled” checkbox ticked it would federate as before but Plus the added ones.

      I’m removing all the the Allowed Instances…