James Mills
James Mills
Do you have a dashboard you've built already based on these metrics? Can you share it?
Example prometheus job config: ```#!yaml - job_name: 'pve' static_configs: - targets: - 10.0.0.1 # Proxmox Server #1 - 10.0.0.2 # Proxmox Server #2 metrics_path: /metrics relabel_configs: - source_labels: [__address__] target_label:...
Just came across this project in my PyPi Feed. This looks promising and a nice start. However for this to be useful for me east least I would want the...
I've
W I'm
I would like to one day set up an Answers instance for [Yarn.social](https://yarn.social) for the (small, but) growing community. In order to continue to project the privacy of users it...
Using Nomad 0.9.0-beta3 here. I have a haproxy task that I'm trying to restart on template changes (*from Consul Template*) but the entire task/group fails with: ``` Template failed to...
I came across this nifty little Chrome extensions called [Lumos](https://github.com/andrewnguonly/Lumos) and according to it's docs I have to run `ollama` like this: ```console OLLAMA_ORIGINS=chrome-extension://* ollama serve ``` I _actually_ happen...
Let's please add an `/metris` endpoint to service up metrics to Prometheus. We should be able to expose all of the internal stats already exposed in the UI plus all...
Some of my internal users are seeing this error and I'm not sure what it means just yet. [ ](url) No logs on the backend (_have not explored increasing logging...
### Description Much like #189 I'd love to see IndieAuth as a first-class identity provider in Authelia. This would allow me to use Authelia in quite a number of (growing)...