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

81 Topics 649 Posts
  • Surfer - Package Updates

    Pinned
    45
    0 Votes
    45 Posts
    1k Views
    nebulonN

    [6.1.2]

    Fix landingpage logo overflow Update dependencies
  • Webdav error 405

    Unsolved
    4
    0 Votes
    4 Posts
    45 Views
    nebulonN

    Hm I don't have a Windows system here to test this, but opening it in the browser will not work. So maybe you can check the logs and see which requests Windows is issuing, especially which http verbs (get/propfind/...) it is using.

  • Login does not work anymore - White page

    Solved
    17
    1 Votes
    17 Posts
    278 Views
    P

    Hi. I only figured out my original problem with surfer (and suddenly with other apps too) about one or two months ago and it was because I was missing some points that are detailed here: https://forum.cloudron.io/post/78855 Thanks to @Jan-Macenka for sharing his thoughts and tipps. I put this here in case of others with "old installations" searching for similar topics.

  • Cant reach surfer login page

    Unsolved
    2
    1 Votes
    2 Posts
    23 Views
    nebulonN

    Most likely this is a network routing issue (probably missing hairpin support with your router).
    With OpenID login, the app has to be able to reach the OpenID provider (on the dashboard domain), to test this, open a webterminal into the app and check if this works (replace domain.com with yours):

    curl -v https://my.domain.com/.well-known/openid-configuration
  • File Size Limit?

    25
    1 Votes
    25 Posts
    238 Views
    Dave SwiftD

    @nebulon Had no extensions on in Firefox.

  • Surfer Logo

    1
    1 Votes
    1 Posts
    21 Views
    No one has replied
  • 0 Votes
    9 Posts
    50 Views
    girishG

    Ahh, I see you are using Cloudinary image store for Ghost blogs - https://github.com/mmornati/ghost-cloudinary-store . How this related to Surfer, I am still not sure. But are you really sure you want to use that repo? It's not developed for over 3 years and basically unmaintained.

  • Unable to log into admin page

    Solved
    7
    0 Votes
    7 Posts
    116 Views
    nebulonN

    Is this still an issue @hakunamatata ?

  • Possible to allow FTP along with SFTP?

    7
    1 Votes
    7 Posts
    122 Views
    girishG

    IIRC the issues with FTPS where:

    The modern certs were not accepted by old devices Old devices did not have a way to ignore cert either Have to open a bunch of ports for passive mode Overall, this meant we have to support FTP which is insecure. So, we have decided not to.
  • Surfer and CORS

    Solved
    11
    0 Votes
    11 Posts
    187 Views
    scookeS

    @necrevistonnezr THAT is pretty cool. I need to hit those hills more.

  • Surfer - CSS issue

    Solved
    6
    0 Votes
    6 Posts
    44 Views
    C

    @robi Thanks for the tip. I went ahead and add a www record. I believe the templates I am using have it coded into the index.html file. This will work until I spend sometime learning to write my own.

  • FTPS on Surfer?

    Solved
    4
    0 Votes
    4 Posts
    106 Views
    imc67I

    Solved! Hetzner StorageBox accepts ALL transfer protocols so I upload to a StorageBox sub and that sub is connected as a volume to Jellyfin!
    Perfect!

  • 0 Votes
    3 Posts
    71 Views
    luckymL

    Ok, thank you!

  • webdav on surfer

    Moved Solved
    17
    0 Votes
    17 Posts
    232 Views
    jdaviescoatesJ

    @girish said in webdav on surfer:

    @jdaviescoates yeah, that is what is strange. for the client, the access token is no different from a password. there's no difference.

    I worked it out!

    When clicking Connect in Nautilus, it wasn't prompt/ asking if I wanted to save my password at all, I was just presented with this:

    Screenshot from 2023-10-19 19-23-26.png

    And the only thing possible to do when that screen is displayed it to either enter a password or cancel, it's not even possible to view another app or anything.

    But it seems it should as per e.g. this image from this guide https://www.knthost.com/nextcloud/setup-gnome-nautilus-access-nextcloud-files-webdav

    416dd0a1-cd03-4b2d-8786-75293ce3cfe9-image.png

    And because I must've chosen "Remember forever" when setting up Nextcloud mount (either that or just adding Nextcloud Accounts via Ubuntu Online Account settings does that anyway), when I tried testing it with an instance of Nextcloud instead of Surfer it doesn't even ask for a password at all. So I figured it must've remember the password somewhere...

    So I searched for Passwords and found this Passwords and Keys app that I've never seen/ used before

    7219f139-e7fc-4d62-8fa4-b67a120cad09-image.png

    And I saw there was a pw stored for library.uniteddiversity.coop

    4cb386f0-3268-4dc5-b7e4-2de7a6f4dcb9-image.png

    But of course that was the old password before Surfer updated to just use access tokens. So I edited the pw to be the new access token, and now it all works again! Phew.

    And just to test, I decided to try and connect to a Surfer app that I've never tried to mount locally before, and lo and behold this time it did show this:

    Screenshot from 2023-10-19 20-20-15.png

    Although I note that Nautilus required me to add a Username before being able to hit the Connect button (the button remained greyed out until both a Username and Password were entered into the fields).

    Anyways, all working again now (and now I now where to find/ how to change the "Remembered forever" passwords too, so bonus!) 🙂

  • Point a seperate domain to surfer app

    Solved
    5
    1 Votes
    5 Posts
    70 Views
    nebulonN

    Yes your approach seems correct here. Cloudron will not overwrite any existing DNS records, so it is safe to add example.org in this case, even if its used elsewhere.

  • Surfer version 6

    Moved
    8
    3 Votes
    8 Posts
    188 Views
    nebulonN

    glad it got sorted out, I guess this can be marked as solved then

  • @import in .css file not importing CSS

    Moved Solved
    5
    0 Votes
    5 Posts
    107 Views
    ShaiS

    @girish thank you!

  • 0 Votes
    13 Posts
    409 Views
    nebulonN

    @msbt alright, then maybe you can give me access to your Cloudron hosting the second test surfer instance, to debug this?

    If so, please send a mail to support@cloudron.io with your dashboard domain and remote SSH enabled. Also let me know how to exactly reproduce this.

  • Surfer admin settings can't be saved

    Solved
    3
    0 Votes
    3 Posts
    60 Views
    nebulonN

    I was able to reproduce @robi 's issue and fixed it.

    Also the password protection session will not get destroyed on logout.

  • 1 Votes
    12 Posts
    181 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.