Sir Dessalines the rev,
I did a FRESH lemmy-ansible install on a new VPS.
Homepage shows the same UI and error message:
Clicking “Login” or “Sign Up” gives the same error:
And the same docker error:
I haven’t modified anything - it is still a fresh ansible-install.
Here are the configs/logs for this NEW lemmy instance (pretty-fied).
I haven’t changed anything (database / ports / config) beyond what ansible did.
If you have a chance to consider this, I am very grateful.
I’ve read all the docs and I don’t know what else to try.
NOTE: The GOOD news is - I’m making a “Lemmy Install for Noobs” guide as I go (detailing every small step)…
When I finally get Lemmy running, I’ll share the guide for community review/benefit.
Hey thanks for the recommendation.
Here are the new privatebin links:
Nginx config (/nginx/sites-enabled/ggg.com.conf)
It seems to be having a problem connecting to the server. I appreciate your response.
Thank you for the reply. I updated the 3 docs to paste bin.
You’re right because if I curl localhost (while SSHed into the server), it shows the NGINX setup page.
“If you see this page, the nginx web server is successfully installed and
working. Further configuration is required.”
Could be an issue with the NGINX config (I’m not sure which port mappings to change)
For example, this section:
# frontend
location / {
# The default ports:
# lemmy_ui_port: 1235
# lemmy_port: 8536
set $proxpass "http://0.0.0.0:29201";
if ($http_accept ~ "^application/.*$") {
set $proxpass "http://0.0.0.0:17161";
}
if ($request_method = POST) {
set $proxpass "http://0.0.0.0:17161";
}
Am I meant to change those ports?
And is # lemmy_ui_port: 1235
and # lemmy_port: 8536
just listed for reference (or am I meant to add those elements)?
Thank you again.
Here are the new pastebin links:
Nginx config (/etc/nginx/sites-enabled/ggg.com.conf)
I would still create an issue if you like.
Thank you for the reply. Sorry about the google docs. I updated the 3 docs to paste bin.
A curl to that URL says “Not Found”.
Yeah it does seem to be a fail in the backend call.
nginx -t
gives OK, but I may not have the right port mapping in the Nginx config (/etc/nginx/sites-enabled/ggg.com.conf).
In the lemmy docs, there was a detailed nginx setup, but it 404s now:Lemmy nginx config
Could be beneficial to repost a functioning NGINX config file / Lemmy config file (with placeholder info).
(Just an idea, I’m grateful for the docs and code as it is. It’s great.)
Nice, that is a good feeling.