Any Docker app that insists on #Docker volumes and not support volume binds will be a no go moving forward. I’m looking at you #SearXNG, #Grafana, and #Prometheus.
Asides
Follow me Bluesky: @deuts.hamili.net and Fediverse: @deuts@deuts.one
January 3, 2025
Dealing with Docker volumes is just a pain - restoring always comes with annoying permission issues. I much prefer using volume binds for persistence – full control over the file system, no guesswork on data location, and backups are a breeze. Anyone else feel the same? #Docker #DevOps #Containers
My wishlist for #OpenGist:
- Ability to add custom metadata
- Home should point to All (existing) gists, not new gist
- Better search, include description, url and any custom metadata in the search parameters and results. github.com/∞
GMKtec G5 Wake on Lan
Welcome to our detailed tutorial on setting up Wake on LAN (WOL) for the GMKtec NucBox G5! In this video, we’ll walk you through the simple steps to enable and configure Wake on LAN, allowing you to remotely power on your NucBox G5 from anywhere on your network.
But would this work if you are connected to Wifi instead?
Obsidian SQLSeal
SQLSeal allows to transform your CSV files located in your vault into fully-fledged SQL database. You can use SQL statements to query this data however you like.
Time to learn SQL. This will be very helpful in my future endeavor. I can probably make csv files using python.
January 2, 2025
Is it just me? I find so much insight from running docker stats
regularly via cron, logging them, and data modeling and analyzing via #PowerQuery and #PowerPivot #DAX compared to what I have with the #Prometheus, #Grafana, CAdvisor, and Node-Exporter. The latter further consumes system resources.