bottech [he/him] to hexbear • 4 years agoHow to have my local connect frontend connect to something?message-squaremessage-square36 fedilinkarrow-up19
arrow-up19message-squareHow to have my local connect frontend connect to something?bottech [he/him] to hexbear • 4 years agomessage-square36 Commentsfedilink
minus-squarebottech [he/him]hexagonhexbear3·4 years agoOk, so i followed the instructions, but when i run cargo run on the backend i get FATAL: password authentication failed for user "lemmy" link
minus-squarevertexarray [any]hexbear3·4 years agoIt looks like you can just do ./db-init.sh in a terminal in the server directory link
minus-squarebottech [he/him]hexagonhexbear3·edit-24 years agoFATAL: Peer authentication failed for user "postgres" Also there wasnt server directory, that file was in scripts link
minus-squarevertexarray [any]hexbear3·4 years agoHmm, I didn't encounter that on my end. I'm not on Linux so it might be an OS difference. link
minus-squarebottech [he/him]hexagonhexbear3·4 years agoWhich backend should i use? https://git.chapo.chat/hexbear-collective/hexbear or https://git.chapo.chat/hexbear-collective/lemmy-hexbear link
minus-squarebottech [he/him]hexagonhexbear3·4 years agoActually these problems might be because i cloned the repository provided in documentation you sent me and not the hexbear backend, i will try these steps with it and see if it works link
Ok, so i followed the instructions, but when i run
cargo run
on the backend i getFATAL: password authentication failed for user "lemmy"
Have you run
db-init.sh
?No, how to do that?
What's your OS?
Ubuntu
It looks like you can just do
./db-init.sh
in a terminal in theserver
directoryFATAL: Peer authentication failed for user "postgres"
Also there wasnt server directory, that file was in scripts
Hmm, I didn't encounter that on my end. I'm not on Linux so it might be an OS difference.
Which backend should i use?
https://git.chapo.chat/hexbear-collective/hexbear or
https://git.chapo.chat/hexbear-collective/lemmy-hexbear
Actually these problems might be because i cloned the repository provided in documentation you sent me and not the hexbear backend, i will try these steps with it and see if it works