10278b55fbffeadf8237a1221d8c286585aca1a1
Introduce a mechanism to automatically pull the latest changes from the git repository when the homepage is accessed. This ensures the application stays up-to-date without manual intervention. The feature includes a lock file (`/tmp/hustoj_git_pull.lock`) to prevent excessive pulls, limiting execution to at most once every 60 seconds. The git pull command runs in the background to avoid blocking the page load, with output logged to `/tmp/hustoj_git_pull.log`.
Description
No description provided
Languages
HTML
88.6%
JavaScript
8.6%
PHP
1.6%
TypeScript
0.5%
CSS
0.2%
Other
0.4%