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
  • Brite
  • 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 - Status | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. Seafile - cloud storage platform

Seafile - cloud storage platform

Scheduled Pinned Locked Moved App Wishlist
39 Posts 17 Posters 10.2k Views 20 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.
  • 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 Online
          timconsidineT Online
          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.

          Indie app dev, scratching my itches, lover of Cloudron PaaS, communityapps.appx.uk

          1 Reply Last reply
          2
          • Q Offline
            Q Offline
            qwinter
            wrote on last edited by
            #25

            I also use seafile and would love to have it on my cloudron

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

              With 49 upvotes, this seems to be a killer feature in Cloudron. What is the current status of efforts in this regard?

              1 Reply Last reply
              0
              • timconsidineT Online
                timconsidineT Online
                timconsidine
                App Dev
                wrote on last edited by
                #27

                Cross-posting from https://forum.cloudron.io/post/118075

                Making progress on packaging Seafile for Cloudron

                Indie app dev, scratching my itches, lover of Cloudron PaaS, communityapps.appx.uk

                1 Reply Last reply
                4
                • timconsidineT Online
                  timconsidineT Online
                  timconsidine
                  App Dev
                  wrote on last edited by timconsidine
                  #28

                  🍾

                  I have a first version of Seafile Community Edition packaged for Cloudron !

                  Took longer than I expected, but I previously didn't believe it even to be possible.

                  All seems working, including the web UI and desktop sync clients.

                  • Only issue I have found is that my Safari does not display PDFs when loaded in the browser from the Seafile library. Firefox does work (Chrome untested).
                  • other file formats do work in the browser

                  More testing needed, but looks good currently.

                  I will add this to the Custom App Installer shortly.

                  PRO edition needs some thought.
                  Due to Seafile licensing, I cannot package it.
                  There is an upgrade route from Community to PRO.
                  Need to test it out against this package.
                  Will try this out later.

                  EDIT : also need think about using volumes and about backups to extract files into native names, not Seafile's tracked/masked naming.

                  Indie app dev, scratching my itches, lover of Cloudron PaaS, communityapps.appx.uk

                  1 Reply Last reply
                  11
                  • timconsidineT Online
                    timconsidineT Online
                    timconsidine
                    App Dev
                    wrote on last edited by timconsidine
                    #29

                    If you want to try out Seafile on Cloudron :

                    Installation methods :

                    Custom App Installer :

                    • hosted https://ccai.appx.uk
                    • or install Custom App Installer Personal Edition on to your Cloudron and import catalogue

                    Cloudron CLI + Pre-built docker image

                    • install Cloudron CLI on your local device (desktop/laptop)
                    • clone the repo
                    • cloudron install --image tcmbp132021:cloudron-seafile-ce:v1.0.1 -l seafile.domain.tld

                    Manual :

                    • install Cloudron CLI on your local device (desktop/laptop)
                    • install docker on your local device
                    • have a docker registry and be logged in
                    • clone the repo
                    • docker build --platform linux/amd64 -t <registry.domain.tld>/cloudron-seafile-ce:v1.0.1 . (remember the final '.')
                    • docker push <registry.domain.tld>/cloudron-seafile-ce:v1.0.1
                    • cloudron install --image <registry.domain.tld>/cloudron-seafile-ce:v1.0.1 -l seafile.domain.tld

                    Indie app dev, scratching my itches, lover of Cloudron PaaS, communityapps.appx.uk

                    1 Reply Last reply
                    6
                    • timconsidineT Online
                      timconsidineT Online
                      timconsidine
                      App Dev
                      wrote on last edited by timconsidine
                      #30

                      Seems that the Wiki feature in Seafile is not working
                      Fixing ….

                      EDIT : Fixed wiki.
                      Versions in previous post updated
                      But note :

                      Community vs. Professional Edition :

                      • You are running Seafile Community Edition (indicated by the seafile-mc base image and lack of Pro binaries).
                      • Full-Text Search (searching inside files and wiki pages) is a feature exclusive to Seafile Professional Edition . It relies on an integrated ElasticSearch engine which is not included in the Community Edition.
                      • The Community Edition only supports searching for filenames , not the content within documents.

                      Indie app dev, scratching my itches, lover of Cloudron PaaS, communityapps.appx.uk

                      robiR 1 Reply Last reply
                      3
                      • timconsidineT timconsidine

                        Seems that the Wiki feature in Seafile is not working
                        Fixing ….

                        EDIT : Fixed wiki.
                        Versions in previous post updated
                        But note :

                        Community vs. Professional Edition :

                        • You are running Seafile Community Edition (indicated by the seafile-mc base image and lack of Pro binaries).
                        • Full-Text Search (searching inside files and wiki pages) is a feature exclusive to Seafile Professional Edition . It relies on an integrated ElasticSearch engine which is not included in the Community Edition.
                        • The Community Edition only supports searching for filenames , not the content within documents.
                        robiR Offline
                        robiR Offline
                        robi
                        wrote on last edited by
                        #31

                        @timconsidine sounds like it's time to integrate Meilisearch instead of the bulky elastic search.

                        Conscious tech

                        timconsidineT 2 Replies Last reply
                        1
                        • robiR robi

                          @timconsidine sounds like it's time to integrate Meilisearch instead of the bulky elastic search.

                          timconsidineT Online
                          timconsidineT Online
                          timconsidine
                          App Dev
                          wrote on last edited by
                          #32

                          @robi I will investigate

                          Indie app dev, scratching my itches, lover of Cloudron PaaS, communityapps.appx.uk

                          1 Reply Last reply
                          0
                          • timconsidineT Online
                            timconsidineT Online
                            timconsidine
                            App Dev
                            wrote on last edited by
                            #33

                            Announcing related item ....

                            SeaClone - backup utility for Seafile

                            https://forum.cloudron.io/post/118327

                            Indie app dev, scratching my itches, lover of Cloudron PaaS, communityapps.appx.uk

                            1 Reply Last reply
                            1
                            • robiR robi

                              @timconsidine sounds like it's time to integrate Meilisearch instead of the bulky elastic search.

                              timconsidineT Online
                              timconsidineT Online
                              timconsidine
                              App Dev
                              wrote on last edited by
                              #34

                              @robi said in Seafile - cloud storage platform:

                              sounds like it's time to integrate Meilisearch

                              I started packaging Meilisearch

                              Indie app dev, scratching my itches, lover of Cloudron PaaS, communityapps.appx.uk

                              timconsidineT 1 Reply Last reply
                              4
                              • timconsidineT timconsidine

                                @robi said in Seafile - cloud storage platform:

                                sounds like it's time to integrate Meilisearch

                                I started packaging Meilisearch

                                timconsidineT Online
                                timconsidineT Online
                                timconsidine
                                App Dev
                                wrote on last edited by
                                #35

                                I started packaging Meilisearch

                                I have a basic app packaged, but it is a bit hard-coded on indexing, so need to make it more flexible for different deployment and configuration scenarios, before sharing it.

                                Indie app dev, scratching my itches, lover of Cloudron PaaS, communityapps.appx.uk

                                1 Reply Last reply
                                4
                                • luckymL Offline
                                  luckymL Offline
                                  luckym
                                  wrote on last edited by
                                  #36

                                  @timconsidine Wait, so you can just swap the built-in elisticsearch with meilisearch?! Wouldn't you have to change the code of the seafile package?

                                  timconsidineT 1 Reply Last reply
                                  0
                                  • luckymL luckym

                                    @timconsidine Wait, so you can just swap the built-in elisticsearch with meilisearch?! Wouldn't you have to change the code of the seafile package?

                                    timconsidineT Online
                                    timconsidineT Online
                                    timconsidine
                                    App Dev
                                    wrote on last edited by
                                    #37

                                    @luckym ah, very good question !

                                    To answer it, first I had to package Meilisearch but veered off path (ooops) to produce SRTD as a test and a need general purpose utility.

                                    Having done that, I now need to work out how to add Meilisearch into or onto or alongside Seafile-CE for Cloudron.

                                    It's one of my current dev tasks, so bear with me.

                                    I'm also testing the robustness of the Clouron Seafile-CE app. Seems all fine currently.

                                    Indie app dev, scratching my itches, lover of Cloudron PaaS, communityapps.appx.uk

                                    1 Reply Last reply
                                    1
                                    • luckymL Offline
                                      luckymL Offline
                                      luckym
                                      wrote on last edited by
                                      #38

                                      Gotcha. I could probably help test the robustness of Seafile-CE - is there a tutorial on how to install the custom app installer on my own Cloudron? I'm a bit hesitant to enter login information on the hosted site πŸ™‚

                                      timconsidineT 1 Reply Last reply
                                      0
                                      • luckymL luckym

                                        Gotcha. I could probably help test the robustness of Seafile-CE - is there a tutorial on how to install the custom app installer on my own Cloudron? I'm a bit hesitant to enter login information on the hosted site πŸ™‚

                                        timconsidineT Online
                                        timconsidineT Online
                                        timconsidine
                                        App Dev
                                        wrote on last edited by
                                        #39

                                        @luckym totally understand
                                        for that reason I made CCAI-P : Personal Edition
                                        cloudron credentials are in the app - not entered anywhere -sits entirely on your server

                                        there is the conundrum of how you get CCAI-P in the first place, but once you have it, no creds needed for future usage.

                                        to get Seafile-CE for cloudron you can try :
                                        cloudron install --image tcmbp132021/cloudron-seafile-ce:v1.0.1 and it will then prompt you for what app address you want to use.

                                        but this presupposes you have Cloudron CLI installed - at least you don't need Docker installed

                                        but I think you need the CloudronManifest.json also from the repo locally

                                        to install CCAI-P manually, it's similar to:

                                        • have cloudron CLI installed
                                        • cloudron install --image tcmbp132021/cloudron-customapp-installer-personal:latest
                                        • might need that repo's CloudronManifest.json locally

                                        Indie app dev, scratching my itches, lover of Cloudron PaaS, communityapps.appx.uk

                                        1 Reply Last reply
                                        2

                                        Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                        Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                        With your input, this post could be even better πŸ’—

                                        Register Login
                                        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