New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fresh install fails #38
Comments
|
Show us the output for Are you sure your hostname is correct? You should not have changed what's in curly braces, IE db_password or hostname, those get auto-filled. You might have to uninstall and start from scratch. We might have to add an instruction to not change what's in the curly braces, if that's not clear. |
Followed by: Repeated over and over again.
The hostname for the box? I never can get that to stick. The box's physical hostname is
In what file? I followed the instructions here: https://github.com/LemmyNet/lemmy-ansible The instructions clearly state to edit config.hjson and hosts to my liking. :-( |
|
Your database password is wrong. Make sure its identical in lemmy.hjson and docker-compose.yml, then run |
|
Ok, I did that. (The passwords were mismatched, I sync'd them). Still no luck: This is what the app returns:
|
|
You need to look at |
|
Same thing: |
|
docker-compose.yml;: lemmy.hjson: |
|
I do have a dedicated Postgres server on another box. Is there a way to point Lemmy to my other Postgres server instead of relying on one running in Docker? |
|
Uninstall (check the readme here for how to do that ) and start from scratch, you changed your DB password after the initial install, so it messed up the installation. And don't mess with what's in the curly braces. |
|
Ok that worked. Yeah may not want to say "edit the config as you see fit" if there's some sections that you shouldn't touch. LOL! :-) But now I've got another problem. Email isn't working. |

Hi guys! Trying to get Lemmy installed on a fresh VPS (Debian 11) and receiving the following error when attempting to go to the site:
404: FetchError: request to http://lemmy:8536/api/v3/site? failed, reason: connect ECONNREFUSED 172.18.0.2:8536Here's the results of the ansible playbook:
Here's the contents of
config.hjson:Any ideas?
The text was updated successfully, but these errors were encountered: