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


Skip to content
  • Volumes not mounted, Error in app

    Solved Support mounts volumes
    8
    1
    1 Votes
    8 Posts
    468 Views
    jamesJ
    Hello @hpz24 Glad to read this resolved your issue and sorry for the inconvenience.
  • 2 Votes
    3 Posts
    296 Views
    SansGuidonS
    Thanks @james
  • Mail and Volumes

    Moved Feature Requests mail volumes
    4
    1 Votes
    4 Posts
    1k Views
    girishG
    @mattcazz yes, definitely . In hindsight, we should have maybe package the mail server more like an "app" . And then just like other apps, it would have gained all the customization of Cloudron apps. The email configuration could then have been inside this "mail server" app. We want to rework mail server to an app after Cloudron 9.
  • Syncthing - permission issue to attached volume.

    Moved Syncthing volumes
    7
    0 Votes
    7 Posts
    2k Views
    A
    Maybe the syncthing app doesn't re-test permission immediately? I went back to the folder, and the error was gone, syncthing says its "up to date" seems to have created its files ok. Nothing got touched in the inbetween time. But its working now, so I'm happy with that result. Thanks!
  • Docker volumes are filling up disk

    Solved Support docker volumes
    23
    1 Votes
    23 Posts
    5k Views
    archosA
    @robi I only added the recommended commands: 0 13,23 * * * rm -rf /app/data/public/wp-content/cache/* > /dev/null 2>&1 0 13,23 * * * rm -rf /tmp/magick-* /tmp/imagick* > /dev/null 2>&1
  • Mounting directory of other cloudron app?

    Moved Discuss sftp sftpgo volumes
    2
    0 Votes
    2 Posts
    576 Views
    girishG
    On Cloudron, the only way to share directories is using Volumes . Is it possible to reorg your setup to use Volumes ? You might also have to use https://docs.cloudron.io/apps/#data-directory
  • Not all volumes showing in Cloudron's System Info Page

    Solved Support volumes disk-usage
    4
    2
    1 Votes
    4 Posts
    1k Views
    jamesJ
    Did anything change @hakunamatata Also, Cloudron 9 might resolve this.
  • 2 Votes
    25 Posts
    7k Views
    M
    @andreasdueren you're welcome, I forgot to post the Hetzner docs, they also have a bit of information on that. Speeds are fine, never had any issues with various kinds of media.
  • Sharing Files beetween cloudron Apps

    Solved Support sharing volumes
    3
    1 Votes
    3 Posts
    982 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.
  • Volume shows no files, although they are there

    Solved Support volumes filemanager
    2
    1 Votes
    2 Posts
    683 Views
    J
    Usually, the issue here is that the SFTP service is not running . Services -> SFTP -> Restart maybe?
  • 0 Votes
    6 Posts
    2k Views
    necrevistonnezrN
    @girish said in Bug: When adding of a volume fails, docker container creation fails, removal of old volume impossible: nvm, I reproduced it. If you change the path behind Cloudron's back, it doesn't work. I think it's correct to error since that path doesn't exist anymore. But anyway quick fix is: simple create empty /media/SG2TB/M/Calibre on the server and then Retry configure will work. After it comes up, remove the mount from the app, delete the volume, add new volume with correct path, add mount into app... That's what I did, I went behind Cloudron's back ... and didn't think of the obvious solution presented by you! Thank you.
  • 1 Votes
    9 Posts
    3k Views
    scookeS
    I suppose it can be marked as solved, but I still run into questions and small issues.
  • Volumes: red dot but mounted

    Solved Support volumes sshfs
    14
    1 Votes
    14 Posts
    5k Views
    M
    @nebulon Not so clear. The volume disconnected again. The "Remount Volume" button did not help but "Edit Volume" and saving (unchanged settings) worked.
  • Back up volume?

    Solved Support volumes backups
    5
    1 Votes
    5 Posts
    2k Views
    necrevistonnezrN
    Restic: https://restic.net Supported repos out of the box: https://restic.readthedocs.io/en/stable/030_preparing_a_new_repo.html Other repos when combining restic with rclone: https://restic.readthedocs.io/en/stable/030_preparing_a_new_repo.html#other-services-via-rclone A starting point: https://docs.cloudron.io/guides/community/restic-rclone/
  • How To Delete A Volume on Cloudron?

    Solved Support volumes
    3
    0 Votes
    3 Posts
    1k Views
    I
    Hi @nebulon, thank you for the information. I already checked one of the apps was using the volume. After deleting the volume from the app. I can delete the old storage volume. Thank you once again.
  • Permission filesystem

    Solved Support volumes sharing
    3
    0 Votes
    3 Posts
    1k Views
    girishG
    We have a media group that the app's user is part of. See https://docs.cloudron.io/volumes/#sharing
  • 1 Votes
    3 Posts
    1k Views
    marcusquinnM
    @murgero Thanks, yeah, definitely not doing that now Just looking for the simplest solutions with what we already have. Since the functionality is already there, this is more of an workflow interface feature to just make it available at an earlier stage in the process, and to avoid the additional step and decisions later to do the exact same.
  • 1 Votes
    6 Posts
    2k Views
    M
    Sounds good! It was also odd that some other apps were affected by the restart-looping Nextcloud instances.
  • How to enter the backup destination for a local EXT4 volume??

    Solved Support volumes ext4
    1
    3 Votes
    1 Posts
    253 Views
    No one has replied
  • changing volume on an installed APP

    Solved Support volumes
    2
    1 Votes
    2 Posts
    723 Views
    nebulonN
    If you relocate an app (changing app data directory) all data will be copied over. See https://docs.cloudron.io/apps/#data-directory Please note that not all filesystems are suiteable for this. The docs link has some info on that.