summaryrefslogtreecommitdiff
path: root/server (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-03-19server: more debug outputstuebinm1-1/+1
2022-03-19server: admin interfacestuebinm4-64/+117
(for now, just a list of all maps and their current status)
2022-03-19server: present lint results in pretty htmlstuebinm2-47/+124
(this is mostly a rewrite / translation of the django templates built into rc3's hub)
2022-03-19server: simple servant-lucid stuffstuebinm3-8/+95
2022-03-19server: simple toml configstuebinm2-17/+39
2022-03-19server: proper job handlingstuebinm3-67/+110
Note: the server will not check submissions for duplicates! (nor does it do any kind of rate-limiting)
2022-03-19non-blocking serverstuebinm4-88/+126
2022-03-19basic server setup (using servant)stuebinm3-0/+179
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 …