Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | refactor: switch to templ for HTML templates | Alan Pearce | 2024-06-21 | -0/+2 |
| | ||||
* | chore: update dependencies | Alan Pearce | 2024-06-19 | -26/+26 |
| | ||||
* | feat: enable configuration of flags as environment variables | Alan Pearce | 2024-06-09 | -2/+4 |
| | ||||
* | feat: support cleartext HTTP/2 (i.e. from a reverse proxy) | Alan Pearce | 2024-05-25 | -12/+14 |
| | ||||
* | feat: decode brotli-compressed files | Alan Pearce | 2024-05-17 | -0/+2 |
| | ||||
* | refactor(config): simplify configuration | Alan Pearce | 2024-05-13 | -3/+0 |
| | | | | | | | | | | | | | | commit 8225dbdb692c99b39dcafe2e5ec6ddc4daf08fb5 Author: Alan Pearce <alan@alanpearce.eu> Date: Mon May 13 19:18:26 2024 +0200 refactor: consolidate configuration to reduce command-line options commit 5616d4c5a9bc6c0c14f744f812fa6609f859dc34 Author: Alan Pearce <alan@alanpearce.eu> Date: Mon May 13 17:41:58 2024 +0200 refactor: move config file parsing to program entry points | |||
* | feat: import sources from configuration in go code and index options | Alan Pearce | 2024-05-09 | -0/+3 |
| | ||||
* | feat: search one set of options | Alan Pearce | 2024-05-07 | -2/+68 |
| | ||||
* | feat: render markdown in option descriptions | Alan Pearce | 2024-05-05 | -0/+6 |
| | ||||
* | feat: watch and live reload in development | Alan Pearce | 2024-05-03 | -0/+2 |
| | ||||
* | feat: serve a very basic html template | Alan Pearce | 2024-05-02 | -0/+46 |