cron url by srinivasrjy, Monday, April 01, 2013, 02:40 PM (4854 days ago) Can anybody provide exact cronjob url for selfoss. I tried wget and curl. It is not working. Manually working...
cron url by MidSpeck, Monday, April 01, 2013, 06:08 PM (4854 days ago) @ srinivasrjy I have the following line in my crontab to update every 10 minutes: */10 * * * * wget --quiet --delete-after http://localhost/selfoss/update
cron url by Schakal, Saturday, April 13, 2013, 11:26 PM (4841 days ago) @ MidSpeck @Tobi Please add this example to the documenation. This question will be write often.