Spyke

Posts

lemmy_support·Lemmy SupportbySoullioness

I erroneously set my personal lemmy instance to private! how do i access it now?!

cross-posted from: https://lemmy.world/post/684781

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" }

View original on lemmy.world
selfhosted·SelfhostedbySoullioness

I erroneously set my personal lemmy instance to private! how do i access it now?!

cross-posted from: https://lemmy.world/post/684781

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" }

View original on lemmy.world
nostupidquestions·No Stupid QuestionsbySoullioness

I erroneously set my personal lemmy instance to private! how do i access it now?!

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" }

View original on lemmy.world
selfhosted·SelfhostedbySoullioness

I'm getting an error and I have no idea what it means or how to fix it.

I've been trying to setup a personal Lemmy instance for better control over federation, but I've run in to many error messages, most of I solved on my own but here's this one...

soullioness@raspberrypi:~ $ docker-compose up -d ERROR: yaml.constructor.ConstructorError: while constructing a mapping in "./docker-compose.yml", line 36, column 12 found unhashable key in "./docker-compose.yml", line 36, column 13

I can't for the life of me figure this out. I can't find any helpful info online either.

Edit: I'm using a raspberry pi 3 I'm sure there is more info I'm forgetting just let me know.

View original on lemmy.world