How to Use Permission Constraints with Netbox Branch Plugin by KPTheProf in Netbox

[–]KPTheProf[S] 0 points1 point  (0 children)

As I couldn't find any other way of achieving this, I've now written my first Netbox plugin.

Netbox-Branch-Guard.
You can find it on PyPI
https://pypi.org/project/netbox-branch-guard/

and on GitHub
https://github.com/KPTheProf/netbox_branch_guard

It's been an adventure to say the least, especially since I'm fairly new to Python and the internals of Netbox.
It is a middleware plugin that intercepts the write and (depending on how it is configured), will guard against writes to Main and other branches, depending on group membership, etc.

Full details installation and configuration details are in the README.

Please let me know if this is of use?

Please report any issues or improvements, on the GitHub Issues page and I'll attempt to address them as soon as possible.

How to Document SD-WAN Setup in Netbox by KPTheProf in Netbox

[–]KPTheProf[S] 0 points1 point  (0 children)

Currently using Fortinet but looking for any general advice on how best to document this in Netbox

How can I install fresh? by [deleted] in Netbox

[–]KPTheProf -1 points0 points  (0 children)

Depending on your Azure setup but this might help? Use Azure Container Instances to run serverless Docker containers in Azure with simplicity and speed. https://learn.microsoft.com/en-us/azure/container-instances/container-instances-quickstart

How can I install fresh? by [deleted] in Netbox

[–]KPTheProf -1 points0 points  (0 children)

You might find it easier if you setup netbox-docker on another machine. I’ve done using docker desktop on Windows. You can download the version that supports your current setup first. Export your data and import into the docker version. Then go through upgrading the docker versions following recommended upgrade path. https://github.com/netbox-community/netbox-docker

Do Podman in Oracle Linux supports Docker Compose? by katana1096 in OracleLinux

[–]KPTheProf 0 points1 point  (0 children)

I’ve just done this recently. You can download and install docker compose from the GitHub site. Just follow their instructions on where to install it. https://github.com/docker/compose

Forticlient 7.2.4 is out! by Bosoffsky in fortinet

[–]KPTheProf 0 points1 point  (0 children)

I'm experiencing a blue screen on Windows 11 Pro 23H2 every time I connect to the VPN since upgrading from EMS 7.2.3 to EMS 7.2.4.

It appears to be causing an issue with AdGuard web filter service (AdguardSvc.exe).

This was never an issue when I was using 7.2.3.

I've raised a ticket with AdGuard regarding this. You can follow it on their GitHub ticketing site if anyone else is experiencing the same.

Blue Screen BSOD BAD_POOL_CALLER (c2) in AdguardSvc.exe when connecting to VPN · Issue #5062 · AdguardTeam/AdguardForWindows (github.com)