summaryrefslogtreecommitdiff
path: root/content/post/My-Setup.md
diff options
context:
space:
mode:
authorhyang <hyang@hyang.xyz>2023-09-14 00:14:02 -0700
committerhyang <hyang@hyang.xyz>2023-09-14 00:14:02 -0700
commite5b461fb6c9e24373bb8c96694e6509bbe20c5ec (patch)
tree0e4502a7c436641f369b2d2938720b2b6ac63b75 /content/post/My-Setup.md
parentd6b50f54a5d3e8b6cbbbc98e23429248b6859318 (diff)
Update
Diffstat (limited to 'content/post/My-Setup.md')
-rw-r--r--content/post/My-Setup.md42
1 files changed, 0 insertions, 42 deletions
diff --git a/content/post/My-Setup.md b/content/post/My-Setup.md
deleted file mode 100644
index 64d1015..0000000
--- a/content/post/My-Setup.md
+++ /dev/null
@@ -1,42 +0,0 @@
----
-title: "My Setup"
-date: 2023-08-27T18:09:49-07:00
-description: Hello again
-draft: false
----
-
-# Hello Once Again
-Welcome to my ~~third~~, first iteration of hyang.xyz. Now that my hosting stuff is stable again, I hope that I can finally stop messing around with Linux and start doing things that I can look back on years later. And what better way to do that than start writing blog posting?
-
-(I also need an excuse to get better at writing...)
-
-Also, this theme looks sick. Hopefully I won't get copystriked by GitHub :).
-
-# The Setup
-My adventures with hosting things on the online has been quite a wild ride for me. Until now, it has mostly been more of a learning experience thing. I had mostly focused on hosting stuff like Searx, Nitter, and Fediverse instances, with it lasting two weeks at most, before I get bored and just nuke it all. I also distro-hopped a lot, from Debian → Arch → OpenBSD → FreeBSD → NixOS.
-
-Now that I have gotten old, I now want things to just work!
-
-So, I've decided to start over again. This time, I had to devise a set of goals that made operating this mess as "comfy" as possible. I settled on the following:
-- Sane, easy to use backups
-- No Cloudflare, (various reasons: mostly just want to host other stuff like email)
-- Affordable (am broke)
-- Make deploying stuff repetitive, and easy to maintain
-
-Here's my setup:
-
-![My setup as a diagram](/images/diagram.svg)
-
-In essence:
-- Small BuyVM VPS for connecting to the big Internet without revealing my residential address.
- - Also runs my email server.
-- Docker for running/managing services
-- Loads of storage:
- - 1TB NVME for running NixOS
- - 3x 4TB Hard Drives on ZFS RAID1 (mirror)
-- 1x 4TB Hard Drives (Backups)
- - Using rsnapshot
- - Backups for both my NVME and HDD.
- - (Might be a problem in the future... Might move it to to my 3x4TB drives)
-
-TODO: Finish this section