Posts
All the articles I've posted.
-
Plex Hardware Transcoding in an LXC (QuickSync)
How to set up plex transcoding in an LXC
-
Passing SMB to LXC on Proxmox
Passing an SMB share from the proxmox host to LXC
-
Hello World Again!
Finally, I have a blog set up! This is the first post ever.
-
Restart Unhealthy Docker Containers Automatically
A helpful way to automatically restart unhealthy containers
-
Systemd Remounting Service
In systemd, you can create an remount unit to ensure share stay mounted. This would work +perfectly, except, LXC does not support this systemd unit. So instead I created a service that runs a script, and a timer to trigger it. Like a cron, but still using systemd.
-
Creating QR Codes for WiFi
Here's an easy way to create a QR code image you can print out and display so people can quickly join your WiFi network. In Debian, install qrencode.
-
Running SQL Server using Docker Compose
A quick way to run SQL Server in a container
-
Docker Prune Cron Job
This is a helpful way to keep your containers from running out of space. Create a auto-prune cron job and put it in etc/cron.daily.
-
Configuring Traefik to work over Tailscale
This is a bit of an extention to this tailscale blog post. I would start there to get an idea of setting up tags and auth, as well as just information about exactly what this does in more detail.
-
Using curl with SNI
This is a short little reminder for myself, when using curl to make requests to local things and spoofing SNI, use the following command.