Hi,
I'm trying to setup a pleroma instance. I'm using the @angristan Docker image (https://github.com/Angristan/dockerfiles/tree/master/pleroma) and using the basic nginx config (https://git.pleroma.social/pleroma/pleroma/blob/develop/installation/pleroma.nginx) by @quad
But I got this Phoenix.Socket error. I'm trying to access to the instance from localhost so I don't think the error message is useful...
Can someone help me please?
@quad Thanks for your help. It's always borked..
@lain Which URL settings are you talking about? And yes, is doing copying the file under config/prod.secret.exs (https://github.com/Angristan/dockerfiles/blob/master/pleroma/Dockerfile). Which configuration script are you talking about? 😰
@lain I guess I'll just go to the normal install.
@lain I always have this error with the normal installation.
@lain Yes, I always get the error with https or http. Even if I try to change the port.
@lain Nope, nothing.
@lain Okay, thanks you!
@lain there is 182 peoples on the irc but no one is talking :(
@Sir_Boops It's not fixing anyways... 
@lain I used `mix generate_config`.
@lain @quad @quad @angristan News:
I changed the port to 4009 on prod.exs, and no error comes up. https://waifu.social/ is not loading tho...
Also https probably won't work unless you give it some kind of valid certificate. I recommend just leaving it at http then putting nginx in front of it. Also by default on most Linux distros, non-root users can't bind to ports below 1024 in most situations. So try setting the port to something higher than that.