summaryrefslogtreecommitdiff
path: root/Run/Que.hs
AgeCommit message (Collapse)Author
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.
2020-03-31Allow dot in quepathBen Sima
2020-03-30Add guarded index route handlersBen Sima
2020-03-30Only allow my IP to POST on /_ routesBen Sima
2020-03-30Handle /ns endpoint with 501Ben Sima
2020-03-30Don't read the body until I need itBen Sima
2020-03-30Rescue lack of poll paramBen Sima
2020-03-30Parse args for --portBen Sima
2020-03-30Rename Com.Simatime.Que to Run.QueBen Sima
Now that I have the domain name que.run! Aw yeah.