If you’re into interesting projects, don’t miss out on draw-a-ui, created by SawyerHood.
Draw a mockup and generate html for it
GitHub stars posts
If you’re into interesting projects, don’t miss out on draw-a-ui, created by SawyerHood.
Draw a mockup and generate html for it
heroicons is a really nice set of many of the basic icons that you will need for building nice ui’s. They have a really nice copy as svg or jsx button, so that you can just yank it and paste it on your page without any extra packages or installation.
Uptime kuma is a fantastic self hosted monitoring tool. One docker run command and you are up and running. Once you are in you have full control over checking status of urls, frequency, allowed timeouts, and a HUGE list of notification providers
docker run -d --restart=always -p 3001:3001 -v uptime-kuma:/app/data --name uptime-kuma louislam/uptime-kuma:1
I deployed it in my homelab today.
I came across uptime-kuma from louislam, and it’s packed with great features and ideas. A fancy self-hosted monitoring tool hashi vault lets you manage secrets right from your cli. Looking for inspiration? cloudflared by cloudflare. Cloudflare Tunnel client (formerly Argo Tunnel) The work on vhs by charmbracelet. Your CLI home video recorder 📼 The work on local-ai-stack by ykhli. A starter kit to build local-only AI apps that cost $0 to run – starting with document Q&A. Written in Javascript I’m impressed by pywebcopy from rajatomar788. Locally saves webpages to your hard disk with images, css, js & links as is. I’m impressed by fem-htmx from ThePrimeagen. No description available. Just starred fem-htmx-proj by ThePrimeagen. It’s an exciting project with a lot to offer. No description available. Kubetail is a pretty sick bash script that allows you to tail logs for multiple pods in one stream. Very handy when you have more than one replica running. Now with kubetail I can tail all the logs for every shot-wayl-one pod in the shot namespace. I’m impressed by kubetail from johanhaleby. Bash script to tail Kubernetes logs from multiple pods at the same time I am converting my docker compose env secrets over to k8s secrets. This guide was clear and to the point how I can replicate this exact workflow. First set the secret, the easiest way is to use kubectl wtih –from-literal because it automatically base64 encodes for you. If you don’t use the Once you have your secret deployed, you have to update the container spec in your deployment manifest to get the valueFrom secretKeyRef. Wow, shocked at these results. All this time I’ve been told and believed that k8s is incredibly hard, and you need a $1M problem before you think about it because it will take a $1M team to maintain it. So far my experience has been good, and I definitely do not have a $1M problem in my homelab. Wes has some of the coolest OG images i’ve ever seen. Here he talks about how to enable cache configuration so that its constantly updating the cache without the user waiting for the image to be created. Looking for inspiration? NeoComposer.nvim by ecthelionvi. Neovim plugin that simplifies macros, enhancing productivity with harmony. Interesting principle here. What a great example, If I’m looking at the second jQuery example, I have to dig into dev tools or make some assumtions that this team uses jQuery, and selects by id, therefore I can grep for Consider two different implementations of an AJAX request in HTML, the first in htmx:
wget https://raw.githubusercontent.com/johanhaleby/kubetail/master/kubetail chmod u+x ./kubetail kubectl create secret generic minio-access-key --from-literal=ACCESS_KEY=7FkTV**** -n shot --from-literal you will have to base64 encode it.echo "7FkTV****" | openssl base64 $("#d1").