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 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 →
https://forum.proxmox.com/threads/update-error-with-coral-tpu-drivers.136888/#post-608975 I lost TPU for frigate, this saved me ass read more →
To customize k9s use the skins from catppuccin or the ones k9s supplies OUT="${XDG_CONFIG_HOME:-$HOME/.config}/k9s/skins" mkdir -p "$OUT" curl -L https://github.com/catppuccin/k9s/archive/main.tar.gz | tar xz -C "$OUT" ... read more →
TL;DR I've been using kanboard as a self-hosted kanban board. It's keeping me focused on Digital Harbor when I'd rather be doing something less productive. My TODOs Here's the thing about my TODOs... they're everywhere. I've tried a crazy amount of ... read more →