aboutsummaryrefslogtreecommitdiffsponsor
path: root/internal
AgeCommit message (Collapse)Author
2024-10-23Support reload and refactor configSlack Coder
- Simplify config parameters. - Support hot config reloading.
2024-10-21Add signal handlingSlack Coder
2024-10-21Support multiple config filesSlack Coder
Read files from /etc/mirror/conf.d.
2024-10-16Make config handling simplerSlack Coder
2024-10-16Fix nil pointer dereferenceSlack Coder
2024-10-16Fail immediately when commands missingSlack Coder
2024-10-03mod: Remove mergo dependencySlack Coder
The small amount of configuration fields does not justify its inclusion.
2024-10-02config: Use TOMLSlack Coder
TOML is simple for users, and it is used in notably projects like rustlang. It also provides comments!
2024-07-18Port to GolangSlack Coder