Compare commits

...

2 Commits

Author SHA1 Message Date
2b4afc97d7 new post
All checks were successful
pipeline / deploy-job (push) Successful in 42s
2024-09-10 07:57:35 +03:00
4eb59ebd02 change site name 2024-09-09 22:19:19 +03:00
4 changed files with 25 additions and 3 deletions

View File

@ -1,6 +1,6 @@
baseURL: 'https://fzorb.xyz/' baseURL: 'https://fzorb.xyz/'
languageCode: 'en-us' languageCode: 'en-us'
title: "FzOrb's blog" title: "FzOrb's website"
theme: 'zmin' theme: 'zmin'
menus: menus:
main: main:

View File

@ -28,4 +28,4 @@ For all critical services, I prefer to run them on bare metal, as to not depend
I should have gotten more ram and I should've not had to rely on Wireless internet, which is a node which can fail within my setup. I should've used ethernet. Unfortunately, I cannot convince my father to help me extend an ethernet cable to my room. I should have gotten more ram and I should've not had to rely on Wireless internet, which is a node which can fail within my setup. I should've used ethernet. Unfortunately, I cannot convince my father to help me extend an ethernet cable to my room.
# Conclusion # Conclusion
I strongly enocourage self-hosting everything you can, as it helps fight decentralization and you can often times find it better to use free and open source alternatives to things such as ~~Google Reader~~ (I forgot that shut down), Google Calendar or Gmail. I strongly enocourage self-hosting everything you can, as it helps fight decentralization and you can often times find it better to use free and open source alternatives to things such as Google Calendar or Gmail.

View File

@ -0,0 +1,22 @@
+++
title = 'My Servers (2024 edition)'
date = 2024-09-10T06:30:27+03:00
draft = false
+++
About a year ago, I have made a blog post about how I run things round here. Since then, a lot of things have passed. Since I think that I'm more free now than I will be in 3 months, when I initally planned on making this post, I've decided to just do it now.
# The components
My suite of servers is comprised of the following computers:
* **Frantech/BuyVM** VPS:
I use this as a VPN in order for me to be able to expose my services to the internet without needing to port forward on my home IP address. It also doubles as an email server, so that's neat.
* **HP Elitedesk 800 G2 mini**
This is the server that runs everything. I have installed Proxmox on it. I have a few VMs and containers.
Since this computer comes in multiple variations, here are the specifications for the model I have:
![](https://fzorb.xyz/i/0bkk6.png)
# The stack
I primarily use docker for just about everything (minus the matrix server), as it is a pretty convenient way to spin up containers and not have to deal with houndreds of dependencies, or in some cases, convoluted installation procedures.
# My regrets
I don't really have any regrets for my current setup, as everything is running fine, but in the future I wish to upgrade to 16gb of ram, and maybe a better CPU.

View File

@ -1,6 +1,6 @@
baseURL = "https://fzorb.xyz/" baseURL = "https://fzorb.xyz/"
languageCode = "en-us" languageCode = "en-us"
title = "FzOrb's blog" title = "FzOrb's website"
theme = "zmin" theme = "zmin"
[[menus.main]] [[menus.main]]