New:
- Rewrite the app in Kotlin (from Rust). Sorry (not sorry).
- The binary distribution (which now requires a JVM) supports scheduled sync with the
--cronoption. - Add
--timeoutoption /GITOUT_TIMEOUTenv var to control limit on git operations. Default is 10 minutes.
Changed:
- The
CRON,HEALTHCHECK_ID, andHEALTHCHECK_HOSTDocker container environment variables are now namedGITOUT_CRON,GITOUT_HC_ID, andGITOUT_HC_HOST, respectively. These will also be honored by the standalone binary.