about summary refs log tree commit diff stats
path: root/internal/config/config.go
Commit message (Expand)AuthorAgeLines
* fix(config): show read URL on parse failureAlan Pearce2024-05-13-1/+1
* refactor: combine import and web server into one binaryAlan Pearce2024-05-13-3/+27
* refactor(config): simplify configurationAlan Pearce2024-05-13-62/+95
* refactor: move Source/Repository types to config packageAlan Pearce2024-05-13-10/+9
* feat: allow adding extra HTML to the body via configurationAlan Pearce2024-05-12-4/+6
* feat: enable using channel URLs if unable to resolve via NIX_PATHAlan Pearce2024-05-12-1/+4
* fix: don't panic on TOML decode errorAlan Pearce2024-05-12-1/+1
* fix: no results for home-manager searchAlan Pearce2024-05-11-0/+3
* fix(config): add default channel name for home-managerAlan Pearce2024-05-11-0/+1
* style: use title-cased source namesAlan Pearce2024-05-10-2/+2
* refactor: pass Source object to templatesAlan Pearce2024-05-09-3/+3
* feat: enable setting config file path via command lineAlan Pearce2024-05-09-8/+9
* docs: embed defaults in appAlan Pearce2024-05-09-8/+42
* refactor: make config entries kebab-caseAlan Pearce2024-05-09-1/+1
* feat: import sources from configuration in go code and index optionsAlan Pearce2024-05-09-0/+22
* feat: make configuration optionalAlan Pearce2024-05-09-14/+27
* refactor: make data path (partially) configurableAlan Pearce2024-05-07-3/+4
* feat: serve a very basic html templateAlan Pearce2024-05-02-0/+51