aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-05-19Fix default configHEADv0.0.4masterSlack Coder
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-23contrib: Add systemd filesSlack Coder
2024-10-23Support reload and refactor configSlack Coder
- Simplify config parameters. - Support hot config reloading.
2024-10-21Add signal handlingSlack Coder
2024-10-21slackbuild rc scriptSlack Coder
2024-10-21SlackBuild: Update rc scriptSlack Coder
Prepend service name to bash functions.
2024-10-21Support multiple config filesSlack Coder
Read files from /etc/mirror/conf.d.
2024-10-16slackbuild: Add versionv0.0.1Slack Coder
2024-10-16Support versioningSlack Coder
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-03README: Add note about todoSlack Coder
2024-10-03README: Note about system integrationSlack Coder
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-20Update READMESlack Coder
2024-07-20GPG-KEY: update expired keySlack Coder
2024-07-18fix slackbuildSlack Coder
2024-07-18Port to Golangv0.0.1-devSlack Coder
2024-04-08create parentsSlack Coder
2024-04-08Initial commitSlack Coder