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

82 Topics 653 Posts
  • 1 Votes
    12 Posts
    185 Views
    jdaviescoatesJ

    @d19dotca I'm pretty sure you could still eg follow instructions like these https://docs.hetzner.com/robot/storage-box/access/access-samba-cifs to mount (in this case) a Hetzner Storage box to a dedicated server.

    The fact it's a physical machine wouldn't make any difference, I think. It's just a matter of telling your machine where the remote drive is and giving it the credentials to access it.

  • Surfer memory leak?

    Moved Solved
    4
    0 Votes
    4 Posts
    106 Views
    robiR

    Okay, it's a bit odd since that's the first time I've seen Surfer app crash due to this memory condition, presumably because the GC failed or was started too late with too little overhead available to complete.

    Have tens of other Surfer apps that do not exhibit this behavior.

  • Custom Cache-control headers

    8
    2 Votes
    8 Posts
    138 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
    78 Views
    S

    @nebulon Thanks for that info!

  • Surfer - SFTP

    Solved
    25
    0 Votes
    25 Posts
    892 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
    373 Views
    A

    @nebulon Works fine after updating. Thank you!

  • Feature Request: let access token work with WebDAV

    Solved
    3
    0 Votes
    3 Posts
    167 Views
    J

    I wasn't aware of this feature, but it works perfectly. Thank you!

  • Translation

    5
    0 Votes
    5 Posts
    235 Views
    BrutalBirdieB

    @jdaviescoates 🤦 silly me

  • UI issues

    4
    1 Votes
    4 Posts
    194 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
    234 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
    313 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
    243 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:
    Screen Shot 2022-03-18 at 2.18.11 PM.png

  • Shared Access Token

    Solved
    7
    0 Votes
    7 Posts
    256 Views
    J

    @nebulon Perfect, thank you! @nebulon @girish thanks for the fast response on this!

  • 0 Votes
    5 Posts
    246 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
    184 Views
    robiR

    more likely a browser hiccup..

  • Access control with single selected user

    Solved
    3
    0 Votes
    3 Posts
    214 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
    502 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
    402 Views
    scookeS

    @luckow Thanks for introducing me to this site (siwecos.de)!

  • Bug: Unable to serve files publically

    Solved
    5
    0 Votes
    5 Posts
    215 Views
    robiR

    Confirmed! 🙏

  • Bug: FTP uploads don't upload as expected.

    Solved
    3
    0 Votes
    3 Posts
    188 Views
    robiR

    Looking good, thanks for the fix!