2023-05-11 13:58:01 -05:00
<!DOCTYPE html>
< html lang = "en" >
2023-03-25 22:33:24 -05:00
< head >
2023-05-02 15:04:42 -05:00
< meta content = "width=device-width, initial-scale=1" charset = "utf-8" / >
2023-05-09 11:58:45 -05:00
< link rel = "icon" href = "/assets/askiiart.gif" type = "image/icon" >
2023-03-25 22:33:24 -05:00
< title > My Stack< / title >
2023-05-09 12:33:37 -05:00
< link href = "/style.css" type = "text/css" rel = "stylesheet" / >
2023-03-25 22:33:24 -05:00
< / head >
< body >
< h1 id = "my-stack" > My Stack< / h1 >
< h2 id = "hardware" > Hardware< / h2 >
< ul >
< li > CPU: Ryzen 5 3600< / li >
< li > Motherboard: Gigabyte B450M DS3H WIFI< / li >
< li > RAM: 2x 8GB DDR4-3200< / li >
< li > SSD: 500GB ADATA (for boot)< / li >
< li > HDDs: 3x 4TB Toshiba X300s (for bulk storage)< / li >
< li > PSU: Corsair CX450M (2015)< / li >
< li > UPS: CyberPower CP1500PFCLCD< / li >
< li > Case: Silverstone PS09 (would recommend!)< / li >
2023-06-14 14:31:19 -05:00
< li > Fans: One 80mm fan in rear (blows air out, model and details
unknown), One AVC 8025 DS08025R12U in front (pulls air in)< / li >
2023-03-25 22:33:24 -05:00
< li > GPU: None< / li >
< / ul >
< h2 id = "software" > Software< / h2 >
< ul >
< li > OS: Proxmox VE 7.3.1< / li >
< li > Docker installed natively (not in VM or LXC container)
< ul >
< li > Using only docker-compose files< / li >
< / ul > < / li >
< li > ZFS is set up, the HDDs are in a RAIDZ1 pool
< ul >
< li > Equivalent to RAID-5< / li >
< li > Speed: 2x read speed, normal write speed< / li >
< li > 8TB of capacity available< / li >
< li > Can lose any one drive without losing any data.< / li >
< / ul > < / li >
< / ul >
< h2 id = "website" > Website< / h2 >
< ul >
< li > Running on nginx in Docker< / li >
2023-05-11 13:58:01 -05:00
< li > Behind Caddy as a reverse proxy< / li >
< li > Written in markdown, then converted to HTML using pandoc
2023-03-25 22:33:24 -05:00
< ul >
2023-06-14 14:31:19 -05:00
< li > Script for this < a
href="https://git.askiiart.net/askiiart/askiiart-net/src/branch/main/md2html.py">here< / a > < / li >
< li > pandoc is one of the very few things I don't have in Docker
(yet)< / li >
2023-03-25 22:33:24 -05:00
< / ul > < / li >
2023-06-14 14:31:19 -05:00
< li > < a href = "https://git.askiiart.net/askiiart/askiiart-net" > All
in a git repo< / a > < / li >
2023-03-25 22:33:24 -05:00
< / ul >
< / body >
< footer >
2023-08-08 14:16:30 -05:00
< p > To view this page in markdown, replace the < code > .html< / code > in the URL with < code > .md< / code > . If this is the root page (askiiart.net), get the markdown version of it at < a href = "/index.md" > index.md< / a > . Source code < a href = "https://github.com/askiiart/askiiart.github.io" > here< / a > and < a href = "https://git.askiiart.net/askiiart/askiiart-net" > here< / a > .< / p >
2023-03-25 22:33:24 -05:00
< / footer >
< / html >