From 6625ff8879681f3c54f0fe67ae294c17ae99b008 Mon Sep 17 00:00:00 2001 From: jct Date: Fri, 28 Feb 2020 13:54:13 +0000 Subject: [PATCH] Update 'content/post/architectural-overview/index.md' --- content/post/architectural-overview/index.md | 6 ++++++ 1 file changed, 6 insertions(+) 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.