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


Skip to content
  • filemanager supper buggy

    Solved Support
    4
    1 Votes
    4 Posts
    135 Views
    girishG

    8.1 is in unstable now, these issues are fixed there.

  • File-Manager: can't create directory

    Solved Support
    3
    0 Votes
    3 Posts
    75 Views
    M

    Thanks! 🙂

  • Editing files with filemanager - automatically chowns...

    Solved Support
    2
    1 Votes
    2 Posts
    83 Views
    J

    @dsp76 this was a bug in 8.0.x release . It's already fixed . See https://forum.cloudron.io/topic/12254/edit-files-using-the-file-manager-changes-their-ownership-why/ and https://forum.cloudron.io/topic/12203/config-php-permissions

  • File Manager Suggestion Ideas

    Feature Requests
    8
    3 Votes
    8 Posts
    384 Views
    nebulonN

    I guess somehow the actual command to move (cutnpaste) the files didn't even reach the server or failed in some auth. Next time, opening the browser inspector should reveal more error details we can work with.

  • config.php permissions

    Moved Solved Support
    4
    1 Votes
    4 Posts
    305 Views
    B

    Thanks for the update, I am glad to know it is fixed.

  • File Manager Misbehaves

    Solved Support
    9
    2 Votes
    9 Posts
    440 Views
    matix131997M

    @girish
    Interesting case, for 2 days it failed. There were attempts after clearing the browser, a trial on another device. Today it just started to work but for that it changes the permission after saving the file from ‘www-data’ to ‘root’.

    Edit: Good with the entitlement is good, just need to refresh the page.

  • File Manager Improvement Ideas

    Feature Requests
    3
    0 Votes
    3 Posts
    273 Views
    jdaviescoatesJ

    Yeah, I was going to say the same as @girish - it's already possible both to extract files and to change ownership.

    However, this is a quirk that I think could be improved:

    If I upload a .zip it gets www-data ownership. But then after extracting it the extracted folder is owned by root and then needs changing to www-data. It's be better if it was just www-data in the first place.

  • File Manager freezing

    Solved Support
    8
    1 Votes
    8 Posts
    600 Views
    nebulonN

    Just tried to reproduce this with Cloudron 8 again and it seems to be fixed now.

  • File Manager unzip stuck (when confirmation is needed?)

    Solved Support
    6
    1 Votes
    6 Posts
    484 Views
    nebulonN

    The next version will prompt the user to overwrite if there is a name collision.

  • UI of file manager breaks when opening a file in it directly

    Solved Support
    4
    1 Votes
    4 Posts
    374 Views
    fbartelsF

    Thanks! I did not expect such a quick fix after your first response, but the change looks sensible.

  • Filemanager doesn't preserve executable permissions

    Solved Support
    4
    1 Votes
    4 Posts
    349 Views
    nebulonN

    The preserving of the file permissions is now also fixed for next release.

  • 0 Votes
    6 Posts
    535 Views
    robiR

    @nebulon said in Filemanager Drag'n'drop folder trees does not work:

    Ah I guess you mean the github repo for drag'n'drop! So we use vuejs with the primevue components set in the new views, moving away from the now unsupported angularjs v1.

    Yes, https://github.com/jhiesey/drag-drop

  • Filemanager branding

    Solved Support
    4
    3 Votes
    4 Posts
    449 Views
    nebulonN

    Fixed with https://git.cloudron.io/cloudron/box/-/commit/c3574614bc074750864b2e0424494a4cb58778e9 for next release.

  • 7.5 Filemanager creates thousands of errors

    Solved Support
    2
    2 Votes
    2 Posts
    219 Views
    nebulonN

    This is fixed already with https://git.cloudron.io/cloudron/box/-/commit/5fc0a5f9a28be601bcec2e3bcf68fc93f3b3e8c5 but only part of next release.

  • Improve navigation in Filemanager

    Solved Discuss
    2
    0 Votes
    2 Posts
    244 Views
    nebulonN

    The next version has a reimplemented filemanager, as we move dashboard views very slowly to bit more modern html frameworks, and that has better browser history support.

  • File Manager does not show any real content

    Solved Support
    3
    0 Votes
    3 Posts
    279 Views
    girishG

    @DeBossNow The content is based on the app. In the docs screenshot, it's an emby installaton. Where in yours it looks like it is mastodon app. What is shows is just the contents of the /app/data directory. Only the files you see above are editable. If you want to see application files (source files), you have to use the web terminal - https://docs.cloudron.io/apps/#web-terminal . Note that application files are readonly and cannot be changed.

  • Filemanager broken after running out of disk space

    Solved Support
    4
    1 Votes
    4 Posts
    249 Views
    girishG

    @m3pilot not sure what's happening here, something seems totally wrong (like some mismatched node version). Are you able to contact us on support@cloudron.io to debug this further?

  • File Manager Blocked by Cloudflare

    Solved Support
    12
    0 Votes
    12 Posts
    2k Views
    J

    Alright, I've got another update and seemed to have reworked things so this is fixed. I've removed all of the old rules and created a new one under WAF Rules using the following:

    (http.host eq "https://my.cloudron.tld" and ip.src eq 127.0.0.1 and http.request.uri.path contains "/filemanager/") or (http.request.uri.path contains "/api/v1/apps")

    Then take action: Skip Log matching requests: turned on WAF components to skip: All managed rules More components to skip: Managed rules (previous versions)

    Note: Edit the items in bold to reflect your Cloudron Domain and your IP Address.

  • Bug in File Manager

    Unsolved Support
    5
    2 Votes
    5 Posts
    500 Views
    jaschaezraJ

    @robi unfortunately same problem.

    Just found out I can not delete these file via file Manage, I need to do it on the Filesystem

  • File Manager Rename & Download Disabled

    Solved Support
    4
    1 Votes
    4 Posts
    365 Views
    nebulonN

    This should be fixed with next release. It was a missing event handler.