this post was submitted on 22 Jun 2023
14 points (100.0% liked)
Lemmy
12531 readers
11 users here now
Everything about Lemmy; bugs, gripes, praises, and advocacy.
For discussion about the lemmy.ml instance, go to !meta@lemmy.ml.
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Hey there! Thank you for reaching out. I'll definitely not block your instance then. Regarding postgres, first login to the postgres container with
docker exec -it containername busybox /bin/sh
You can get the container name by running
docker ps
. Once inside login to psql console withpsql -U lemmy
I've written this from memory, but it should be very similar if not the same.
EDIT: Consider saving the usernames and details of the bots that signed up. We might be able to use that for some analysis.
Yup I've got them, luckily 5 or more repeating numbers in their email pretty much identified 99% of them. Would you like me to send the CSV somewhere? 27k+ bots
It's be interesting to see where they are coming from, do you have up and user agents in the logs at all?
I don't unfortunately, I deliberately don't log that due to some of the sensitive stuff on my own instance (we're China based)