Skip to content

8loser/CronCurl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CronCurl

設定排程定期執行 curl

應用

nextdns.io 定時 update linked IP

參數

URL 請求的網址

SCHEDULE 排程, 可參考 https://crontab.guru/

執行

docker run -d \
    -e URL=example.com \
    -e SCHEDULE="0 */1 * * *" \
    ghcr.io/8loser/croncurl:main

About

設定排程定期執行 curl

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages