litebito

Results 20 comments of litebito

Upgraded the the latest version v0.6.0 today, the proxy issue is still there. Checking again if anyone has a solution for the plugin not honoring the proxy settings?

With a bit of persistence and a lot of trial and error, I came to the following which temporary solves the issue: Although we've defined the proxy servers in the...

a step closer to an official solution? first: `from django.conf import settings ` at the top and then ``` def __init__(self, url='https://api.github.com/graphql', token=None, owner=None, repo=None, branch=None, path=None): self.session = requests.session()...

It seems that development of this plugin has stalled or is dead. Maybe mattieserver/netbox-topology-views could be an alternative See also: https://github.com/iDebugAll/nextbox-ui-plugin/issues/137

I can understand it is not an easy change. And I agree 16 digits is extreme. but some lending platforms (like Mintos) provide to that detail, mostly because it is...

I run most of the servers on my VM farm on CentOS Stream 9 (because a long time ago I started with CentOS 4, but I'm not a guru... just...

See here: https://github.com/netbox-community/netbox-floorplan-plugin/issues/43

Update: I misread the "unsupported version function" in check_php_build.php I thought it "was up to 8.0", but it seems to be "from 8.0 and upwards" reinstalled a server with php...

Solution seems to be to replace the line ` $required_ext[] = "mcrypt"; ` with ` $required_ext[] = "openssl"; `

It seems there is no movement on this issue, closing it as I'm no longer using phpIPAM