solipsist01

Results 8 issues of solipsist01

I'd like to be able to graph open connections on the USG3p the cli command: conntrack -C gives me this output, but causes high cpu load when i pipe the...

For reporting purposes i'm using the code below. However, this takes alot of time. i have to check, per user, which license the user has. I'd rather query the license,...

I've created a docker image: ``` FROM badgerati/pode.web:latest COPY . /usr/src/app/ EXPOSE 9999 CMD [ "pwsh", "-c", "cd /usr/src/app; ./blahblahs.ps1" ] ``` When the docker image starts, the script crashes...

bug :bug:

i'd like to update a webprogress bar while in a loop after clicking submit. everything gets passed along, only after the loop is finished. i thought going around this, by...

question :grey_question:
investigation :mag:

When i build the docker image from the dockerfile from pyorde/vmware_exporter, and use the image, the container crashes out with this error. ModuleNotFoundError: No module named 'requests' Traceback (most recent...

I'm running Pode.Web 0.8.3, with Pode 2.6.0 I have a table, which has a button which enables a modal. in this modal i have a textbox Is there a way...

bug :bug:

I've tried building a docker image of the development repository. this is the build: https://github.com/solipsist01/dockerfiles/actions/runs/9412074061/job/25926373733 I just clone the badgeratie/pode.web development branch and build the Dockerfile. When i test my...

question :grey_question:

Hello, just a heads up... the exporter doesn't work anymore with the newest nightlies from pihole. apparently there are breaking changes. they changed the api token mechanism to application password,...