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


Skip to content
  • 1 Votes
    18 Posts
    4k Views
    mfcodeworksM
    Hey guys, sorry for the delay I've updated the fork and the providers function, if I get permission to create a new branch or you open one I can open an MR with the new branch and let you review
  • Keeping Track of User or Usergroup Storage

    Feature Requests storage
    3
    2 Votes
    3 Posts
    716 Views
    L
    Yeah, I was hoping to get a picture of the storage used by a user or usergroup across all apps on Cloudron. Apart from companies or single user installs of Cloudron, the thinking was that enabling groups of people to share a server and switch to self hosted open source software would involve having insight into the main variable resource - the storage - in order for the cost sharing to be transparent. I understand that's it's not feasible to implement, so will need to think of other community models for resource sharing. Mounting a users own NFS storage is an option, but Cloudron apps are restricted to a single storage location per app instance. Perhaps users mounting their own external storage in an app like Nextcloud is an option. Any thoughts on a clean model for this kind of resource sharing scenario? This seems to me an important consideration for "regular" users of Cloudron, who might want to get together in order to make switching over from Google etc. financially viable.
  • Resizing Disks

    Support graphs disks storage
    3
    0 Votes
    3 Posts
    965 Views
    girishG
    @ice The Cloudron disk graphs is computed only twice a day. So, please check after atleast 12 hours of the disk resize.
  • Strange storage usage

    Support docker storage graphs
    7
    1
    0 Votes
    7 Posts
    2k Views
    girishG
    @smilebasti The /home/yellowtent/appsdata is the location of apps. This size seems to roughly match the nextcloud size. As for docker, you should not use du tools inside docker's image directories since they are overlays and the du tool is not smart enough to figure out the size correctly. Try docker system df to get a better idea about the actual size docker uses (this is what is reported in the graph as ~5GB). The volumes also link into appsdata so they might be double counted the du tools. To take a wild guess, maybe you were backing up to the file system for some time before you moved to NAS via SMB? If this was the case, then you should remove the old backups manually from /var/backups. You can just safely nuke all the timestamped directories and the snapshot directory inside it.
  • 0 Votes
    7 Posts
    2k Views
    d19dotcaD
    @girish Ah interesting, yes that definitely seems like an OVH-specific issue then. At least they're heading in the right direction I guess towards the end of this year. Thanks for shedding some light on that one for me.
  • 0 Votes
    4 Posts
    878 Views
    girishG
    @seeker Ah, I see. I think you can actually use minio for this because it looks like you just want file storage? All the standard S3 modules will work with minio and it's very easy to integrate.
  • Mount custom volume in app container

    Moved Solved Feature Requests nextcloud storage feature-request
    6
    2 Votes
    6 Posts
    1k Views
    H
    @girish Oops, I realized just now, that I didn't reply to your question yet. What I changed and maybe has to be protected from being accidentally overwritten is the 'datadirectory' option in /app/data/config/config.php. I changed that path from the default path to '/media/mymountpoint'. I don't remember if I had Nextcloud in maintenance mode or put the app in recovery mode, while I changed that path and moved the files. But it was either of them. However, I had some duplicate storage paths in the database afterwards and I manually updated the oc_storages table as described here and did a files:scan afterwards. But that should not be related to what the code for updates overwrites, I guess.
  • 0 Votes
    5 Posts
    1k Views
    girishG
    For future reference, you have to use resize2fs to grow the ext4 partition when you expand the disk size. This is atleast the case for most public cloud block storage and is a manual operation. Cloudron could potentially do this but I am guessing there is a good reason to not do this automatically, otherwise public cloud folks would have done this already
  • Disks not showing in "Graphs" under Cloudron 4.2.6

    Solved Support storage graphs
    4
    0 Votes
    4 Posts
    774 Views
    girishG
    Thanks, investigating this. I suspect the node module is unable to parse the output because of something in the output. I will keep you posted here.
  • Storage differences

    Solved Support storage
    14
    2
    0 Votes
    14 Posts
    2k Views
    yusfY
    @girish I've never changed backup method no there should not be any remains from that. I did have a directory from april sitting around at 8.6 GB though . Removing that still leaves Other quite large though, so I'll appreciate more hints if you have any.
  • Server is running out of disk space

    Moved Solved Nextcloud nextcloud storage
    3
    0 Votes
    3 Posts
    820 Views
    D
    @nebulon Hi. Yes, indeed, the instance has 20gb. I deleted files from trash in Nextcloud and got back to normal with 6gb of free space.
  • EEXIST file already exists

    Moved Solved Nextcloud storage nextcloud
    3
    0 Votes
    3 Posts
    2k Views
    T
    Thank you @nebulon for solving this issue off-forums. For future reference: problem was caused by the external storage being unmounted after a reboot. Remounting the storage drive (I use a netcup VPS) and then repairing in the Cloudron dashboard solved the problem. Including the mounting in /etc/fstab solved this issue for following updates/reboots.
  • Need suggestion on Amazon S3

    Solved Support storage backups
    6
    0 Votes
    6 Posts
    2k Views
    girishG
    We have wasabi support coming up in the next release.
  • storage error

    Solved Support storage
    8
    0 Votes
    8 Posts
    2k Views
    girishG
    This was resolved offline - most issues where related to unbound (the internal DNS server) being down. Fixed by System -> restart unbound.
  • How to use an attached SSD storage?

    Solved Support storage
    9
    0 Votes
    9 Posts
    2k Views
    girishG
    @doomilation Yes, what you have done should work. You don't have to move out appsdata and platformdata.
  • /var/lib/docker/overlay2 getting full

    Solved Support storage
    6
    0 Votes
    6 Posts
    3k Views
    R
    @nebulon Okay. Thanks for clarification!