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

Homer7 user data location #545

Closed BaldingVoIP-engineer closed 2 years ago

BaldingVoIP-engineer commented 2 years ago

Hi All,

More a question than anything.

I am using SaltStack to install and config Homer7 but I am having trouble finding the location where to drop a file with a list user details for the web-app login.

Everything works and I am installing via the bootstrap method (Quick Install) but I want to drop a file to overwrite the default log in with a list of users.

Does anyone know where this lives? I need to view it and construct a file that matches it so I can drop it onto the estate of Homer boxes I have.

Many thanks.

github-actions[bot] commented 2 years ago

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

lmangani commented 2 years ago

The data is in the database and provisioned by homer-app This step is not mandatory with the exception of the admin user which is managed/reset using this method.

Your users should be provisioned through the Admin APIs or by replicating the method above.

BaldingVoIP-engineer commented 2 years ago

Thanks @lmangani

I will look at the Admin API as that would be easier for me to hit.