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


Skip to content
  • Sharing Files beetween cloudron Apps

    Solved Support sharing volumes
    3
    1 Votes
    3 Posts
    78 Views
    J
    Think of each as a SaaS, I think the "correct" approach is to upload files in one app. That app exposes an API. Other apps then consume the photos API to do whatever . The whole sharing files approach is a relic of times when files were hosted on the same server and no sandboxing. But modern deployment/orchestration tech uses sandboxing, containers, docker compose, multiple servers . In such situations, sharing files assuming it's all code runs in same file system doesn't work well. app permissions/owner issues aside, most apps also have a database to track files and store extra metadata . If you remove and delete files from the filesystem without the app's knowledge, it all breaks. apps have to be written with all this in mind and most apps aren't written this way . lychee/nextcloud etc all have their own db and cannot share fs with others.
  • Permission filesystem

    Solved Support volumes sharing
    3
    0 Votes
    3 Posts
    331 Views
    girishG
    We have a media group that the app's user is part of. See https://docs.cloudron.io/volumes/#sharing
  • GoSƐ - A terascale file uploader

    App Wishlist files upload sharing
    1
    1 Votes
    1 Posts
    238 Views
    No one has replied
  • 3 Votes
    6 Posts
    1k Views
    ?
    @necrevistonnezr Looks like they've been using the Expo build service, whose own app has 10 trackers:- https://reports.exodus-privacy.eu.org/en/reports/178855/ https://play.google.com/store/apps/details?id=host.exp.exponent
  • it is possible to share data between apps ?

    Discuss sharing volumes
    3
    0 Votes
    3 Posts
    583 Views
    JOduMonTJ
    @mario said in it is possible to share data between apps ?: Through volumes, sure. yes, I just found it, this is why it was familiar to me because it was mentioned in the Cloudron 6 release note