aboutsummaryrefslogtreecommitdiff
path: root/app (unfollow)
Commit message (Collapse)AuthorFilesLines
22 hoursConfig: switch conferer → conftrackHEADmainstuebinm1-19/+16
conftrack is a configuration library that I wrote to replace conferer, as dealing with its idiosyncrasies became increasingly annoying. It is currently very much still alpha-state software, but far enough along to be tested in my own projects, and hopefully will soon be in a state that is publishable on hackage. For now, it can be found at https://stuebinm.eu/git/conftrack
2024-04-17general housekeepingstuebinm1-7/+7
jumps to GHC2021 as default language, adds in some fields, moves the old org mode glossary to markdown, etc.
2023-01-28yaml be imprecise & confusingstuebinm1-0/+3
2023-01-22config: prefer env varsstuebinm1-1/+1
2023-01-22oauth2 via uffdstuebinm1-2/+2
this is unfortunately uffd-specific, since oauth2 is apparently sort of a vague standard. But since it doesn't actually do much it should probably be possible to make it fully configurable & generic if needed.
2022-08-28some config thingyesodstuebinm1-14/+27
works kinda well, but doesn't complain about unknown config values in json, which is kinda hmpf tbh
2022-06-18make connstring configurable at runtimestuebinm1-1/+7
2022-06-17generate javascript functionsstuebinm1-0/+24
(this is commented out in the cabal file, since unfortunately the servant-js package is broken in nixpkgs and therefore otherwise breaks the nix build process … but it can be used "by hand")
2022-06-16foreign keys are a thingstuebinm1-23/+5
(and they can be useful, too!) Also, documentation & deleting imports / extensions that aren't used.
2022-06-16actually use the databasestuebinm1-3/+8
(at least for a few simple things) Also, more modules!
2022-06-10generate OpenAPI docsstuebinm1-22/+22
lots of lenses in this stuff :(
2022-06-06restructure GTFS typesstuebinm1-1/+1
unfortunately doesn't quite get rid of all the type family still since it's just too useful … but does reduce it somewhat. Also, maps are much easier for looking things up than vectors!
2022-06-05basic server setupstuebinm1-287/+20