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


Skip to content
  • 2 Votes
    4 Posts
    1k Views
    O
    I got this working by adapting the instructions in the doc by @JLX89 It's pretty much the same thing, except: set PhP version 8.4 do NOT run composer create-project firefly-iii/data-importer open the cloudron terminal and download the release there by typing wget https://github.com/firefly-iii/data-importer/releases/download/v1.9.0/DataImporter-v1.9.0.tar.gz extract that to /app/data/data-importer by doing tar -xvf DataImporter-v1.9.0.tar.gz -C /app/data/data-importer continue the setup: sudo chown -R www-data:www-data /app/data/data-importer sudo chmod -R 775 /app/data/data-importer/storage ... The changes were made following this https://docs.firefly-iii.org/how-to/data-importer/installation/self-managed/
  • 2 Votes
    4 Posts
    1k Views
    A
    Highly appreciated
  • Mail address not conveyed to profile?

    Solved Firefly III mail firefly-iii configuration
    5
    0 Votes
    5 Posts
    2k Views
    nottheendN
    @girish thanks! It's working fine now. This is the reason why I love cloudroun
  • Importers?

    Firefly III firefly-iii importers
    14
    1 Votes
    14 Posts
    5k Views
    jagadeesh-s2104J
    @colonelpanic thank you!!
  • Firefly III without LDAP?

    Moved Firefly III firefly-iii
    4
    2 Votes
    4 Posts
    2k Views
    ruihildtR
    Right now with cloudron, some apps supports LDAP, some don't. If I need to do a cloudron setup comprising apps that are all LDAP, I of course use LDAP in order to get one login to rule them all. But if I do a cloudron setup where an app is not LDAP, I prefer to have all app not using LDAP. It's confusing to have to explain to people that for those X apps, you need to use the same login, but for those X apps, it's separate logins, even though it's all based on the same main domain. That's why I prefer to have both LDAP and non LDAP version of an app available. In the case of Firefly, I think LDAP is even less useful, because it's personal finance and probably less useful in an organization context. For example, if I want to give a Firefly instance for a friend, I don't need to have an additional LDAP user. I'd prefer to have the friend has its own login with the app.