Update site, fix scripts, block more AIs

This commit is contained in:
askiiart 2023-10-10 10:13:11 -05:00
parent e53b59a94b
commit e68cacf15c
No known key found for this signature in database
GPG key ID: 1C6E779EF11B3271
16 changed files with 69 additions and 62 deletions

View file

@ -12,16 +12,15 @@
- PSU: Corsair RM750x
- UPS: CyberPower CP1500PFCLCD
- Case: Some obscure thing from Cybertron (now CLX Gaming)
- GPU: Integrated Intel UHD 750
- iGPU: Intel UHD 750
## Software
- OS: Unraid 6.11.5
- Docker installed natively, but I might move it to a Debian VM
- Storage: 3x 4TB, 1x 8TB parity drive, 512GB cache drive, running off a 32GB USB drive
- Equivalent to RAID-5
- 12TB of capacity available
- Can lose any one drive without losing any data.
- OS: Debian 12 (Bookworm)
- Basically everything runs in Docker, may move to Podman.
- Storage: 3x 4TB, 1x 8TB parity drive, 512GB cache drive, boots off 120GB SSD.
- Using SnapRAID + mergerfs.
- ~12TB of storage usable.
- [PC Part Picker Link](https://pcpartpicker.com/user/Cheap_Fleet/saved/pR82kL)
## Website
@ -30,11 +29,10 @@
- Behind Caddy as a reverse proxy
- Written in markdown, then converted to HTML using pandoc.
- Script for this [here](https://git.askiiart.net/askiiart/askiiart-net/src/branch/main/md2html.py)
- pandoc is one of the very few things I don't have in Docker (yet)
- Syntax highlighting using [`prism.js`](https://prismjs.com)
- [In a git repo](https://git.askiiart.net/askiiart/askiiart-net)
## Docker registry
- Currently just redirecting to [Docker Hub](https://hub.docker.com/u/askiiart), using the Caddy config from [here](https://httptoolkit.com/blog/docker-image-registry-facade/) ([direct link to Caddyfile](https://github.com/httptoolkit/docker-registry-facade/blob/main/Caddyfile))
- I'll probably set up a proper self-hosted registry later, but I haven't gotten to it yet.
- I'll probably set up a proper self-hosted registry later, but I haven't gotten to it yet. And I've only got 2.5 MBps up, so that can probably wait until Docker does something dumb.