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

100 Topics 755 Posts
  • Custom Cache-control headers

    8
    2 Votes
    8 Posts
    2k Views
    girishG
    https://learn.microsoft.com/en-us/azure/cdn/cdn-how-caching-works is an excellent read on some other interpretations.
  • How to upgrade PhP for Surfer?

    Solved
    3
    0 Votes
    3 Posts
    602 Views
    S
    @nebulon Thanks for that info!
  • Surfer - SFTP

    Solved
    25
    0 Votes
    25 Posts
    5k Views
    robiR
    @Shaun-Snapp Check the logs of the FTP client you use. Sometimes it's set to use a certain protocol or security feature, but over the years that becomes obsolete and is replaced with a new one. You can also try creating a new connection and see if it picks up new settings.
  • Can't logout from Surfer

    Solved
    9
    0 Votes
    9 Posts
    874 Views
    A
    @nebulon Works fine after updating. Thank you!
  • Feature Request: let access token work with WebDAV

    Solved
    3
    0 Votes
    3 Posts
    701 Views
    J
    I wasn't aware of this feature, but it works perfectly. Thank you!
  • Translation

    5
    0 Votes
    5 Posts
    1k Views
    BrutalBirdieB
    @jdaviescoates silly me
  • UI issues

    4
    1
    1 Votes
    4 Posts
    954 Views
    nebulonN
    @girish the preview/download issue is fixed with the latest package version. Other two items are still pending though.
  • Add tracking code to Surfer?

    9
    1 Votes
    9 Posts
    2k Views
    timconsidineT
    @jdaviescoates are you wanting to track individual files in a directory ? or when someone accesses the directory (listing) ?
  • What are pros and cons of surfer

    4
    0 Votes
    4 Posts
    1k Views
    girishG
    FWIW, https://docs.cloudron.io , https://screenshots.cloudron.io are both surfer. For reasonable traffic sites, they work just fine. In the end, it very much depends on your use case. CDNs make sense if you have many static assets and a very very high traffic website. Google published some study a while ago that people go away if your page takes more than 3 seconds to load. So, that's a good metric to work with.
  • Request: Support for HTML5 History

    5
    0 Votes
    5 Posts
    1k Views
    ?
    I haven't actually chimed in on this since posted I guess. Whoops... Yeah my ask would maybe be the ability to add redirects based on status codes. As was mentioned, for example, any 404 could route to index.html (or any file one wants to specify). Just gives more options. Like this in cloud front, for instance: [image: 1647634717369-screen-shot-2022-03-18-at-2.18.11-pm-resized.png]
  • Shared Access Token

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    J
    @nebulon Perfect, thank you! @nebulon @girish thanks for the fast response on this!
  • 0 Votes
    5 Posts
    1k Views
    nebulonN
    @msbt I also forgot about that option actually, such a long time ago when I wrote all that code
  • Custom index document broken in 5.17.0

    Solved
    4
    0 Votes
    4 Posts
    881 Views
    robiR
    more likely a browser hiccup..
  • Access control with single selected user

    Solved
    3
    0 Votes
    3 Posts
    767 Views
    nebulonN
    @fbartels that is correct, admins can login to all apps always. This was the case from the get-go and now it is a bit hard to change this behavior since setups depend on this. But maybe worth reevaluating.
  • Google Sign In for Surfer

    Solved
    8
    0 Votes
    8 Posts
    1k Views
    S
    @nebulon said in Google Sign In for Surfer: so you could write small shell scripts for each site to avoid the risk of uploading to the wrong instance. Yes, I do the same. Thank you.
  • Secure cookies & X-Frame-Options

    Solved
    6
    0 Votes
    6 Posts
    1k Views
    scookeS
    @luckow Thanks for introducing me to this site (siwecos.de)!
  • Bug: Unable to serve files publically

    Solved
    5
    0 Votes
    5 Posts
    682 Views
    robiR
    Confirmed!
  • Bug: FTP uploads don't upload as expected.

    Solved
    3
    0 Votes
    3 Posts
    734 Views
    robiR
    Looking good, thanks for the fix!
  • [Feature] Allow keyboard navigation of file listing

    1
    0 Votes
    1 Posts
    253 Views
    No one has replied
  • Bug: handling special characters in filenames

    Solved
    7
    2 Votes
    7 Posts
    2k Views
    nebulonN
    Ok I added those test cases and made a new package release now. Please be aware that if you just use # in a path in the browser URL bar, without encoding it, the browser will treat this as a URL hash, not as part of the filepath. eg. foo/bar#baz.txt will end up as foo/bar only.