PWS Services

Check out some of the PWS services!

Gitea

Gitea Private

I usually host code on Github, but for personal projects or my own IP, I self host. Some repos are mirrored to Github.

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.

Covid Tracker

Covid Tracker Public

This was a coding project that my dad and I worked on during covid. He wanted to do some data analysis to fact check what was reported on about the covid rates. I wanted some practice with hosting web applications on PWS v1, and 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.

Photoprism

Photoprism Public

I host a personal photo gallery of memories that I'd like to remember. Photoprism makes a great open source(!) solution for doing this that is better than most other comparable projects. Its features list is rather long, and can give you a pretty decent Google Photos impression.

Websites

Websites Public

There are a few one-of websites that I host off of PWS. One is my Recipes Website, a ad-less, bloat-less recipes website that 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 this was a great project to start to learn some of the capabilities on.

Some other sites include my personal website (where I blog on some of these projects), and, of course, this PWS website!

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.

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.

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.