Closed LoganTann closed 2 years ago
Hello, if you don't use Tor nodes, Root-Me will ban you if you do some requests :) ! It looks you just have been temporary banned by the website (When you're banned, the website is not even pingable)
Hello, thanks for the quick reply.
I don't use tor node, which is why it's removed in the docker-compose I just sent.
And that's weird for mongo, I'm using /bitnami/mongodb with the last version
Oh sorry, I mistunderstood your comment... i'll see into tor nodes then. It's just I had issues with it, containers won't start.
Hello, thanks for the quick reply.
I don't use tor node, which is why it's removed in the docker-compose I just sent.
So there's nothing you can do, maybe slow down the requests to one request every 30 seconds, with the PAUSE environment variable
Oh sorry, I mistunderstood your comment... i'll see into tor nodes then. It's just I had issues with it, containers won't start.
Tor is not mandatory, but root-me will just ban the bot (Do you have Discord or Telegram, it's easier to talk here ?)
Ah mais t'es français
Hello, I tried to run this project with the following docker-compose file :
click to see docker-compose.yml used
``` version: "3" services: rootme_node: # You can use my own image, or build it from scratch image: ghcr.io/kernoeb/jean_racine_bot:main restart: always stdin_open: true tty: true env_file: - .env networks: - rootme volumes: - "/etc/timezone:/etc/timezone:ro" - "/etc/localtime:/etc/localtime:ro" depends_on: - mongodb mongodb: image: docker.io/bitnami/mongodb:4.4 restart: always networks: - rootme ports: - "27017" volumes: - '/opt/jeanracine:/data/db' networks: rootme: driver: bridge ```(by the way, I had another issue, latest mongo image uses
/data/db
as storage persistance; not/bitnami/mongodb
)The bot starts, and seems to not be able to resolve discord's hostname. Here is the log :