sipcapture / homer

HOMER - 100% Open-Source SIP, VoIP, RTC Packet Capture & Monitoring
https://sipcapture.org
GNU Affero General Public License v3.0
1.61k stars 240 forks source link

homer postgres defualt passward and username? #554

Closed CollectBugs closed 1 year ago

CollectBugs commented 1 year ago

homer postgres defualt passward?

github-actions[bot] commented 1 year ago

Please star this repository to motivate the developers and to get higher priority! :star:

lmangani commented 1 year ago

starring the project?

CollectBugs commented 1 year ago

starring the project?

yes,I want to connect to the database,I checked the configuration Enter the user, the password is wrong image

image

lmangani commented 1 year ago

1) star the project - give support to get support 2) no default. the postgres DB password is randomly generated by the bash installer. check your install log.

CollectBugs commented 1 year ago
  1. star the project - give support to get support
  2. no default. the postgres DB password is randomly generated by the bash installer. check your install log. 1.ok 2.I know, the password and username are not checked in this file (/etc/heplify-server.toml)? I can't connect to the database with the username and password inside
lmangani commented 1 year ago

Please star this repository to motivate the developers and to get higher priority! ⭐

CollectBugs commented 1 year ago

Please star this repository to motivate the developers and to get higher priority! ⭐

I've already done it, right? image

CollectBugs commented 1 year ago

Please star this repository to motivate the developers and to get higher priority! ⭐

Please star this repository to motivate the developers and to get higher priority! ⭐

why did you close this question for me

lmangani commented 1 year ago

The question was answered. The passwords are generated during setup. The other settings are open for editing. The actual configuration is accessible to you only, so we do not know what could have been misconfigured.

CollectBugs commented 1 year ago

The question was answered. The passwords are generated during setup. The other settings are open for editing. The actual configuration is accessible to you only, so we do not know what could have been misconfigured.

1.I understand your idea 2.However, the password of the configuration file is the password that was initialized during installation. If there is no change, you cannot log in 3.The configuration file has not changed

lmangani commented 1 year ago

Log in.... are you perhaps trying to use the DB auth to login to the UI instead of admin/sipcapture?

CollectBugs commented 1 year ago

Log in.... are you perhaps trying to use the DB auth to login to the UI instead of admin/sipcapture?

1.Use the DB auth to login to the UI and report an incorrect password (homer_user/ay8zFGx6ZZM00ErOj78hOhXPQ) 2.Install the homer initialization password in this configuration(/etc/heplify-server.toml)

image image image

CollectBugs commented 1 year ago

Log in.... are you perhaps trying to use the DB auth to login to the UI instead of admin/sipcapture?

hello,thank for your reply the issue has been resolved correct command connection: psql -h 127.0.0.1 -p 5432 -d homer_data -U homer_user