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


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Surfer
  3. Does Surfer support symbolic links?

Does Surfer support symbolic links?

Scheduled Pinned Locked Moved Solved Surfer
21 Posts 7 Posters 3.2k Views 7 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • mehdiM mehdi

    @Joanfercal That's not the expected behaviour. Your Cloudron admin users should be admins in Jellyfin, and should have access to SickChill and Couchpotato, whereas regular users should not. Do you have access to SickChill and Couchpotato ?

    J Offline
    J Offline
    Joanfercal
    wrote on last edited by
    #8

    @mehdi Yes, I do have access to both apps, but the Jellyfin app does not show the admin options (Dashboard and metadata)

    1 Reply Last reply
    0
    • jdaviescoatesJ Offline
      jdaviescoatesJ Offline
      jdaviescoates
      wrote on last edited by
      #9

      @nebulon could we get symlinks working in Surfer just for symlinks to other folders within Surfer itself (not to files in another app).

      e.g. on library.uniteddiversity.coop I've got a /Cooperatives/ directory which I like having at the top level, but really it's just a symlink to /Money_and_Economics/Cooperatives/ but I don't seem to be able to have the same on Surfer.

      I use Cloudron with Gandi & Hetzner

      1 Reply Last reply
      0
      • nebulonN Offline
        nebulonN Offline
        nebulon
        Staff
        wrote on last edited by
        #10

        I think this should be possible. Which way did you even upload the symlink? Or was this done manually via the webterminal into the app instance?

        jdaviescoatesJ girishG 2 Replies Last reply
        0
        • nebulonN nebulon

          I think this should be possible. Which way did you even upload the symlink? Or was this done manually via the webterminal into the app instance?

          jdaviescoatesJ Offline
          jdaviescoatesJ Offline
          jdaviescoates
          wrote on last edited by
          #11

          @nebulon first of all I was just dragging folders on my local machine between the mounted servers, but then I was getting errors like this:

          Surfer_no_symlinks.png

          Which is in part my I started trying to do us using rsync instead, but then couldn't actually work out how to get that working either...

          I use Cloudron with Gandi & Hetzner

          1 Reply Last reply
          0
          • nebulonN nebulon

            I think this should be possible. Which way did you even upload the symlink? Or was this done manually via the webterminal into the app instance?

            girishG Offline
            girishG Offline
            girish
            Staff
            wrote on last edited by
            #12

            @nebulon said in Does Surfer support symbolic links?:

            I think this should be possible

            Won't think be quite tricky? It has to be /app/data/public/... or something in the filesystem and this is not exposed to the user (in surfer).

            1 Reply Last reply
            0
            • nebulonN Offline
              nebulonN Offline
              nebulon
              Staff
              wrote on last edited by
              #13

              There are more than one areas here. For one having symlinks contained within /app/data/public which I think can be made to work, have to check if expressjs already has support for that with path checks.

              Now if webdav supports creating symlinks I am not sure yet.

              The cli tool nor the webinterface have support to create/update them also.

              Given all that, I am not sure if symlinks are a huge use-case for surfer as such.

              jdaviescoatesJ 1 Reply Last reply
              0
              • nebulonN nebulon

                There are more than one areas here. For one having symlinks contained within /app/data/public which I think can be made to work, have to check if expressjs already has support for that with path checks.

                Now if webdav supports creating symlinks I am not sure yet.

                The cli tool nor the webinterface have support to create/update them also.

                Given all that, I am not sure if symlinks are a huge use-case for surfer as such.

                jdaviescoatesJ Offline
                jdaviescoatesJ Offline
                jdaviescoates
                wrote on last edited by
                #14

                @nebulon said in Does Surfer support symbolic links?:

                Now if webdav supports creating symlinks I am not sure yet.

                I think perhaps it doesn't 😕

                Out of interest I just tried Right-click -> Create link on my webdav mounted Nextcloud in Gnome file manager and got this:

                target_doesnt_support_symbolic_links.png

                I use Cloudron with Gandi & Hetzner

                jdaviescoatesJ 1 Reply Last reply
                0
                • jdaviescoatesJ jdaviescoates

                  @nebulon said in Does Surfer support symbolic links?:

                  Now if webdav supports creating symlinks I am not sure yet.

                  I think perhaps it doesn't 😕

                  Out of interest I just tried Right-click -> Create link on my webdav mounted Nextcloud in Gnome file manager and got this:

                  target_doesnt_support_symbolic_links.png

                  jdaviescoatesJ Offline
                  jdaviescoatesJ Offline
                  jdaviescoates
                  wrote on last edited by
                  #15

                  @nebulon if we can't get symlinks to work in Surfer, is there some way I can do a redirect from:

                  http://library.uniteddiversity.coop/Cooperatives/*

                  to

                  http://library.uniteddiversity.coop/Money_and_Economics/Cooperatives/*

                  Because I'd really rather not have lots of broken links (all the times I've linked to thinks in the /Cooperatives/ folder) out there 🙂

                  I use Cloudron with Gandi & Hetzner

                  1 Reply Last reply
                  0
                  • robiR Offline
                    robiR Offline
                    robi
                    wrote on last edited by robi
                    #16

                    I just did some testing with links and it's odd.

                    I made a dir called f2/ and put a file there.
                    visiting the site with ../f2 gives a 404

                    Seems listing directories are broken too.

                    open terminal and:
                    ln -s f2 f1 404
                    ln -s /app/data/public/f2 f1 404
                    ln -s /app/data/public/f2 /app/data/public/f0 404

                    So visiting /images/ & /assets/ 404

                    But index.html pulls files from those directories just fine.

                    Conscious tech

                    1 Reply Last reply
                    1
                    • nebulonN Offline
                      nebulonN Offline
                      nebulon
                      Staff
                      wrote on last edited by
                      #17

                      So besides the webdav issue, I am not actually sure what the symlink issue is.

                      At least in my tests symlinks (contained within the /app/data/public folder) created via the webterminal into the app work normally.

                      jdaviescoatesJ 1 Reply Last reply
                      1
                      • nebulonN nebulon

                        So besides the webdav issue, I am not actually sure what the symlink issue is.

                        At least in my tests symlinks (contained within the /app/data/public folder) created via the webterminal into the app work normally.

                        jdaviescoatesJ Offline
                        jdaviescoatesJ Offline
                        jdaviescoates
                        wrote on last edited by
                        #18

                        @nebulon said in Does Surfer support symbolic links?:

                        At least in my tests symlinks (contained within the /app/data/public folder) created via the webterminal into the app work normally.

                        Great to hear, thanks, I'll give that a go!

                        I use Cloudron with Gandi & Hetzner

                        jdaviescoatesJ 1 Reply Last reply
                        0
                        • jdaviescoatesJ jdaviescoates

                          @nebulon said in Does Surfer support symbolic links?:

                          At least in my tests symlinks (contained within the /app/data/public folder) created via the webterminal into the app work normally.

                          Great to hear, thanks, I'll give that a go!

                          jdaviescoatesJ Offline
                          jdaviescoatesJ Offline
                          jdaviescoates
                          wrote on last edited by
                          #19

                          @jdaviescoates said in Does Surfer support symbolic links?:

                          Great to hear, thanks, I'll give that a go!

                          Yep, worked fine!

                          I wonder why rsync wasn't able to create them (I guess perhaps because when it was trying to create the links the originals weren't there to link to yet - although still a bit odd that it gave errors saying symlinks not supported).

                          Now just need folder and file listings to be in the correct order and https://library2.uniteddiversity.coop/ will be good to go! Thanks! 🙌

                          I use Cloudron with Gandi & Hetzner

                          1 Reply Last reply
                          0
                          • nebulonN Offline
                            nebulonN Offline
                            nebulon
                            Staff
                            wrote on last edited by
                            #20

                            I will mark that as solved then, the filelisting is a different issue, hopefully I can rework the surfer UI this week to make that possible and webdav apparently does not support symlinks as such.

                            jdaviescoatesJ 1 Reply Last reply
                            1
                            • nebulonN nebulon

                              I will mark that as solved then, the filelisting is a different issue, hopefully I can rework the surfer UI this week to make that possible and webdav apparently does not support symlinks as such.

                              jdaviescoatesJ Offline
                              jdaviescoatesJ Offline
                              jdaviescoates
                              wrote on last edited by
                              #21

                              @nebulon said in Does Surfer support symbolic links?:

                              the filelisting is a different issue, hopefully I can rework the surfer UI this week to make that possible

                              That would be great, good luck 🙂

                              @nebulon said in Does Surfer support symbolic links?:

                              webdav apparently does not support symlinks as such.

                              Ah, yes, I'd worked that out, but had forgotten that when I was rsyncing I was doing so to a local folder mounted using webdav. That's obviously why it didn't work.

                              I use Cloudron with Gandi & Hetzner

                              1 Reply Last reply
                              0
                              Reply
                              • Reply as topic
                              Log in to reply
                              • Oldest to Newest
                              • Newest to Oldest
                              • Most Votes


                              • Login

                              • Don't have an account? Register

                              • Login or register to search.
                              • First post
                                Last post
                              0
                              • Categories
                              • Recent
                              • Tags
                              • Popular
                              • Bookmarks
                              • Search