I promise to take a look a Friendica after we get Pixelfed up =)
Shadow
If it's all in docker, you probably need the docker container name as the target host. Assuming your docker network isn't in host mode.
Pixelfed soon. We have a domain registered and I've started provisioning the infra.
Friendica isn't on our todo list yet, not sure if it will be or not since none of us are regular Facebook users.
Edit: Enough people are asking about friendica that I promise to investigate more after pixelfed is up.
Check out Serpa design on YouTube, he has a lot of great micro builds.
I'd keep it simple and do no fish, just shrimp + snails + a couple crabs + live plants.
I think that might introduce concerns around a client presenting modified info vs what everyone else would see. I'd imagine Facebook / discord and everyone else that generates link previews, struggle with this problem.
Unfortunately not
Huh, weird..... I don't think this is solvable on our side, this is thetyee's cloudflare rules blocking us.
No, I want to start exposing a grafana instance but for now I'm keeping this internal since it hits our live postgres.
The query if you want it is:
SELECT
DATE(published AT TIME ZONE 'UTC') AS date,
COUNT(*) FILTER (WHERE instance_id IN (SELECT id FROM instance WHERE domain = 'lemmy.ca')) AS lemmy_ca,
COUNT(*) FILTER (WHERE instance_id IN (SELECT id FROM instance WHERE domain = 'sh.itjust.works')) AS sh_itjust_works,
COUNT(*) FILTER (WHERE instance_id IN (SELECT id FROM instance WHERE domain = 'lemmy.world')) AS lemmy_world,
COUNT(*) FILTER (WHERE instance_id IN (SELECT id FROM instance WHERE domain = 'lemmy.dbzer0.com')) AS dbzer0,
COUNT(*) FILTER (WHERE instance_id IN (SELECT id FROM instance WHERE domain = 'jlai.lu')) AS jlai_lu,
count(*) as all_lemmy
FROM person
GROUP BY 1
ORDER BY 1;
Or here's your instance overlayed with us to provide a comparison:
Not usually. Can you dm me the account name or email and I'll look later tonight?
I did some playing around with grafana. This data is all just number of signups per day, grouped by instance.
Here you can see our recent spike in users compared to normal:
Adding in some other large instances we all got an increase in traffic, but ours seems to be more sustained:
And for completeness, compared to all of lemmy (as visible by lemmy.ca, so only things we federate with):
Reddit's announced some more changes but I suspect the whole tariff situation is pushing Canadians extra hard.
Oooh, that's a good feature request but not something we could easily do.