Add summary of self-hosting

This commit is contained in:
Anthony Wang 2021-04-07 08:25:37 -05:00
parent ce8e005106
commit 0be3825cf5
Signed by: a
GPG key ID: 6FD3502572299774
4 changed files with 64 additions and 25 deletions

View file

@ -1,25 +0,0 @@
---
layout: post
title: "Self-hosting is Hard!"
author: Ta180m
tags: ["Linux"]
---
It's been over a week since I've completed my build and switched over many things to self-hosting. Here's how it went:
## It works!
### Remote desktop
![VNC](/blog/assets/vnc.jpg)
VNC works perfectly. OK, fine, I haven't figured out clipboad sharing yet, but other than that, it's perfect. I also tried Xrdp but didn't have much luck. Oh well, VNC is better anyways!
### Nextcloud
![Nextcloud](/blog/assets/nextcloud.jpg)

View file

@ -0,0 +1,64 @@
---
layout: post
title: "Self-hosting is Hard!"
author: Ta180m
tags: ["Linux"]
---
It's been over a week since I've completed my build and switched over many things to self-hosting. Here's how it went:
## It works!
### Remote desktop
![VNC](/blog/assets/vnc.png)
VNC works perfectly. OK, fine, I haven't figured out clipboad sharing yet, but other than that, it's perfect. I also tried Xrdp but didn't have much luck. Oh well, VNC is better anyways!
### Nextcloud
![Nextcloud](/blog/assets/nextcloud.png)
Nextcloud is basically a huge hammer that tries to attack every nail. For most cases, a more specialized tool would be better, but Nextcloud can still give you a surprisingly functional solution to... file sharing, photo management, chat, email client, contacts, calendar, music streaming, notes, tasks, forms, maps, Matrix client, and RSS client. So yeah, Nextcloud knocks down quite a few bowling pins with one gigantically overpowered bowling, or perhaps more accurately, wrecking ball.
I anticipated a painful setup process for such a large monolith, but it went surprisingly smoothly. Perfect!
### Gitea
![Gitea](/blog/assets/gitea.png)
Gitea is one of the most boring things I've ever self-hosted. It just simply works! All my problem solving skills are simply going to waste... And I still don't know how to pronounce that name...
On a more serious note, I'm currently using it to mirror all my GitHub repositories, since like it or not, GitHub is where it's at. So my "hybrid hosting" seems to be the best compromise.
### QEMU/KVM
![Virtual Machine Manager connected to my home server](/blog/assets/vmm.png)
Awww yeah, my favorite long acronym! QEMU/KVM is awesome, but I didn't know it was *this awesome*! Now I can run all my virtual machines on my laptop, but actually on my home server, without my laptop's fans spinning up loudly!
### Jupyter notebooks
Another thing that boringly just works. It's great to be able to run computationally intense things without my laptops fans screaming.
## Kinda works
### Matrix
Maybe it's just Synapse's fault, but my Matrix homeserver devours RAM like a starving lion. Why does it need 1.5 GB? Sure, I have 16 GB, plus another 16 GB of swap (for hibernation), but Synapse simply shouldn't need that much RAM.
And don't get me started on `mx-puppet-discord`. It may have seemed like just a small thing to self-host, but it was by far the hardest to set up. *And* it even uses a noticable bit of CPU in the background as an added bonus.
## Nope
### Pi-hole
Pi-hole is great! I actually really like it. But *why* does it need to use its own version of `dnsmasq`? It just wants to break my virtual networks, doesn't it? Now my VMs don't have internet! Maybe I won't have this problem if I run it in Docker. But Docker is a completely different beast I kind of want to avoid for now if I can. More maintainence costs, anyways.
So there you have it. If you want to self-host, there's something crucial that you need: time, lots of it. With enough time, anything is possible. Even getting `mx-puppet-discord` to work.

BIN
assets/gitea.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 317 KiB

BIN
assets/vmm.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB