Mail 2 Webhook

The Problem Have you ever wanted to setup notifications on something in your home lab, but then given up because it doesn’t support your tool of choice? Well that was me. I wanted to setup notifications from a few of my apps and my NAS, which is running UnRaid, but they didn’t support Apprise API. The Solution To solve this, I developed Mail-2-Webhook, A simple SMTP server that takes emails and sends them to a webhook of choice. The default format is for Apprise, but I intend to add more customizations over time. ...

August 31, 2025 · 4 min · Lowell

Countdown App

I built a little countdown timer app over a weekend. “But why?” You might ask. I wanted to learn a little more Vue, Vuetify, Vite, and static site stuff. Another reason is because I am interested in client side web stuff. I have always wanted to make a timer and a clock in JavaScript. Try it out here! Countdown Timer In short, the countdown app I made is for targeting a date (and now also a time). Say for example, a new video game is coming out and will release at 10pm PT on August 27th 2025. Simply set the title for the game, set the date to 8/27/2025 and then pick the time 10pm (or adjust for your local time). Last thing I really wanted to add, background images. Especially for a game launch, it’s nice to show a background for the game on the countdown, so I added “uploading” a background image. ...

August 23, 2025 · 5 min · Lowell