<?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[Firefly III: A personal finances manager]]></title><description><![CDATA[<ul>
<li>Website: <a href="https://firefly-iii.github.io/" target="_blank" rel="noopener noreferrer nofollow ugc">https://firefly-iii.github.io/</a></li>
<li>Demo: <a href="https://firefly-iii.nder.be/login" target="_blank" rel="noopener noreferrer nofollow ugc">https://firefly-iii.nder.be/login</a></li>
<li>Source code: <a href="https://github.com/firefly-iii/firefly-iii" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/firefly-iii/firefly-iii</a></li>
</ul>
]]></description><link>https://forum.cloudron.io/topic/1095/firefly-iii-a-personal-finances-manager</link><generator>RSS for Node</generator><lastBuildDate>Mon, 15 Jun 2026 08:33:03 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/1095.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 08 Mar 2018 19:52:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Firefly III: A personal finances manager on Fri, 14 Feb 2020 03:53:34 GMT]]></title><description><![CDATA[<p dir="auto">@timbo Not yet, can you create an issue at  <a href="https://git.cloudron.io/cloudron/firefly-iii-app" target="_blank" rel="noopener noreferrer nofollow ugc">https://git.cloudron.io/cloudron/firefly-iii-app</a> ?</p>
]]></description><link>https://forum.cloudron.io/post/6048</link><guid isPermaLink="true">https://forum.cloudron.io/post/6048</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Fri, 14 Feb 2020 03:53:34 GMT</pubDate></item><item><title><![CDATA[Reply to Firefly III: A personal finances manager on Thu, 13 Feb 2020 22:28:43 GMT]]></title><description><![CDATA[<p dir="auto">Is this app only working with LDAP? No open registration? If so, can we change this?</p>
]]></description><link>https://forum.cloudron.io/post/6046</link><guid isPermaLink="true">https://forum.cloudron.io/post/6046</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Thu, 13 Feb 2020 22:28:43 GMT</pubDate></item><item><title><![CDATA[Reply to Firefly III: A personal finances manager on Sat, 08 Feb 2020 11:52:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> Thanks. That was fast!</p>
]]></description><link>https://forum.cloudron.io/post/5952</link><guid isPermaLink="true">https://forum.cloudron.io/post/5952</guid><dc:creator><![CDATA[jk]]></dc:creator><pubDate>Sat, 08 Feb 2020 11:52:14 GMT</pubDate></item><item><title><![CDATA[Reply to Firefly III: A personal finances manager on Sat, 08 Feb 2020 00:27:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jk" aria-label="Profile: jk">@<bdi>jk</bdi></a> Pushed an update now to fix it.</p>
]]></description><link>https://forum.cloudron.io/post/5948</link><guid isPermaLink="true">https://forum.cloudron.io/post/5948</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Sat, 08 Feb 2020 00:27:43 GMT</pubDate></item><item><title><![CDATA[Reply to Firefly III: A personal finances manager on Sat, 08 Feb 2020 00:10:14 GMT]]></title><description><![CDATA[<p dir="auto">Looks like the sudo is missing <code>-E</code>. I will update the package.</p>
]]></description><link>https://forum.cloudron.io/post/5947</link><guid isPermaLink="true">https://forum.cloudron.io/post/5947</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Sat, 08 Feb 2020 00:10:14 GMT</pubDate></item><item><title><![CDATA[Reply to Firefly III: A personal finances manager on Fri, 07 Feb 2020 23:29:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> It seems there is still an error in this app.</p>
<p dir="auto">After adding a recurring transaction, the UI shows the following warning:</p>
<blockquote>
<p dir="auto">Message: It seems the cron job that is necessary to support recurring transactions has never run. This is of course normal when you have just installed Firefly III, but this should be something to set up as soon as possible. Please check out the help-pages using the (?)-icon in the top right corner of the page.</p>
</blockquote>
<p dir="auto">After looking into it, I found that the cron job is added in the <code>CloudronManifest.json</code> file. But looking in the application logs, showed nothing about that task actually being run.</p>
<p dir="auto">So I opened the console, and ran the command manually:</p>
<p dir="auto"><code>sudo -u www-data php /app/code/artisan firefly-iii:cron</code></p>
<p dir="auto">This resulted in an error. Instead of pasting the gigantic stack trace, let me summarize it:</p>
<pre><code>[2020-02-08 00:24:14] local.ERROR: SQLSTATE[08006] [7] invalid port number: "${CLOUDRON_POSTGRESQL_PORT}" (SQL: select * from "recurrences" where "recurrences"."deleted_at" is null order by "active" desc, "title" asc) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 7): SQLSTATE[08006] [7] invalid port number: \"${CLOUDRON_POSTGRESQL_PORT}\" (SQL: select * from \"recurrences\" where \"recurrences\".\"deleted_at\" is null order by \"active\" desc, \"title\" asc) at /app/code/vendor/laravel/framework/src/Illuminate/Database/Connection.php:669)

