aboutsummaryrefslogtreecommitdiff
path: root/internal
AgeCommit message (Collapse)Author
2025-05-19Remove unneeded testsSlack Coder
2025-05-19Add Debian source package to contribSlack Coder
2025-05-19Fix verificationSlack Coder
Use the Mirror's verification parameter instead of the global parameter and remove it. This fixes an issue where mirrors were not being verified.
2025-05-16Enable immediate once only mirroringSlack Coder
Interpret Min/Max intervals of zero to mean the mirror should by pulled immediately and only once. Allow the user to be specific by adding per-mirror configuration for MinInterval and MaxInterval.
2025-04-22Implement staging and verificationv0.0.3Slack Coder
Ensure data integrity by supporting data staging and verification.
2024-10-23Avoid hosting assets on Git mirrorv0.0.2Slack Coder
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 Golangv0.0.1-devSlack Coder