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


Skip to content

Surfer

90 Topics 688 Posts
  • 1 Votes
    13 Posts
    979 Views
    nebulonN

    I have fixed this WebDAV/LDAP issue now with the just release app package. Please let me know if there is still some problem or if it works now.

  • CORS for Surfer

    Moved Solved
    8
    0 Votes
    8 Posts
    843 Views
    T

    @mehdi @nebulon it was the right URL, but that doesn't mean I'm not an idiot 🙂 I forgot to actually update the app to the latest version with CORS compatibility 😅

    After an update, all is working as expected! Appreciate the help and quick turn around!

    [can mark as resolved]

  • Best Choice for Static Website

    Moved
    9
    0 Votes
    9 Posts
    1k Views
    girishG

    @masonbee The memory limit setting is the "maximum memory" before which the app is killed for over use. It is not "reserved memory" i.e it's not pre-allocated to the app and thus cannot be used by any other app. The "maximum memory" simply ensures that a single web app cannot bring down the whole system.

  • Login

    Solved
    9
    0 Votes
    9 Posts
    559 Views
    S

    @girish

    Yes, I was using a capital in the username. Now I have access after creating a new user with no caps. Thanks.

  • Listing and deleting files from surfer CLI

    Solved
    8
    0 Votes
    8 Posts
    751 Views
    nebulonN

    Removing the root ala / does not work. I have to fix the code. The code is at https://git.cloudron.io/cloudron/surfer/-/tree/master/cli

  • Make a selection of files and folders

    Unsolved
    1
    0 Votes
    1 Posts
    205 Views
    No one has replied
  • Surfer feedback

    Moved
    5
    0 Votes
    5 Posts
    565 Views
    marioM

    @nebulon files are between 64B and 1.5MB each, so not big. I can try with a different browser, of course.

    What I would suggest is to put a <noscript> tag in there (with links to download file, and potentially filesname too) which would basically be shown if you don't have javascript. This would resolve the problem.

  • Enable breadcrumbs in public view

    Solved
    4
    1 Votes
    4 Posts
    462 Views
    nebulonN

    This was fixed in the release yesterday.

  • Enable sort by columns in public Surfer folders?

    Moved Solved
    7
    0 Votes
    7 Posts
    753 Views
    jdaviescoatesJ

    This is solved but I can't see anyway to mark it solved myself.

  • htaccess redirection

    Moved Solved
    8
    0 Votes
    8 Posts
    922 Views
    yusfY

    @msbt Ah, there we go! Quick and dirty solution, now that I know of the built-in redirections support but very flexible. Thanks!