Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

Firefly III

22 Topics 239 Posts
  • Firefly III - Package Updates

    Pinned
    104
    0 Votes
    104 Posts
    20k Views
    Package UpdatesP
    [3.8.1] Update firefly-iii to 6.2.12 Full Changelog Support for Persian (fa_IR) Add expiry details for personal access tokens MR 10039 (update check: consider cron succesfull when disabled or too frequent) reported by @ovv Update currency list and update exchange rates Issue 9398 (Expand email settings to allow self-signed certificates) reported by @SoulSeekkor Issue 9858 (Homepage "left to spend" count two times an expense with "foreign amount") reported by @M4xS0ch Issue 10015 ("It looks like this IBAN is already in use." when editing asset account.) reported by @wolph Issue 10025 (Liabilities not counted in income and expenses) reported by @BhasherBEL Issue 10068 (Export Data isn't exporting all transactions in the data) reported by @firsttiger Issue 10069 (Undefined array key "foreign_currency_decimal_places") reported by @akong-carbon6
  • Issue with LDAP/OIDC when 1st installing behing reverse proxy

    3
    0 Votes
    3 Posts
    63 Views
    N
    @joseph Thanks for the suggestion. I have added the NPM IP as a trused IP and so far, no success, the 502 error is still there.
  • 2 Votes
    3 Posts
    169 Views
    N
    Hi @AntttMan790 - Did you find a solution to this or have you heard from @JLX89 maybe? As a quick/minor side "service-note" @staff, the Community Guide link on the related app doc page is currently leading to a 404 error: https://docs.cloudron.io/guides/community/firefly-iii-importer.md I believe this should be: https://docs.cloudron.io/guides/community/firefly-iii-importer
  • Data Importer Tool

    Unsolved
    20
    1 Votes
    20 Posts
    2k Views
    J
    @girish thank you. Will give it a try
  • Case sensitivity: lower/upper case for suggestions

    firefly-iii app conf database
    4
    2 Votes
    4 Posts
    632 Views
    A
    Highly appreciated
  • Monthly fees checklist or something :)

    2
    0 Votes
    2 Posts
    408 Views
    girishG
    @pawel-biskupski maybe you can ask this in the upstream forum - https://github.com/orgs/firefly-iii/discussions
  • API calls failing

    3
    0 Votes
    3 Posts
    628 Views
    girishG
    Does the latest package solve any of these issues?
  • Mail address not conveyed to profile?

    Solved mail firefly-iii configuration
    5
    0 Votes
    5 Posts
    824 Views
    nottheendN
    @girish thanks! It's working fine now. This is the reason why I love cloudroun
  • How to change the admin user (was: Unable to disable currencies)

    6
    0 Votes
    6 Posts
    1k Views
    girishG
    @nottheend thanks for the update! fixed the title as well.
  • Unable to use API for firefly-iii

    5
    1 Votes
    5 Posts
    2k Views
    girishG
    To support Bearer authentication with proxyAuth, I have added a new flag in the manifest called supportsBearerAuth . This will be available in 7.3. After that, the curl request works.
  • Error! These credentials do not match our records.

    5
    0 Votes
    5 Posts
    1k Views
    girishG
    @jordanurbs Which package version are you on ? It's listed in the Update section of the app. As it stands, if it doesn't find any users, it means there are no users in the database atleast. Are you first able to roll back to a working app and run the command to verify your user is still there? dbe09602d26c384d4b8308b70b72452423=> select email from users; email ---------------- mail@girish.in (1 row)
  • Firefly III not updating

    Solved
    3
    0 Votes
    3 Posts
    679 Views
    J
    Ok, thanks.
  • Importers?

    firefly-iii importers
    14
    1 Votes
    14 Posts
    2k Views
    jagadeesh-s2104J
    @colonelpanic thank you!!
  • Upstream dropped LDAP support with v5.7.0

    9
    4 Votes
    9 Posts
    2k Views
    girishG
    @infogulch said in Upstream dropped LDAP support with v5.7.0: Did you happen to check whether the x-forwarded-* headers are stripped from the original request? Theres a potential impersonation vuln if we're not careful with these headers in particular. Right... The headers are always set/cleared across all locations in the nginx proxy auth config. It's in our e2e tests as well (though they have not passed yet).
  • Error! Unauthenticated

    10
    0 Votes
    10 Posts
    2k Views
    nottheendN
    @girish Thank you very much!!
  • Unable to login after upgrade to Firefly III 5.6.10

    Solved
    12
    0 Votes
    12 Posts
    797 Views
    colonelpanicC
    @girish - that did the trick. I upgraded to 2.3.0-1 and I can log in as before.
  • Not up-to-date?

    2
    0 Votes
    2 Posts
    512 Views
    nebulonN
    The main reason is that their rewrite of the LDAP connector does not work anymore and is pending fixes. I had some attempts to contribute a fix, but I so far lack the in-depth knowledge of the PHP frameworks used. It is still on my list to hopefully be able to contribute a fix. You can track the upstream issue at https://github.com/firefly-iii/firefly-iii/issues/5133
  • CRON Help

    cron
    5
    0 Votes
    5 Posts
    1k Views
    girishG
    I have added a note in the docs and in the UI as well.
  • Automatic budget values do not appear to be working

    3
    2
    0 Votes
    3 Posts
    677 Views
    girishG
    Oh looks like you reported it already at https://github.com/firefly-iii/firefly-iii/issues/4960 . But it seems you are not running Cloudron at all. This is a forum for apps installed using Cloudron and not a general app support forum for Firefly III. The github issue tracker is the correct place.
  • Security vulnerability fixed in 5.5.12 --- out upstream

    Solved
    2
    1 Votes
    2 Posts
    429 Views
    girishG
    @hillside502 done!