sipcapture / homer

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

User restrictions? #600

Closed aakuzmsk closed 1 year ago

aakuzmsk commented 1 year ago

whether there is a manual how restrictions to users are set? I didn’t find a description anywhere (for example, how to prevent a user / group from deleting / changing already created widget tabs?

lmangani commented 1 year ago

Users and user settings are provisioned and managed by homer-app and you can see all the insights in the code.

In general terms, widget access should be restricted to the user creating or sharing the resource. You can experiment and report back if you find any inconsistencies.

Thanks!