aboutsummaryrefslogtreecommitdiff
path: root/lib/Config.hs (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-05-15config: add a debug mode optionstuebinm1-0/+2
this is meant to be false by default, and otherwise relaxes requirements on e.g. incoming pings, which are inconvenient when testing by hand.
2024-05-02restructure: get the tracker to work againstuebinm1-1/+19
This should hopefully be the final (major) part of the restructuring: a tracker no longer has to know which trip it is on (and indeed it has no idea for now), instead the server keeps state about which trips are currently running and will insert incoming pings in a hopefully reasonable manner, based on their geoposition & time. There's lots of associated TODO items here (especially there should be manual overrides for all this logic in the web ui), but that's work for a future me. (incidentally, this also adds support for sending all log messages out via ntfy-sh)
2024-04-17general housekeepingstuebinm1-2/+0
jumps to GHC2021 as default language, adds in some fields, moves the old org mode glossary to markdown, etc.
2023-02-23don't hardcode cssstuebinm1-0/+2
2023-01-22oauth2 via uffdstuebinm1-4/+28
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-0/+28
works kinda well, but doesn't complain about unknown config values in json, which is kinda hmpf tbh