Damus
hodlbod · 1w
Here I am, and I see your PR on zooid but I haven't had a chance to look yet. Happy to take any other contributions/answer any questions
sillybird profile picture
Ok cool! So I am trying to use zooid for my project and running the provided command (after making the proper directories and config and such), it says it is running on :3334 and that the config is loaded

main.go:71: running on :3334
lib.go:72: Loaded relay.toml

My client is able to connect and I am able to pull relay info from nak but posting events just doesn't work, regardless of kind and even with groups turned off. There are no logs coming from zooid either. I can't pull nip29 info from nak though, but maybe that's just a nak problem - not sure.

I am using docker instead of podman because it is what I have installed already. afaik they are functionally the same, but idk if there's anything specific about zooid if that would affect things.

I tried to set up Caravel so I could see if the relay management would help but that didn't want to work (would love if that was fully containerized btw! would love to help) . I also tried to use the authenticated API stuff from nak but that didn't work, could just be a skill issue tho.

I am new to the world of nostr so please forgive my inexperience!

btw ignore my PR because it turns out I forgot to set my ports in my compose.yml and I modified the nginx config from the flotilla tutorial because I thought it was an SSL issue but nope lol.

let me know your thoughts! thank you :trillian-smile:
1
hodlbod · 1w
Got it, sounds like everything is working as designed but there are some documentation gaps. First of all, the url to make requests against is the one in the config file, not the one printed when zooid starts up. That's where it's listening, but you have to proxy other ports (or hostnames) to zooid...