Ralph Ocdol

Results 38 comments of Ralph Ocdol

Similar to https://github.com/glanceapp/glance/issues/133

You can hold Shift then Scroll if you want to scroll those horizontal video list.

@svilenmarkov the data output by the proxmox API endpoint `/api2/json/cluster/resources` has an array list of all services together (qemu, lxc, storage and node itself), is there a way to manipulate...

@svilenmarkov sorry, what I had in mind was to know how many VMs/LXC my proxmox have and how many were active hence the script to manipulate the data first so...

@brkr1 looking at the API for WUD, you'd definitely need some sort of middleware to count those results Using nodejs webserver with express: ```js const getWudData = async (req, res)...

There's a PR for this now #412

Released: https://github.com/glanceapp/glance/releases/tag/v0.8.0

> I believe the line to change is [here](https://github.com/glanceapp/glance/blob/d4565acfe7643fcb053b327d56917893993d21a2/internal/glance/widget-dns-stats.go#L284) > Removing the "/admin". Unfortunately, it's a bit more complicated than that. As stated, the API was completely rewritten so we'd...

I feel that would flood the Pi-hole with session records, but then again, I don't see any other way at the moment. Also, the validity record is there and I...

Okay, just a moment ago I checked the dashboard at `/admin/settings/api` where I had one invalid session from testing with `curl`, I tried checking for validity with GET `/api/auth?sid=` and...