Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-11-14 | config: some small documentation | stuebinm | 1 | -0/+4 | |
2021-11-14 | config option: don't copy asset files | stuebinm | 1 | -3/+6 | |
2021-11-14 | Functional jitsiRoomAdminTag adjustment | stuebinm | 1 | -2/+2 | |
also yet another typeclass™, because why not? | |||||
2021-11-14 | add some simple config options | stuebinm | 1 | -9/+30 | |
2021-11-14 | too much type level stuff to read a config file | stuebinm | 1 | -0/+99 | |
This got kinda out of hand, but it can now (a) read a json config file and (b) patch that with another json given on the command line to change some of the options given in the file. No, I probably didn't need to make the `patch` function sufficiently general to work with arbitrary records, but it was kinda fun to do. |