Robert Lynch

Results 7 issues of Robert Lynch

The docker building is overwriting the mounted config file. ```yml version: '3' services: openvpn-monitor: image: ruimarinho/openvpn-monitor volumes: - ./openvpn-monitor.conf:/openvpn-monitor/openvpn-monitor.conf ports: - 127.0.0.1:9000:80 ```` Prior to startup, my config file look...

I am using two systems (one conventional, one TRS) that are one of the same public safety system. They are two separate Broadcastify nodes, but the same OpenMhz system. In...

As discussed in the [171](https://github.com/chuot/rdio-scanner/discussions/171). My county uses radio ID ranges based on towns, so 1000-1999 is town A, 2000-2999 is town B. It would be a nice feature to...

enhancement

## Expected Behavior I have a host group for devices in a certain subnet. Those devices change very often and I'd like for those devices to expire from the database...

assigned-to-project

Similar to how Broadcastify sends emails that a node is offline, it would be nice if Rdio-Scanner could send a notification that a System has not received a call in...

enhancement

I am getting the following error when I add a secret ``` undefined is not an object (evaluating '(await this.requestWithRenew(o,"POST",{options:{cas:n},data:t})).data') ``` This appears in the WebUI. The password does get...

**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** Add the ability to pull healthcheck directly from the API endpoint **Describe alternatives you've...

enhancement