Goals: Add links that are reasonable and good explanations of how stuff works. No hype and no vendor content if possible. Practical first-hand accounts of models in prod eagerly sought.

# Necessary to prevent random host freeze. For more details, see: | |
# https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1849720/comments/65 | |
seccomp_sandbox = 0 |
require 'webrick' | |
require 'fileutils' | |
BIND_ADDRESS = "127.0.0.1" | |
PORT = 8080 | |
BACKUP_DIR = 'bak' | |
if ARGV.length != 0 | |
root = ARGV.first.gsub('\\', '/') |