My MCP The Tools Docker RAGDocs Sequential Thinking Git Not Tried Yet https://github.com/modelcontextprotocol/servers/tree/main/src/sqlite The Config { "mcpServers": { "docker-mcp": { "command": "uvx ... read more →
My MCP The Tools Docker RAGDocs Sequential Thinking Git Not Tried Yet https://github.com/modelcontextprotocol/servers/tree/main/src/sqlite The Config { "mcpServers": { "docker-mcp": { "command": "uvx ... read more →
TL;DR If state matters then check it in the beginning or handle it on a failure... Let me explain I ran into some trouble recently almost losing some encrypted data... Now this would be the second time I've had that happen, so I'm going to write a l ... read more →
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 →
sudo apt-get install -y samba \ then set sharesmb=on \ chown the user \ smbpasswd -a \ then mount with user/password from other machine read more →
can only mount tank RO so casn't rename also can't detach which is what I'd want Could import pool witn -N to not mount any datasets detach and attach resilver... read more →
Disclaimer This was written by ChatGPT with zero oversight from me. There are a few things that are not 100% accurate, but the main idea is there... I am hoping to actually write about my experience with nostr as I get more involved on the platform. ... read more →
I was debugging some ArgoCD stuff earlier today and I love using k9s to explore my k8s resources. The TLDR is that I put some bad env vars in the global values for my ArgoCD pods, this caused the webUI to hang. An easy way to push things through is ... read more →
docker contexts are great, would recommend putting them in your prompt though (via starship or something else)... here's why I like to manage my containers remotely - I have a nice development setup on my desktop and I try to keep my server as bare- ... 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 →