Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-31 | Use production logging level | Ben Sima | |
2020-03-31 | Fix guardIP and some other cleanup | Ben Sima | |
Apparently guardIP wasn't working because it wasn't matching on the right string, *and* I had typo'ed my IP address. I took this opportunity to also organize the Scotty code a bit better with some comments. | |||
2020-03-31 | Add Run.Que.Website server | Ben 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. |