It's easy to configure push notifications through Gotify from Grafana by setting up a generic Webhook Alerting Contact Point... The parameters are: HTTP Method: POST URL: http:///message Authentication is done with an app token generated from Gotif ... read more →
I'm building a few FastAPI apps to throw in docker and run on my homelab... I wanted to add healthchecks and here's a simple way to do it Make sure to install curl in the dockerfile (near the top for effeciency) # Install curl with minimal dependenc ... read more →
I use LSIO Jelyfin container for the easy addon they provide for AMD GPUs but I couldn't get trickplay to work with HWE... There was almost NOTHING on the internet about the error, and all the threads were about BSD systems... Thankfully someone pos ... read more →
hostnamectl is apparently a linux utility for easily changing your hostname in a variety of ways ❯ hostnamectl --help hostnamectl [OPTIONS...] COMMAND ... Query or change system hostname. Commands: status Show current hostname s ... read more →
I rebooted by server and DNS broke randomly. I have no idea if it was from a kernel update or what but that's the issue with Ubuntu I guess... After much toil and none of the other options working for me (sorry to not have those documented here) thi ... read more →
enabling DHCP WAN port (dhclient <iface>)- running the bootstrap script - sh /usr/local/sbin/opnsense-bootstrap read more →
I woke up to faulty internet and after some troubleshooting it turns out the root zfs dataset that OPNSense boots from got corrupted... PRO-TIP - Auto backup your OPNSense config to Google Drive, git, or nextcloud... But if you won't then at least ... read more →
Add from url?? ADD http://example.com/cars.csv /tmp/cars.csv Unpack automatically!? (.tar, .tar.gz, .tgz, .bz2, .tbz2, .txz, .zip) ADD myapp.tar.gz /opt/myapp/ read more →
COPY --chown=myuser:mygroup source-file target-file read more →
When connecting from my phone to jellyfin I'm seeing some interesting patterns. Scenarios Tailscale IP of phone is listed as local network to jellyfin Wifi: off Tailscale: on Use exit node: on LAN access: on Jellyfin: LAN IP Jellyfin sees 192.168.1. ... read more →