ziggekatten

Results 10 comments of ziggekatten

I have spent some time looking at external tools to do this (currently using cron), but they are either overly complex, not python based and the more important, separate authentication...

My two cents: - define how you would like to model your setup using built in features of netbox using the GUI. If it is possible to model in netbox...

This is driving me nuts as well. I do not feel comfortable doing deletes outside of the ORM, as it might wreck stuff and make upgrades fail

2.0.1rc6 seems to fix this. Saving owner and roles does work in my test environment.

You can achieve this with services, tags, contacts and custom fields already today. But you are getting close to the CMDB realm, and should maybe consider integrate netbox with a...

You can't upgrade from 3.1.8 to 4.0 First you need to uppgrade to 3.7, then upgrade to 4.0

We also run docker, and have done so for years without issues. We have upgraded out test/integrationtest and production environments from 3.4.10 to 3.7.5 the past three weeks. All of...

As an workaround, we have been using permissions on class level in our scripts since 3.x. This is done by adding an variable in the Meta section with a permission...

New to this stuff, but is it possible to compile for m68k at all?

Spent the afternoon trying to find the flag for building zig. My LLVM (15) is now built with m68k support, and can compile C-code that creates correct m68k elf binary...