Patrik Kernstock

Results 142 comments of Patrik Kernstock

That feature would be awesome. My two cents: I think implementing the restrictions using firewall would provide way more granularity, instead of just adjusting `Allowed IPs` setting, e.g. also limiting...

I can confirm experiencing the same issue with OPNsense 22.7.1-amd64: ![image](https://user-images.githubusercontent.com/2029878/184556699-f81aac4d-1a07-429b-a929-dd9c6127aee6.png) The route-map is designed to handle multiple entries: https://github.com/opnsense/plugins/blob/3d2144223206b8a5edfcf22b0aa50dd2bbdc991b/net/frr/src/opnsense/mvc/app/controllers/OPNsense/Quagga/forms/dialogEditBGPRouteMaps.xml#L40-L47 Similar issue seen with other plugins apparently, maybe this is...

To be honest I don't like this approach of using `docker-compose.override.yml`. My approach is having following setup: 1. Cloning hosting repo via git 2. Adjusting `docker-compose.override.yml` for manual changes (for...

No, I haven't enabled the new GIF feature on that message. As written earlier, once I change "Markup selection" to something else than "MD", it works instantly just fine. (also...

In the main settings above, it is: ![image](https://user-images.githubusercontent.com/2029878/62769546-7d82d680-ba99-11e9-9e31-3c3090b48b45.png) But next to the Zchange it isn't: ![image](https://user-images.githubusercontent.com/2029878/62769605-9e4b2c00-ba99-11e9-8a4d-e65afbd3126e.png)

When clicking on `Show optional Identity Provider settings` you can set `URL Location of the IdP where the SP will send the SLO Request`. I've set this to `https://adfs.domain.tld/adfs/ls/?wa=wsignout1.0` and...

As previously suggested in #2 I'd suggest using CalDAV, a WebDAV extension. Just as an example: The mentioned OpenSource app DAVdroid (which seems to be recommended by Nextcloud itself) is...

What about following addition to the monitoring endpoint like: (while keeping `` due to backwards-compatibility) ``` PERMISSION_READ PERMISSION_UPDATE SHARE_TYPE_LINK 1 PERMISSION_CREATE SHARE_TYPE_LINK 1 ``` The `SHARE_TYPE_*` and `PERMISSION_*` constants are...

I'm with @MorrisJobke. The Security Scan information doesn't make a lot sense here as the check procedure may take longer time than the user is interested on staying on the...

My suggestion would be to increase the delay for slower machines. Instead of updating once a second, maybe something like each 5 seconds would also be sufficient enough.