aboutsummaryrefslogtreecommitdiff
path: root/config.yaml.sample (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-05-21Config: fix OsPath valuesstuebinm1-1/+1
my annoyance with conferer increases. It should really, /really/ be a compile error if a thing used in the config does not have a FromConfig instance. Or at least the documentation should mention that in such cases it will simply always take the default value without telling anyone, instead of just saying "the generic instance has reasonable defaults" (well, /which/ defaults?)
2024-05-02document new config options in config.yaml.samplestuebinm1-0/+6
2024-04-20add config.yaml.sample filestuebinm1-3/+5
2023-01-22oauth2 via uffdstuebinm1-1/+9
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/+9
works kinda well, but doesn't complain about unknown config values in json, which is kinda hmpf tbh