diff --git a/content/post/architectural-overview/index.md b/content/post/architectural-overview/index.md index 898629d..28da94d 100644 --- a/content/post/architectural-overview/index.md +++ b/content/post/architectural-overview/index.md @@ -41,6 +41,12 @@ My setup attempts to achieve the following goals - Employ best practices - TLS, Git and containers are all considered best practices in modern software development. +Out of scope + - Uptime and reliability + - I self host and do not host any critical services. + - Performance and scaling + - The server is purely for personal use and hardware is cheap. + # Hardware The websever is hosted on an HP MicroServer Gen8. The OS runs off a 120GB SSD driver and 2x3TB HDD running RAID1 on the btrfs filesystem. This provides a suitable balance between storage capacity, and performance.