Can I get a quick check that things are working? Anyone who sees this interact with it?

@scott test Also, in
my mastodon self-hosted federation admin panel, it shows no issues with federating with tams.tech.

cc @scott

https://shonk.social/notes/a38n6u8osscd000c

@scott

On my self-hosted account, interactions don't seem to be federating. I can make statuses, and they show up locally, but if I browse to @[email protected] from here I don't see anything posted since upgrading from 4.3.1 to 4.3.3. If this account likes a post on that one, for example, it shows up in my notifications on that account, but the other way around doesn't work. Can anyone help? Is this a bug I should report? #mastodon #mastoadmin #admin

Shonk Social
@paul @scott ok, this is interesting, that post wasn't there earlier when I was looking at my profile from shonk.social. I checked on sidekiq and sure enough it's failing a ton of jobs because DNS queries are failing inside the sidekiq container. Now I just need to figure out how to get DNS working in that container.

What the actual fuck though why
#mastodon #mastoadmin #admin

ok, I narrowed it down:

docker run --network srv_mastodon_internal --rm ghcr.io/mastodon/mastodon:v4.3.3 curl https://mastodon.social/healthfails, quickly, curl: (6) Could not resolve host: mastodon.social. But
docker run --rm ghcr.io/mastodon/mastodon:v4.3.3 curl https://mastodon.social/health
works fine, so it's something specific to running sidekiq in a
#docker internal network... #mastodon #mastoadmin #admin

I have updated and rebooted and confirmed that no outbound network connections can be made from inside the sidekiq container #mastodon #mastoadmin #admin
@scott Is this by design? The "internal" part of that name implies that it was created with the internal option in #docker which intentionally prevents any internet access. https://docs.docker.com/reference/cli/docker/network/create/#internal
"docker network create"

""

Docker Documentation
@bmitch Is this a recent change? I haven't modified that aspect of the configuration since I started hosting this instance, and this only became a problem this past week. #mastodon #mastoadmin #admin
@scott I only know the Docker side, not the Mastodon side. But looking at the compose file they publish, it shows sidekiq attached to both the internal and external network: https://github.com/mastodon/mastodon/blob/main/docker-compose.yml
mastodon/docker-compose.yml at main · mastodon/mastodon

Your self-hosted, globally interconnected microblogging community - mastodon/mastodon

GitHub