Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | style: make port a string for easier nix integration | Alan Pearce | 2024-05-13 | -2/+2 |
| | ||||
* | fix(config): show read URL on parse failure | Alan Pearce | 2024-05-13 | -1/+1 |
| | ||||
* | refactor: combine import and web server into one binary | Alan Pearce | 2024-05-13 | -3/+27 |
| | ||||
* | refactor(config): simplify configuration | Alan Pearce | 2024-05-13 | -62/+95 |
| | | | | | | | | | | | | | | 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 | |||
* | refactor: move Source/Repository types to config package | Alan Pearce | 2024-05-13 | -10/+113 |
| | ||||
* | feat: allow adding extra HTML to the body via configuration | Alan Pearce | 2024-05-12 | -4/+6 |
| | ||||
* | feat: enable using channel URLs if unable to resolve via NIX_PATH | Alan Pearce | 2024-05-12 | -1/+4 |
| | ||||
* | fix: don't panic on TOML decode error | Alan Pearce | 2024-05-12 | -1/+1 |
| | ||||
* | fix: no results for home-manager search | Alan Pearce | 2024-05-11 | -0/+3 |
| | ||||
* | fix(config): add default channel name for home-manager | Alan Pearce | 2024-05-11 | -0/+1 |
| | ||||
* | style: use title-cased source names | Alan Pearce | 2024-05-10 | -2/+2 |
| | ||||
* | refactor: pass Source object to templates | Alan Pearce | 2024-05-09 | -3/+3 |
| | ||||
* | feat: enable setting config file path via command line | Alan Pearce | 2024-05-09 | -8/+9 |
| | ||||
* | docs: embed defaults in app | Alan Pearce | 2024-05-09 | -8/+42 |
| | ||||
* | refactor: make config entries kebab-case | Alan Pearce | 2024-05-09 | -1/+1 |
| | ||||
* | feat: import sources from configuration in go code and index options | Alan Pearce | 2024-05-09 | -0/+22 |
| | ||||
* | feat: make configuration optional | Alan Pearce | 2024-05-09 | -14/+27 |
| | ||||
* | refactor: make data path (partially) configurable | Alan Pearce | 2024-05-07 | -3/+4 |
| | ||||
* | feat: serve a very basic html template | Alan Pearce | 2024-05-02 | -0/+96 |