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

102 Topics 772 Posts
  • Surfer - Package Updates

    Pinned
    60
    0 Votes
    60 Posts
    17k Views
    Package UpdatesP
    [6.4.7] Update surfer to 6.4.1 Update frontend and backend dependencies
  • Github Actions documentation/example for Surfer

    9
    0 Votes
    9 Posts
    2k Views
    jamesJ
    Hello @rosano The GitHub action is for pushing code from a GitHub repo directly into an app. Like for surfer or LAMP.
  • Breadcrumbs are broken.

    Solved
    3
    1
    3 Votes
    3 Posts
    177 Views
    nebulonN
    This is fixed with latest package update.
  • Request: Feature Parity between Surfer and Cloudron File Manager.

    6
    3 Votes
    6 Posts
    544 Views
    andreasduerenA
    @joseph said in Request: Feature Parity between Surfer and Cloudron File Manager.: files text editor should be put in Surfer Yes @imc67 said in Request: Feature Parity between Surfer and Cloudron File Manager.: zip/unzip would be very convenient Yes
  • What does it take to use Surfer as a “real” multidomain surfer?

    19
    3 Votes
    19 Posts
    4k Views
    robiR
    Not sure you even need that, as I recall writing some JS for a list of redirects based on the incoming request which could send you anywhere else as part of the index.html on a Surfer App. The main issue I think was URL cloaking so the address bar doesn't change, while the content of the page does.
  • Map domain to subfolder?

    4
    0 Votes
    4 Posts
    870 Views
    J
    The code is at https://git.cloudron.io/apps/surfer . Contributions are welcome
  • [CLI] put command no longer working: invalid token

    4
    0 Votes
    4 Posts
    860 Views
    nebulonN
    do you happen do see any other error on the surfer server side app logs while trying the failing command? I wonder if something errors and the Invalid token message is just a side effect then.
  • Webdav error 405

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    jamesJ
    Closed due to inactivity Note: tested WebDav on Win11 and it worked out of the box with no issues
  • 500 Error when accessing .well-known/assetlinks.json

    Solved
    3
    1 Votes
    3 Posts
    717 Views
    T
    @girish Thanks!
  • Cloudron Access Control Not Working for Surfer App (Vite/React SPA)

    Solved
    3
    0 Votes
    3 Posts
    690 Views
    B
    Ah! This is what I needed: Surfer itself has an admin page to upload and manage files. Thanks
  • Bug: Alias Domain & OIDC

    Solved
    3
    1 Votes
    3 Posts
    938 Views
    nebulonN
    This is fixed with latest release.
  • Is it possible to change where files are hosted to another volume?

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    ei8fdbE
    @nebulon Thanks thats clear.
  • RequestError: unable to verify the first certificate

    8
    1 Votes
    8 Posts
    2k Views
    J
    @insuusvenerati if you use one of the automated DNS providers, you can keep your server completely private just like you have now as well. No change in setup needed, don't even have to open port 80/443 ...
  • 0 Votes
    4 Posts
    946 Views
    nebulonN
    That is indeed odd that the app responds with 413 and there is no potential cloudflare proxying or so in between, which could get in the way?
  • Issue with pointing to a custom entry file after surfer updates

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    ruihildtR
    Thank you!
  • [cli] It would be nice if each uploaded item showed its full URL

    Solved
    6
    2 Votes
    6 Posts
    1k Views
    M
    Perfect, now it is working as expected. You're fast!
  • API key not working

    Solved
    4
    1 Votes
    4 Posts
    1k Views
    D
    @nebulon Yes - I was getting confused about the WebDAV API keys, what user name as needed, etc. The thing that helped the most was clicking on the SFTP dialog for the app, which makes it very clear what the login information is. Clicking on SFTP for the Surfer app shows: [image: 1723582196179-f04ce061-ff35-4938-8219-ff57e38b8783-image.png] Thanks for your help! One more app configured and migrated
  • Postgres for a surfer app?

    Moved
    4
    0 Votes
    4 Posts
    1k Views
    nebulonN
    Since it is a static site generator, I guess you could also generate the assets locally and then push to a surfer instance. Otherwise, it may be similar to github pages, which build the static assets on git push and then just serve those. For this you would probably build a custom Cloudron app, which knows how to build the assets.
  • Docs wrong?

    Solved
    4
    1
    0 Votes
    4 Posts
    2k Views
    R
    @nebulon said in Docs wrong?: For the cli help, did you mean the /app/data/* -> /* ? If so that is also fixed but pending a cli release. Yes, I was referring to the 4th example: surfer put dir/* / # puts dir/* as /app/data/*
  • Disable _admin / Web interface

    Solved
    3
    1 Votes
    3 Posts
    962 Views
    T
    @nebulon Thanks for replying. I guess I could just migrate to the LAMP stack and just leave PHP and MySQL idling; thanks for that idea!