From fdeaf88cf909322c2dc5efe628353803bcb9b63b Mon Sep 17 00:00:00 2001 From: hyang Date: Tue, 29 Aug 2023 00:45:40 -0700 Subject: yes --- content/images/avatar.png | Bin 30853 -> 0 bytes content/post/My-Setup.md | 16 ++++++++++++++++ static/images/avatar.png | Bin 0 -> 30853 bytes static/images/diagram.png | Bin 0 -> 59285 bytes static/images/diagram.svg | 4 ++++ 5 files changed, 20 insertions(+) delete mode 100644 content/images/avatar.png create mode 100644 static/images/avatar.png create mode 100644 static/images/diagram.png create mode 100644 static/images/diagram.svg diff --git a/content/images/avatar.png b/content/images/avatar.png deleted file mode 100644 index c7b7fef..0000000 Binary files a/content/images/avatar.png and /dev/null differ diff --git a/content/post/My-Setup.md b/content/post/My-Setup.md index 6194e08..8932f74 100644 --- a/content/post/My-Setup.md +++ b/content/post/My-Setup.md @@ -22,4 +22,20 @@ So, I've decided to start over again. This time, I had to devise a set of goals - 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 diff --git a/static/images/avatar.png b/static/images/avatar.png new file mode 100644 index 0000000..c7b7fef Binary files /dev/null and b/static/images/avatar.png differ diff --git a/static/images/diagram.png b/static/images/diagram.png new file mode 100644 index 0000000..09896b2 Binary files /dev/null and b/static/images/diagram.png differ diff --git a/static/images/diagram.svg b/static/images/diagram.svg new file mode 100644 index 0000000..40bc69e --- /dev/null +++ b/static/images/diagram.svg @@ -0,0 +1,4 @@ + + + +
hyang.xyz
BuyVM
Debian
hyang.xyz...
"Gaming"
Computer
NixOS
"Gaming"...
Docker
Docker
1TB NVME
1TB NVME
3x
Mirrored
4TB HDD
3x...
Backup 4TB HDD
Backup 4TB...
Offsite Backup?
TODO
Offsite Ba...
Text is not SVG - cannot display
\ No newline at end of file -- cgit v1.2.3