[stacktrace cut]

[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 7): SQLSTATE[08006] [7] invalid port number: \"${CLOUDRON_POSTGRESQL_PORT}\" at /app/code/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:31)

[stacktrace cut]

[previous exception] [object] (PDOException(code: 7): SQLSTATE[08006] [7] invalid port number: \"${CLOUDRON_POSTGRESQL_PORT}\" at /app/code/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:27)

[stacktrace cut]
</code></pre>
<p dir="auto">Any idea why this fails?</p>
]]></description><link>https://forum.cloudron.io/post/5946</link><guid isPermaLink="true">https://forum.cloudron.io/post/5946</guid><dc:creator><![CDATA[jk]]></dc:creator><pubDate>Fri, 07 Feb 2020 23:29:44 GMT</pubDate></item><item><title><![CDATA[Reply to Firefly III: A personal finances manager on Wed, 22 Jan 2020 06:23:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> Yes it works now after manually updating again, confirming Package 1.1.0 being installed with the pop locales. Thanks girish for you amazing work!</p>
]]></description><link>https://forum.cloudron.io/post/5582</link><guid isPermaLink="true">https://forum.cloudron.io/post/5582</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Wed, 22 Jan 2020 06:23:12 GMT</pubDate></item><item><title><![CDATA[Reply to Firefly III: A personal finances manager on Wed, 22 Jan 2020 06:19:35 GMT]]></title><description><![CDATA[<p dir="auto">@timbo The locales have to be installed in the app package and not on the server. I just pushed the update now (package version 1.1.0). Can you try on that? Just install a new ff to get the latest package or updates -&gt; check for updates.</p>
]]></description><link>https://forum.cloudron.io/post/5581</link><guid isPermaLink="true">https://forum.cloudron.io/post/5581</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Wed, 22 Jan 2020 06:19:35 GMT</pubDate></item><item><title><![CDATA[Reply to Firefly III: A personal finances manager on Wed, 22 Jan 2020 06:16:39 GMT]]></title><description><![CDATA[<p dir="auto">Sorry for hitting you up again but i still get the problem, even after uninstall and a fresh install with the package being last updated "about 10 minutes" ago. i even made sure that the right locales are installed on my root and rebootet the server.</p>
]]></description><link>https://forum.cloudron.io/post/5580</link><guid isPermaLink="true">https://forum.cloudron.io/post/5580</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Wed, 22 Jan 2020 06:16:39 GMT</pubDate></item><item><title><![CDATA[Reply to Firefly III: A personal finances manager on Wed, 22 Jan 2020 06:05:40 GMT]]></title><description><![CDATA[<p dir="auto">@timbo Yes, I was just updating the package adding the popular locales.</p>
]]></description><link>https://forum.cloudron.io/post/5577</link><guid isPermaLink="true">https://forum.cloudron.io/post/5577</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Wed, 22 Jan 2020 06:05:40 GMT</pubDate></item><item><title><![CDATA[Reply to Firefly III: A personal finances manager on Wed, 22 Jan 2020 05:58:52 GMT]]></title><description><![CDATA[<p dir="auto">i still get the formatting error as stated before though <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f61e.png?v=13d69e59554" class="not-responsive emoji emoji-android emoji--disappointed" style="height:23px;width:auto;vertical-align:middle" title=":(" alt="😞" /></p>
]]></description><link>https://forum.cloudron.io/post/5575</link><guid isPermaLink="true">https://forum.cloudron.io/post/5575</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Wed, 22 Jan 2020 05:58:52 GMT</pubDate></item><item><title><![CDATA[Reply to Firefly III: A personal finances manager on Tue, 21 Jan 2020 21:51:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> I was going to try and close the loop on some of those automated tests but thanks for crossing the finish line for me there! Glad this can be a nice addition to the Cloudron App Store portfolio! I definitely plan on updating the Firefly III repo to link to the App Store as well.</p>
]]></description><link>https://forum.cloudron.io/post/5567</link><guid isPermaLink="true">https://forum.cloudron.io/post/5567</guid><dc:creator><![CDATA[thetomester13]]></dc:creator><pubDate>Tue, 21 Jan 2020 21:51:11 GMT</pubDate></item><item><title><![CDATA[Reply to Firefly III: A personal finances manager on Tue, 21 Jan 2020 19:40:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thetomester13" aria-label="Profile: thetomester13">@<bdi>thetomester13</bdi></a> I have merged your test branch, thanks for writing the tests! I have published 5.0.0 and moved the app to stable. Do you want to inform the upstream project about this package? Maybe we can add it to <a href="https://github.com/firefly-iii/firefly-iii#get-started" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/firefly-iii/firefly-iii#get-started</a> ?</p>
]]></description><link>https://forum.cloudron.io/post/5562</link><guid isPermaLink="true">https://forum.cloudron.io/post/5562</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Tue, 21 Jan 2020 19:40:30 GMT</pubDate></item><item><title><![CDATA[Reply to Firefly III: A personal finances manager on Tue, 21 Jan 2020 17:41:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thetomester13" aria-label="Profile: thetomester13">@<bdi>thetomester13</bdi></a> Just noticed that you have already started on some tests. I will get it merged now and also update the package to 5.0.0</p>
]]></description><link>https://forum.cloudron.io/post/5561</link><guid isPermaLink="true">https://forum.cloudron.io/post/5561</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Tue, 21 Jan 2020 17:41:36 GMT</pubDate></item><item><title><![CDATA[Reply to Firefly III: A personal finances manager on Mon, 20 Jan 2020 21:23:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thetomester13" aria-label="Profile: thetomester13">@<bdi>thetomester13</bdi></a> looks like it's 4.8.2 as per <a href="https://cloudron.io/appstatus.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://cloudron.io/appstatus.html</a> (it also tells you this when you click on Firefly in the app store) <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=13d69e59554" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
]]></description><link>https://forum.cloudron.io/post/5542</link><guid isPermaLink="true">https://forum.cloudron.io/post/5542</guid><dc:creator><![CDATA[jdaviescoates]]></dc:creator><pubDate>Mon, 20 Jan 2020 21:23:43 GMT</pubDate></item><item><title><![CDATA[Reply to Firefly III: A personal finances manager on Mon, 20 Jan 2020 19:20:00 GMT]]></title><description><![CDATA[<p dir="auto">@timbo <a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> which version is currently packaged as the unstable app on the Store?</p>
]]></description><link>https://forum.cloudron.io/post/5538</link><guid isPermaLink="true">https://forum.cloudron.io/post/5538</guid><dc:creator><![CDATA[thetomester13]]></dc:creator><pubDate>Mon, 20 Jan 2020 19:20:00 GMT</pubDate></item><item><title><![CDATA[Reply to Firefly III: A personal finances manager on Mon, 20 Jan 2020 16:20:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thetomester13" aria-label="Profile: thetomester13">@<bdi>thetomester13</bdi></a> said in <a href="/post/5535">Firefly III: A personal finances manager</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/murgero" aria-label="Profile: murgero">@<bdi>murgero</bdi></a> I actually haven't used Firefly before this (was waiting for the 'perfect' setup..). Do subsequent imports happen automatically? Or does the user need to trigger it? I know there's a <code>cron</code> that's supposed to run once per day and I believe that's set up properly in the CloudronManifest, but not sure how to test that that is doing its job properly.</p>
<p dir="auto">@timbo when did you last pull the project's code? That was an issue originally, but should have been solved with some more recent updates.</p>
</blockquote>
<p dir="auto">i just installed the "unstable"-Version from the App Store.</p>
]]></description><link>https://forum.cloudron.io/post/5536</link><guid isPermaLink="true">https://forum.cloudron.io/post/5536</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Mon, 20 Jan 2020 16:20:52 GMT</pubDate></item><item><title><![CDATA[Reply to Firefly III: A personal finances manager on Mon, 20 Jan 2020 14:44:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/murgero" aria-label="Profile: murgero">@<bdi>murgero</bdi></a> I actually haven't used Firefly before this (was waiting for the 'perfect' setup..). Do subsequent imports happen automatically? Or does the user need to trigger it? I know there's a <code>cron</code> that's supposed to run once per day and I believe that's set up properly in the CloudronManifest, but not sure how to test that that is doing its job properly.</p>
<p dir="auto">@timbo when did you last pull the project's code? That was an issue originally, but should have been solved with some more recent updates.</p>
]]></description><link>https://forum.cloudron.io/post/5535</link><guid isPermaLink="true">https://forum.cloudron.io/post/5535</guid><dc:creator><![CDATA[thetomester13]]></dc:creator><pubDate>Mon, 20 Jan 2020 14:44:15 GMT</pubDate></item><item><title><![CDATA[Reply to Firefly III: A personal finances manager on Mon, 20 Jan 2020 06:42:32 GMT]]></title><description><![CDATA[<p dir="auto">Works quite well but i have the "locales"-problem on Cloudron.<br />
<a href="https://github.com/firefly-iii/help/wiki/Missing-locale-packages" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/firefly-iii/help/wiki/Missing-locale-packages</a></p>
<p dir="auto">Installing them manually does not help(?). Is this a Cloudron-thing?</p>
]]></description><link>https://forum.cloudron.io/post/5522</link><guid isPermaLink="true">https://forum.cloudron.io/post/5522</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Mon, 20 Jan 2020 06:42:32 GMT</pubDate></item><item><title><![CDATA[Reply to Firefly III: A personal finances manager on Thu, 16 Jan 2020 17:38:16 GMT]]></title><description><![CDATA[<p dir="auto">Has anyone figured out how to get Spectre working properly? Once I do the initial import (which works VERY well) it fails subsequent imports.</p>
]]></description><link>https://forum.cloudron.io/post/5457</link><guid isPermaLink="true">https://forum.cloudron.io/post/5457</guid><dc:creator><![CDATA[murgero]]></dc:creator><pubDate>Thu, 16 Jan 2020 17:38:16 GMT</pubDate></item><item><title><![CDATA[Reply to Firefly III: A personal finances manager on Sun, 12 Jan 2020 15:50:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> sweet, I was able to get the app up and running with the change to the LDAP file, going to start working on some tests now! I'll update this thread with progress.</p>
]]></description><link>https://forum.cloudron.io/post/5376</link><guid isPermaLink="true">https://forum.cloudron.io/post/5376</guid><dc:creator><![CDATA[thetomester13]]></dc:creator><pubDate>Sun, 12 Jan 2020 15:50:42 GMT</pubDate></item><item><title><![CDATA[Reply to Firefly III: A personal finances manager on Thu, 09 Jan 2020 22:01:41 GMT]]></title><description><![CDATA[<p dir="auto">Oops, indeed. Forgot to mention that this requires Cloudron 4.4.4. You can try this on the demo cloudron which is already updated to 4.4.4 (<a href="https://my.demo.cloudron.io" target="_blank" rel="noopener noreferrer nofollow ugc">https://my.demo.cloudron.io</a> - username and password is cloudron).</p>
]]></description><link>https://forum.cloudron.io/post/5325</link><guid isPermaLink="true">https://forum.cloudron.io/post/5325</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 09 Jan 2020 22:01:41 GMT</pubDate></item><item><title><![CDATA[Reply to Firefly III: A personal finances manager on Thu, 09 Jan 2020 21:12:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> I do not see this app in unstable on my end, are we waiting until the next cloudron release?</p>
]]></description><link>https://forum.cloudron.io/post/5323</link><guid isPermaLink="true">https://forum.cloudron.io/post/5323</guid><dc:creator><![CDATA[murgero]]></dc:creator><pubDate>Thu, 09 Jan 2020 21:12:12 GMT</pubDate></item><item><title><![CDATA[Reply to Firefly III: A personal finances manager on Thu, 09 Jan 2020 20:10:57 GMT]]></title><description><![CDATA[<p dir="auto">I have published this app in unstable now.</p>
]]></description><link>https://forum.cloudron.io/post/5322</link><guid isPermaLink="true">https://forum.cloudron.io/post/5322</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 09 Jan 2020 20:10:57 GMT</pubDate></item></channel></rss>