summaryrefslogtreecommitdiff
path: root/server/Main.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-03-19server: simple toml configstuebinm1-3/+2
2022-03-19server: proper job handlingstuebinm1-18/+24
Note: the server will not check submissions for duplicates! (nor does it do any kind of rate-limiting)
2022-03-19non-blocking serverstuebinm1-24/+21
2022-03-19basic server setup (using servant)stuebinm1-0/+74
adds a very basic http server that can be sent links to repositories & will download & lint them, then answer the request with the lints. Should probably do this in a non-blocking way …