-
Setting up 4G Backup with Google Fi and Netgear LM...
I connected my home network to have 4G bakcup with Google Fi and Netgear LM1200. Goodle Fi offers free data-only sim cards that you can order from their servic
-
Make MinIO Access Key
Today in my homelab I wanted to setup a new service that needed a MinIO access key. So I created a new user and a new access key with the MinIO CLI rather than
-
💠Manufacturer Recertified Drives | Enterprise Gra...
For my next drive upgrade in my homelab I am gong to be using one of these factory recertified drives from serverpartdea
-
💠imagegenius/docker-immich: Monolithic (Single) D...
imagegenius has made an immich all in one setup that looks much easier to use than immich.
-
💠gitroomhq/postiz-helmchart: Helm for Postiz
Reminder to myself, look into self hosting postiz with this helm chart later.
-
💠linkding | linkding
linkding looks like an interesting alternative to thoughts. Thoughts is focused on the note being a value add tweet len
-
debug cloudflared tunnel
I've been debugging a cloudflared tunnel issue in my homelab all day today, and getting really frustrated. My issue ended up being that it was running twi
-
setup cloudflared tunnel on ubuntu
I run a cloudflared tunnel on my ubuntu server to expose applications running on the server to the internet. I'm setting up a new server and running cloud
-
💠Fitting two hard drives and an SSD in a Dell Opt...
This guy fit 2 3.5" drives and an sdd in a dell 7050 SFF. It looks tight, and there it probably not much airflow runnin
-
💠Why You Should Build Your Homelab Now - YouTube
Homelabbers have been some of the best co-workers I have ever had. Typically have a get shit done, If there's a way I w
-
Looking for a Heroku replacement, What I found was...
I've long hosted my personal blog as a static site on waylonwalker.com. It's all markdown, converted to html, and shipped as is. It's been great,
-
💠Uptime Kuma
Uptime kuma is a fantastic self hosted monitoring tool. One docker run command and you are up and running. Once you ar
-
💠Creating k8s jobs with python
I was looking to add running kubernetes jobs to a python cli I am creating, and I found this solution, mostly thanks to
-
💠mkimuram/k8sviz: Generate Kubernetes architectur...
This is a sick kubernetes architecture diagran generation tool. Here is an example ![an example output from k8sviz](ht
-
💠Translate a Docker Compose File to Kubernetes Re...
kompose is a sick cli to convert docker-compose.yml to kubernetes manifest. bash install curl -L https://githu
-
💠Daniel Nashed's Blog
Running your own docker registry in one line bash podman run -d -p 5000:5000 --restart=always --name registry regi
-
💠Kubernetes Persistent Volumes with Deployment an...
Example of how to add a pvc to a deployment.
-
💠Inspect a Kubernetes PersistentVolumeClaim | Fra...
I was curious to see what was going on inside of my minio object storage. Great technique here by Frank to create an ins
-
💠Can't create Secret in Kubernetes: illegal base6...
In order to use k8s secrets manifest you first need to encode the data values. bash echo -n 'megasecretkey' | ope
-
💠Can I access k3s using just kubectl (no sudo and...
Right after installing k3s you are going to need to use sudo to use any kubectl command. The reason for this is tha
-
💠Quick-Start Guide | K3s
I recently spun up k3s in my homelab. I'm trying to offload some work off of my free tier fly.io app in order to keep i