summaryrefslogtreecommitdiff
path: root/Run/Que/quescripts.md
AgeCommit message (Collapse)Author
2020-04-01Make pub the only publically-writable namespaceBen Sima
2020-03-31Add part of jukebox scriptBen Sima
2020-03-31Massively improve the que-websiteBen Sima
curl was throwing an exception if the file got too long, because I was passing the entire file contents in the arguments to curl. I tried using a tmp file but that didn't work for some reason. So I switched to req and that seems to work well. I also made it faster by serving all pages concurrently, and I spruced up the CSS a ton.