Travis Newman

Results 8 comments of Travis Newman

Salutations! I've managed to edit my /etc/sudoers.d/zfs to allow `sudo zpool status` without requiring a password, but I'm still not sure how to verify that glances is able to do...

- create database with `postgresql` resource - applications cant connect because ssl is enabled, and they dont trust the cert - create a self-signed issuer per https://www.crunchydata.com/blog/using-cert-manager-to-deploy-tls-for-postgres-on-kubernetes (i wish zolando...

actually, i've switched to using kubernetes! https://github.com/travnewmatic/k8s-searx/blob/master/searx.yaml > do you have file similar to https://ssl-config.mozilla.org/#server=traefik&server-version=2.1.2&config=modern ? How do you start traefik ? i'd have to look for my traefik config....

> * I don't see the configuration about the headers: X-XSS-Protection, Content-Security-Policy, Access-Control, etc... is it in the labels of your docker-compose or traefik.toml ? this was always a thorn...

heres how i got mastodon metrics going into prometheus https://www.travnewmatic.com/2020/10/30/mastodon-statsd-exporter-and-prometheus/

i'm sorry homelab was in a state of flux set this mastodon env: ``` STATSD_ADDR=127.0.0.1:9125 ``` add statsd container to pod: ``` spec: containers: - image: prom/statsd-exporter imagePullPolicy: IfNotPresent name:...

i think i'm experiencing something similar nuked my kube-prometheus-stack and started from scratch just to be sure v36.0.3 of the helm chart nothing for cpu, memory, networking, or storage showing...

similar errors with polylith ``` [tnewman@s540 dendrite]$ k logs -f sync-api-88d6d5bd7-8dtpn | grep error time="2020-12-29T07:00:00.883189292Z" level=error msg="mreq.retrieveEvents failed" func="OnIncomingMessagesRequest\n\t" file=" [github.com/matrix-org/dendrite/syncapi/routing/messages.go:187]" error="PerformBackfill failed: Internal API: 500 from http://room-server.dendrite.svc.cluster.local:7770/api/roomserver/performBackfill: storage: state...