now i get this error when i attempt to access it. anyone know how to set it back?
404: FetchError: request to http://lemmy:8536/api/v3/site
and the command docker compose -p lemmy-easy-deploy logs -f
yeilds a bunch of nonsense but this line stood out…
Error: LemmyError { message: Some("Cannot have both private instance and federation enabled."), inner: Cannot have both private instance and federation enabled., context: "SpanTrace" }
Connect to your database and execute this sql:
UPDATE local_site SET private_instance = false
Then restart docker container
Thank you for your response, but can you explain like I’m five? Lol