diff --git a/misc/homepage/website/services.html b/misc/homepage/website/services.html index 54eeb30..a6bf35c 100644 --- a/misc/homepage/website/services.html +++ b/misc/homepage/website/services.html @@ -19,19 +19,12 @@ -
-
-

PWS Services

-

Check out some of the PWS services!

-
-
-

Public Services

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

- +
@@ -56,14 +49,14 @@
Gitea
-

Gitea Public

+

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
-

Immich Public

+

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.

@@ -77,7 +70,7 @@
- Jake's Online Resumes + Jake's Online Resumes

Jake's Online Resumes Public

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

@@ -105,6 +98,34 @@

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
@@ -112,6 +133,14 @@

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
@@ -136,7 +165,7 @@
Photoprism
-

Photoprism Deprecated

+

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.

diff --git a/misc/homepage/website/static/services/comfyui.png b/misc/homepage/website/static/services/comfyui.png new file mode 100644 index 0000000..a192f43 Binary files /dev/null and b/misc/homepage/website/static/services/comfyui.png differ diff --git a/misc/homepage/website/static/services/homeassistant.png b/misc/homepage/website/static/services/homeassistant.png new file mode 100644 index 0000000..d887ebf Binary files /dev/null and b/misc/homepage/website/static/services/homeassistant.png differ diff --git a/misc/homepage/website/static/services/immich.png b/misc/homepage/website/static/services/immich.png new file mode 100644 index 0000000..ddf3f7f Binary files /dev/null and b/misc/homepage/website/static/services/immich.png differ diff --git a/misc/homepage/website/static/services/jake-website.png b/misc/homepage/website/static/services/jake-website.png new file mode 100644 index 0000000..df89438 Binary files /dev/null and b/misc/homepage/website/static/services/jake-website.png differ diff --git a/misc/homepage/website/static/services/openwebui.png b/misc/homepage/website/static/services/openwebui.png new file mode 100644 index 0000000..8881473 Binary files /dev/null and b/misc/homepage/website/static/services/openwebui.png differ diff --git a/misc/homepage/website/static/services/planka.png b/misc/homepage/website/static/services/planka.png new file mode 100644 index 0000000..25e6b94 Binary files /dev/null and b/misc/homepage/website/static/services/planka.png differ diff --git a/misc/homepage/website/static/services/send.png b/misc/homepage/website/static/services/send.png new file mode 100644 index 0000000..eee579e Binary files /dev/null and b/misc/homepage/website/static/services/send.png differ