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. App Wishlist
  3. Seafile - cloud storage platform

Seafile - cloud storage platform

Scheduled Pinned Locked Moved App Wishlist
24 Posts 15 Posters 5.0k Views 16 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.
  • marcusquinnM marcusquinn

    I'd like to give this a go, since the only think we want from Nextcloud is the Files app.

    We need local disc mounting, file-locking, and syncing only files that are used to save local disc space.

    timconsidineT Offline
    timconsidineT Offline
    timconsidine
    App Dev
    wrote on last edited by
    #6

    @marcusquinn +1

    I have 3 Nextcloud instances for different projects, but as you say, I only really use the file store/share functionality. Seafile would be interesting and welcome alternative. I've installed it on a Caprover VPS, and it plays nicely, so would be great to have on Cloudron.

    I'm not expert on cloudron self-packaging, but maybe someone more experienced can answer this : can we use a Caprover once-click app definition file as a base for a Cloudron custom package ? e.g. https://github.com/caprover/one-click-apps/blob/master/public/v4/apps/seafile.yml. Seems to do a lot of the initial work on packaging.

    robiR 1 Reply Last reply
    2
    • timconsidineT timconsidine

      @marcusquinn +1

      I have 3 Nextcloud instances for different projects, but as you say, I only really use the file store/share functionality. Seafile would be interesting and welcome alternative. I've installed it on a Caprover VPS, and it plays nicely, so would be great to have on Cloudron.

      I'm not expert on cloudron self-packaging, but maybe someone more experienced can answer this : can we use a Caprover once-click app definition file as a base for a Cloudron custom package ? e.g. https://github.com/caprover/one-click-apps/blob/master/public/v4/apps/seafile.yml. Seems to do a lot of the initial work on packaging.

      robiR Offline
      robiR Offline
      robi
      wrote on last edited by robi
      #7

      @timconsidine maybe if someone writes a guided caprover .yml -> manifest converter.

      There are uniquenesses in Cloudron that don't apply in caprover so those need to be accounted for to cover all bases, or manually added after some default conversion is spit out.

      Not a bad project idea.. who's interested?

      Conscious tech

      1 Reply Last reply
      2
      • necrevistonnezrN necrevistonnezr referenced this topic on
      • O Offline
        O Offline
        OneWheelGeek
        wrote on last edited by
        #8

        I'd love to see this as well. I've been using Seafile (v. NextCloud) for the past 6 months or so and it's been much less frustrating to use and it's handling of Libraries (v. one giant folder) is helpful.

        1 Reply Last reply
        2
        • ? Offline
          ? Offline
          A Former User
          wrote on last edited by
          #9

          "Seafile supports online editing and co-authoring for office files (including docx/pptx/xlsx) with integrating with ... OnlyOffice, or Collabora Online server.

          This fits with existing Cloudron apps.

          1 Reply Last reply
          0
          • BerlinerB Offline
            BerlinerB Offline
            Berliner
            wrote on last edited by Berliner
            #10

            Is there any chance of being able to use it on Cloudron at some point? Would prefer it over Nextcloud. @staff I am surprised that 39 upvotes are not enough to offer it on Cloudron. Are there any technical problems?

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

              It's a surprisingly simple Dockerfile: https://github.com/codeoutin/seafile7/blob/master/Dockerfile

              Conscious tech

              1 Reply Last reply
              0
              • girishG Offline
                girishG Offline
                girish
                Staff
                wrote on last edited by girish
                #12

                It's actually a Dockerfile running a shell script that is running the seafile installer at run time.

                necrevistonnezrN 1 Reply Last reply
                0
                • girishG girish

                  It's actually a Dockerfile running a shell script that is running the seafile installer at run time.

                  necrevistonnezrN Offline
                  necrevistonnezrN Offline
                  necrevistonnezr
                  wrote on last edited by necrevistonnezr
                  #13

                  @girish 🏼 🐀 wuat?! So it's "installed" every time I start the container?

                  1 Reply Last reply
                  1
                  • BerlinerB Offline
                    BerlinerB Offline
                    Berliner
                    wrote on last edited by
                    #14

                    @girish what does this mean concretely?

                    1 Reply Last reply
                    0
                    • girishG Offline
                      girishG Offline
                      girish
                      Staff
                      wrote on last edited by
                      #15

                      (From my quick look) What I meant is that it's installing things at run time instead of in the Docker image itself. The Docker image is meant to be a set of instructions that has the code and dependencies of the app. But in the case of the linked script, it's just launching a plain ubuntu container and running the setup script.

                      Something like:
                      docker run -ti ubuntu /bin/bash , then in the container

                      # curl seafile_install.sh && chmod +x seafile_install.sh && ./seafile_install.sh
                      # /usr/bin/seafile
                      

                      The above will work but downloading stuff and installing deps at runtime is not a "stable" recipe.

                      1 Reply Last reply
                      1
                      • BerlinerB Offline
                        BerlinerB Offline
                        Berliner
                        wrote on last edited by
                        #16

                        @girish Thank you for your explanation. Even for me as a layman, it sounds pointless to build such a container.

                        1 Reply Last reply
                        0
                        • marcusquinnM Offline
                          marcusquinnM Offline
                          marcusquinn
                          wrote on last edited by marcusquinn
                          #17

                          I wonder if this is the better repo to be looking at for Cloudron compatibility:

                          • https://github.com/ggogel/seafile-containerized

                          Web Design https://www.evergreen.je
                          Development https://brandlight.org
                          Life https://marcusquinn.com

                          marcusquinnM robiR 2 Replies Last reply
                          1
                          • marcusquinnM marcusquinn

                            I wonder if this is the better repo to be looking at for Cloudron compatibility:

                            • https://github.com/ggogel/seafile-containerized
                            marcusquinnM Offline
                            marcusquinnM Offline
                            marcusquinn
                            wrote on last edited by
                            #18

                            IF not for Cloudron, then perhaps better to use with a Proxmox host:

                            • https://forum.seafile.com/t/best-os-for-new-install-march-2023/17813

                            Web Design https://www.evergreen.je
                            Development https://brandlight.org
                            Life https://marcusquinn.com

                            1 Reply Last reply
                            0
                            • marcusquinnM marcusquinn

                              I wonder if this is the better repo to be looking at for Cloudron compatibility:

                              • https://github.com/ggogel/seafile-containerized
                              robiR Offline
                              robiR Offline
                              robi
                              wrote on last edited by
                              #19

                              @marcusquinn said in Seafile - cloud storage platform:

                              I wonder if this is the better repo to be looking at for Cloudron compatibility:

                              • https://github.com/ggogel/seafile-containerized

                              Yes, that is a much better way to look at packaging it, although one still needs to combine a few dockerfiles into one Cloudron app.

                              Conscious tech

                              1 Reply Last reply
                              1
                              • necrevistonnezrN necrevistonnezr referenced this topic on
                              • T Offline
                                T Offline
                                threetrees3
                                wrote on last edited by
                                #20

                                Bumping for traction. Would be great if this is considered again - my last app that hasn't moved to the Cloudron platform.

                                1 Reply Last reply
                                5
                                • A Offline
                                  A Offline
                                  AartJansen
                                  wrote on last edited by
                                  #21

                                  I'd like to see this too, I'm getting over nextcloud.

                                  1 Reply Last reply
                                  1
                                  • BushidoB Offline
                                    BushidoB Offline
                                    Bushido
                                    wrote on last edited by
                                    #22

                                    Are there any updates or further alternatives to Nextcloud regarding this?

                                    1 Reply Last reply
                                    0
                                    • J Offline
                                      J Offline
                                      joseph
                                      Staff
                                      wrote on last edited by
                                      #23

                                      Last I checked, seafile has it's own storage system. This means that files are not stored as-is on the filesystem and retrieval can be complicated in case of fs corruption.

                                      timconsidineT 1 Reply Last reply
                                      1
                                      • J joseph

                                        Last I checked, seafile has it's own storage system. This means that files are not stored as-is on the filesystem and retrieval can be complicated in case of fs corruption.

                                        timconsidineT Offline
                                        timconsidineT Offline
                                        timconsidine
                                        App Dev
                                        wrote on last edited by timconsidine
                                        #24

                                        @joseph spot on πŸ‘
                                        Needed I think because of its approach to indexing and version/change tracking/sync
                                        Seafile does provide a utility to abstract files from its format to traditional format but it needs to be run periodically if you want to keep a clean copy, and of course doubles the size.
                                        Nonetheless I use Seafile heavily and it’s always been reliable.
                                        Would love to see it here on Cloudron, I currently run it on a VPS with Docker
                                        Packaging for Cloudron has its challenges.

                                        1 Reply Last reply
                                        2
                                        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