summaryrefslogtreecommitdiff
path: root/Run/Que/index.md
AgeCommit message (Collapse)Author
2020-04-11Update index.mdBen Sima
2020-04-01Make pub the only publically-writable namespaceBen Sima
2020-04-01Add basic details for the paid servicesBen Sima
2020-03-31Add tutorial and apidocs to websiteBen Sima
2020-03-31Cleanup index and _ ns handlingBen Sima
So now _ is the special namespace that only I can post to. Unfortunately I think the guardIP function is still broken.
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.
2020-03-31Add Run.Que.Website serverBen Sima
This is a simple website server that uses que.run itself to host the que webpages. I had to rename Run.Que to Run.Que.Server because nix was complaining about Run.Que being both a derivation and an attrset with Run.Que.Website in it.