summaryrefslogtreecommitdiff
path: root/server/Main.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* server: admin interfacestuebinm2022-02-111-4/+10
| | | | (for now, just a list of all maps and their current status)
* server: simple servant-lucid stuffstuebinm2022-02-101-7/+18
|
* server: simple toml configstuebinm2022-02-071-3/+2
|
* server: proper job handlingstuebinm2022-02-071-18/+24
| | | | | Note: the server will not check submissions for duplicates! (nor does it do any kind of rate-limiting)
* non-blocking serverstuebinm2022-02-071-24/+21
|
* basic server setup (using servant)stuebinm2022-02-011-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 …