<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to add a cronjob in cloudron]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">When I try to add a cronjob using the command</p>
<pre><code class="language-bash">echo "0 22 * * * curl -X POST http://localhost:8000/refresh_webhook &gt;&gt; /var/log/cron.log 2&gt;&amp;1" | crontab -
</code></pre>
<p dir="auto">I get the error <code>/var/spool/cron/: mkstemp: Read-only file system</code>.<br />
How can I add a cronjob inside the container in cloudron?</p>
]]></description><link>https://forum.cloudron.io/topic/9690/how-to-add-a-cronjob-in-cloudron</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Apr 2026 12:43:01 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/9690.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 22 Jul 2023 14:35:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to add a cronjob in cloudron on Tue, 25 Jul 2023 11:58:45 GMT]]></title><description><![CDATA[<p dir="auto">Got it thanks.</p>
]]></description><link>https://forum.cloudron.io/post/70823</link><guid isPermaLink="true">https://forum.cloudron.io/post/70823</guid><dc:creator><![CDATA[sarthak.narayan]]></dc:creator><pubDate>Tue, 25 Jul 2023 11:58:45 GMT</pubDate></item><item><title><![CDATA[Reply to How to add a cronjob in cloudron on Mon, 24 Jul 2023 13:25:00 GMT]]></title><description><![CDATA[<p dir="auto">You can put something like <code>*    *    *    *    * echo "=&gt; Running cron" &amp;&amp; your_command</code> . Then, you will see the echo in the app logs.</p>
]]></description><link>https://forum.cloudron.io/post/70750</link><guid isPermaLink="true">https://forum.cloudron.io/post/70750</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Mon, 24 Jul 2023 13:25:00 GMT</pubDate></item><item><title><![CDATA[Reply to How to add a cronjob in cloudron on Mon, 24 Jul 2023 12:29:40 GMT]]></title><description><![CDATA[<p dir="auto">Cloudron is not using cron from the system (eg. <code>crond</code>) but has a scheduler built into the main controller process.<br />
Also those cron jobs are run via docker from the host in a subcontainer of the app.</p>
]]></description><link>https://forum.cloudron.io/post/70746</link><guid isPermaLink="true">https://forum.cloudron.io/post/70746</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Mon, 24 Jul 2023 12:29:40 GMT</pubDate></item><item><title><![CDATA[Reply to How to add a cronjob in cloudron on Mon, 24 Jul 2023 12:14:49 GMT]]></title><description><![CDATA[<p dir="auto">I added it here and then saved it. I restarted the app but I cannot see my cronjob when I use <code>crontab -l</code>.</p>
]]></description><link>https://forum.cloudron.io/post/70743</link><guid isPermaLink="true">https://forum.cloudron.io/post/70743</guid><dc:creator><![CDATA[sarthak.narayan]]></dc:creator><pubDate>Mon, 24 Jul 2023 12:14:49 GMT</pubDate></item><item><title><![CDATA[Reply to How to add a cronjob in cloudron on Sat, 22 Jul 2023 14:52:30 GMT]]></title><description><![CDATA[<p dir="auto">You can configure a cronjob in the "Container" (or better App) Settings in Cloudron</p>
<p dir="auto">Look here -&gt; <a href="https://docs.cloudron.io/apps/#cron" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.cloudron.io/apps/#cron</a></p>
]]></description><link>https://forum.cloudron.io/post/70673</link><guid isPermaLink="true">https://forum.cloudron.io/post/70673</guid><dc:creator><![CDATA[Kubernetes]]></dc:creator><pubDate>Sat, 22 Jul 2023 14:52:30 GMT</pubDate></item></channel></rss>