Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-23 | Support reload and refactor config | Slack Coder | |
- Simplify config parameters. - Support hot config reloading. | |||
2024-10-21 | Add signal handling | Slack Coder | |
2024-10-21 | Support multiple config files | Slack Coder | |
Read files from /etc/mirror/conf.d. | |||
2024-10-16 | Make config handling simpler | Slack Coder | |
2024-10-16 | Fix nil pointer dereference | Slack Coder | |
2024-10-16 | Fail immediately when commands missing | Slack Coder | |
2024-10-03 | mod: Remove mergo dependency | Slack Coder | |
The small amount of configuration fields does not justify its inclusion. | |||
2024-10-02 | config: Use TOML | Slack Coder | |
TOML is simple for users, and it is used in notably projects like rustlang. It also provides comments! | |||
2024-07-18 | Port to Golang | Slack Coder | |