Public Services

These services are publically hosted on PWS, open to the world.

Covid Tracker

Covid Tracker Public

This was a collaborative project between my dad and I during the Covid-19 pandemic. He had wanted to do some data analysis to fact check what was being reported on in the news. I wanted some practice with hosting web applications, and so I hosted the covid tracker website for him on PWS.

The website renders various charts, tables, and dashboards by interest. It additionally has a few "Checker" utilities to compare cases across cities and availability within hospitals.

Unfortunately, as of 2024, the US government website we scraped data for has stopped sharing information, and unfortunately this marks the end for this project. However, we still run it on PWS with the most recent batch of data.

Some stretch goals for this project include caching with Nginx, or converting it to a different framework like Observable.

Discord Bots

Discord Bots Public

At one point, when creating discord servers for special interest groups I was a part of, I found that moderation and automation were a problem with the default discord server owner experience.

I tried using a paid discord bot to solve some of these problems, and eventually liked it enough to purchase a lifetime subscription. However, that bot's owners started to lock features away under additional tiers and I became unhappy.

Just unhappy enought to sit down and learn how to use the Discord Api. With the help of the Discord API for Python, and ChatGPT by my side, I have started a repository containing some of the bots and features I have written for them. It's a nice, fun way to add functionality to a service that some of my friends choose to congregate on.

Gitea

Gitea Public

A majority of my public facing code lives on Github, but some projects are publically hosted or mirrored to/from Github from my Gitea instance. This open source software has near feature parity with Github, and is a great option for self hosting private or semi-private code.

Immich

Immich Public

After hosting my photos using other photo hosting software, I eventually discovered Immich, a modern Google Photos-like open-source software.

So far it has been a resilient and mostly user-friendly software that I use to store, share, and revisit my photos.

PWS Recipes

PWS Recipes Public

I host an ad-free and bloat-free recipes website on PWS. It actually tells you how to cook something instead of trying to sell you on a cookbook or something.

This was written around the time that ChatGPT was becoming a household name, and it was a good project to begin learning how to responsibly vibe code.

Jake's Online Resumes

Jake's Online Resumes Public

I have hosted many versions of my personal website on PWS.

The first version was written in high school using pure javascript/css/html.

Later, I wrote a simple content focused React framework that rendered a custom markdown format into webpages, and hosted a very plain looking version of my website.

Most recently, I have chosed to self host the Ghost open-source framework, a much more feature-rich blogging framework that was written with many of the same intentions as my framework. In the future I plan to revamp my framework, but for now Ghost will be my driver for a modern, sleek, personal website.

Private Services

These services are primarily personal productivity tools that are not publically exposed.

Code Server

Code Server Private

Personal notebook hosting stuff like my grocery list and anything I need to keep track of in the moment. UI is not too bad on both mobile and on desktop, though experience is far better on desktop.

ComfyUI

ComfyUI Private

ComfyUI is a workflow management tool for Stable Diffusion pipelines. I discovered this when it made front page on HackerNews, and built a few custom pipelines for photo generation when Stable Diffusion was the new hot thing in AI.

HomeAssistant

HomeAssistant Private

HomeAssistant is a popular IOT home management tool in the homelabbing/builder community. I use it to control lights based on a variety of different triggers to help both with my circadian rhythm as well as the electricity bill if I forget to turn something off.

OpenWebUI

OpenWebUI Private

This is the open source community's UI for LLMs. I use it to run whatever the hot new self-hostable LLM is via Ollama and interact with a ChatGPT style UI for family and friends.

Planka

Planka Private

Planka is an open-source Agile project management tool. I maintain a couple of Kanban boards for projects as well as life tasks.

Plex

Plex Private

I have a few YouTube channels whose original video files I like to keep an archive of. It's perfectly fine to just host the files and play them in a media player, but self-hosting Plex allows me to slap on a UI for essentially free.

Send

Send Private

Sometimes I have to send files to friends that are too large to fit in a non-Nitro Discord message. When that happens, the open source project Send allows me to share the data I want to.

Unfortunately, because the internet cannot be trusted, I don't keep this hosted all the time.

Minecraft

Minecraft Private

Every few winters, people get stuck inside due to rain or snow and want to play some games. In the past, PWS has hosted a minecraft server to scratch that itch.

Third party plugins like Dynmap allowed us to elevate the experience by hosting a live-updating server map, which is where the screenshot comes from.

After some incidents, the server has been privatized for a whitelisted group of friends.

Inactive Services

These services were once in use on PWS, however they have been deprecated for one reason or another.

Photoprism

Photoprism Deprecated

The v1 version of my personal photo gallery was hosted using the open source software Photoprism. It had a fine UI, but was eventually discontinued in favor of another open source solution.